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

0.01  Sat Dec 31 17:33:47 2005
	- original version; created by h2xs 1.23 with options
		-XAn Net::UploadMirror
		
0.02 Wed Jan 4 21:33:01 2006
 	- bugfix in AUTOLOAD()
 	- bugfix in CheckIfModified()
 	- add more tests
 	- change filename lastmodified in lastmodified_local

0.03 Fri Jan 6 12:26:29 2006
 	- function CheckIfNew() renamed to LocalNotInRemote()
 	- function CheckIfDeleted() renamed to RemoteNotInLocal()
 	- function DeleteDirs() renamed to RemoveDirs()
 	- functions new(), Connect(), Quit(), LocalNotInRemote(), RemoteNotInLocal(),
 	ReadLocalDir(), ReadRemoteDir, moved to baseclass Net::MirrorDir
 	- add more tests
 	- some bugfix