The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
Revision history for Perl distribution File-Copy-Link.
$Id: Changes 166 2007-12-28 19:57:22Z rmb1 $

0.110	2007-12-28
	Handle old Cwd, where abs_path only accepts directories

0.100 	2006-07-20
	Meet (some) Perl Best Practices, as indicated by perlcritic.

0.800	2006-01-12
	Add t/pod{,-coverage}.t and added POD to pass tests!
	
0.061	2005-02-25
	Reimplemented linked, chopfile, resolve, resolve_all 
	 using a File::Spec::Link object to store the path.
	 This avoids readlink('dir/') which may be causing test 
	 failures; ultimately trying to avoid cpan-testers failures.
	Rewrote README to update to 0.06 (can build using M::B)
	 and then marking 0.061 as tester fodder.

0.06	2005-02-01
	Added skip to tests for 'symlink' not implemented.
	Added resolve_path and resolve_all
	Build using Module::Build or make (ExtUtils::MakeMaker)

0.05	2003-08-10
	Added full_resolve, following email from Jasper Cramwinckel

0.04	2003-05-09
	Calculates dist VERSION using both File/*/Link.pm
	Renamed copylink as safecopylink
	 and reimplemented copylink using open-and-delete.

0.02	2003-05-06
	Added File::Spec::Link->resolve
	Added tests (and renamed 1.t and copylink.t)
	Added documentation
 
0.01  Tue Apr 29 16:42:12 2003
	- original version; created by h2xs 1.22 with options
		-XAn File::Copy::Link