Revision history for Perl module File::pushd
0.30 Sat Dec 3 10:24:16 EST 2005
- eliminated subclassing of Path::Class to eliminate this non-core
dependency and improve cross platform compatibility
- improved portability of tests
0.24 Tue Nov 8 09:40:02 EST 2005
- added Exporter to @ISA for backwards compatibility [Anton Berezin]
0.23 Mon Nov 7 22:14:51 EST 2005
- derived directories revert to Path::Class::Dir objects instead of
File::pushd objects
0.22 Mon Nov 7 18:26:50 EST 2005
- fixed bug in Win32 tests for changing to root directory
(work around a Path::Class/File::Spec bug)
0.21 Mon Nov 7 15:08:17 EST 2005
- objects created are now subclasses of Path::Class::Dir
- added ability to preserve temporary directories after creation
- fixed overloading bug (added fallback)
0.20 Fri Sep 2 06:47:07 EDT 2005
- added tempd function
0.10 Thu Sep 1 23:53:46 EDT 2005
- Initial release