The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for Perl extension File::Copy::Recursive.

0.21  Mon Apr 24 12:28:11 2006  
        - made dircopy() use fcopy() instead of copy() for files so that it'd behave consistently and correctly
	- updated some POD

0.20  Tue Apr 11 15:29:37 2006
        - fixed bug 18667
	- added $CondCopy functionality to dircopy() (and subsequently dirmove() and rcopy() and rmove() when handling directpries)

0.19  Mon Feb 27 07:37:01 2006
	- added missing "star check" to rcopy() (thanks Ben Thomas)
	- added "star check" to rmove() and had it removed if necessary, to make passing the same variables to rcopy and rmove will work ok
	- added untainting and slight "best practive" cleanup to a for loop

0.18  Sun Jan 29 13:34:37 2006
	- added parens to the opendir() calls to avoid spurious 5.8.1 and < warnings, thanks Chris Scott for letting me know about it
	- fixed change log 0.17 mistype {(0 to ()} :)

0.17  Thu Jan 26 11:51:01 2006
	- fixed pathempty() calling close() instead of closedir() (17295, thanks Stoian for bringing that out)
        - changed handles to variables as per "Perl Best Pratices"
        - change a readir to us single quote sinstead o double since no interpolation is being done

0.16  Mon Aug 29 08:06:14 2005  
	- fixed fcopy() + $RMTrgFil spurious behavior when target is a directory

0.15  Fri Aug 26 08:40:26 2005
	- changed $RMTrgDir and $RMTrgFil to carp() instead of warn() and with slightly more useful message
	- fixed issue with VERSION() that conflicted with UNIVERSAL's VERSION functionality
	- added "TO DO" regarding an OO interface
	
0.14  Thu Aug 25 14:19:58 2005
	- added $RMTrgDir and $RMTrgFil functionality

0.13  Wed Aug 24 14:41:14 2005
	- added cp -rf star glob funtionality to better emulate cp -rf when using $CPRFComp
	- fixed possible "read-only" value error/warning when $CPRFComp is in effect

0.12  Wed Aug 24 09:18:01 2005
	- Fixed absolute path bug in pathmk()

0.11  Sun Aug 21 16:04:10 2005
	- Added the *move and path* funtions
	- Added $CopyLoop
	- Made fcopy() recursively create its base directories if necessary like dircopy() did in 0.09 on

0.10  Sat Aug  6 17:01:12 2005
	- fixed indent in "SEE ALSO" POD that made it render badly	
	- Added $PFSCheck

0.09  Fri Aug  5 18:59:11 2005
	- made dircopy handle symlinks properly
        - made dircopy recursivley create a multiple directory target dir if necessary
        - added $CPRFComp

0.08  Fri Jul 29 14:35:44 2005
	- fixed side effect of 0.07 not returning properly

0.07  Mon Jul 18 18:32:36 2005
        - changed dircopy to return if subsequent copy fails (IE liek permission denied) so that "or [warn|die] $!" will work recursively also
 
0.06  Fri Apr 15 11:25:27 2005
        - cleaned up Makefile.PL
        - added symlink preservation support (Thanks to Troy Goodson for pointing out that need)

0.05  Mon Jan 24 19:10:50 2005
	- removed Makefile.PL perl version restriction

0.04  Tue Jan 18 20:59:44 2005 
	- added File::Copy::Recursive::VERSION(), not sure why I missed it before ;p
	- removed use 5.008001; since its not dependant on any version
 
0.03  Mon Jan 17 19:11:19 2005
	- fixed documentation misspelling

0.02  Tue Dec  7 06:45:42 2004
	- added documentation about return values that was left out
	- changed return pardigm for fcopy() so if rcopy() was called in list context on a file you wouldn't get uninitialized value warnings.

0.01  Sun Dec  5 16:04:10 2004
	- original version; created by h2xs 1.22 with options
		-AXc -n File::Copy::Recursive