Revision history for Path-Tiny
0.008 2013-02-15 13:49:54 America/New_York
[ADDED]
- Added 'touchpath' method combining 'mkpath' and 'touch'
0.007 2013-02-12 17:41:44 America/New_York
[FIXED]
- Unicode::UTF8 0.58 is necessary for optional faster
Unicode processing
0.006 2013-02-11 13:22:18 America/New_York
[FIXED]
- t/parent.t is amended to work on Windows
- new() now correctly takes multiple path arguments, like path()
0.005 2013-02-07 15:41:32 America/New_York
[FIXED]
- Fixed test for platforms with /sbin symlinked to /usr/sbin
0.004 2013-02-05 19:19:46 America/New_York
[ADDED]
- Added slurp_raw and other *_raw helper methods
- Added realpath method (with thanks to ether)
- Added canonpath method (with thanks to sjmiller)
[FIXED]
- slurp/lines/spew/append now do appropriate flocking
- Fixed test that fails if run as root (bingos)
- Fixed test that fails if cwd/getcwd don't agree
[CHANGED]
- internal optimizations
0.003 2013-01-31 06:59:50 America/New_York
[FIXED]
- lstat was calling the wrong stat [rt.cpan.org #83063]
- make atomic writes thread-safe [rt.cpan.org #83064]
[CHANGED]
- updated bugtracker to point to github
0.002 2013-01-30 22:09:37 America/New_York
[FIXED]
- s/File::Stat/File::stat/; # OMG! I hate case insensitivity
0.001 2013-01-30 19:36:22 America/New_York
- First release