- New upstream release 0.37:
- Doc update for contains/subsumes
- Fix "contains" when $self is a relative path (GH#43)
- Handle case where $other evaluates false
- Add additional test cases for contains and subsumes
- Test with Perl 5.24
- New upstream release 0.36:
- Use croak instead of die; use eval syntax instead of universal::isa (as
perlcritic wishes)
- Load File::Copy and Perl::OSType only when used (copy_to, move_to)
- Always use canonpath on arguments to splitdir
- Fix 'Operation "eq": no method found' error (CPAN RT#77259)
- Add some fixes and tests for contains() with updir stuff (GH#43)
- Fix Carp::Croak to Carp::croak
- Fixed and improved Travis testing configuration
- Fix Pod typos
- Check all print calls in spew and explicitly call (and check) close
- New upstream release 0.34:
- Add a new spew_lines() method
- Don't convert file into directory in subsumes()
- Updated POD for copy_to and move_to methods
- Stringify destination for copy_to method
- Stringify destination for move_to method
- Add Continuous Integration with Travis CI
- Change bugtracker to github's
- Use %license where possible
- New upstream release 0.33:
- New copy_to() and move_to() methods
- As advised in the utime() docs, pass undef as the time for touch()
- Do a better job cleaning up temp files in the tests
- Optimization: use parent.pm instead of base.pm
- Changed the docs to show that file() and dir() are exported by default
- Fixed spelling error in POD
- Update buildreqs as needed
- Drop patch for building with old Module::Build versions
- New upstream release 0.32:
- Updated dependency on File::Spec to 3.26 (CPAN RT#83143)
- Fixed bug with leading empty string in dir() - became unintentional
UNC path on Cygwin
- Fixed "Unterminated C<...> sequence" in Pod
- New upstream release 0.31:
- Optimization: stringify variables passed to canonpath
- Optimization: Use internal guts when constructing Dirs from Dirs, instead
of concatenating and splitting them again with File::Spec
- Fix grammar error in docs
- Implement a 'split' parameter for the slurp() method
- In docs, replace unicode MINUS SIGN with ascii HYPHEN-MINUS
- BR: perl(Scalar::Util)