8
0

- update to 1.49

- Restoring 02_directoreis to no_plan as it runs different test counts
     on different systems.
   - Promoting dev code to production version
   - Fixed a major bug in the 1.46 logic that works out what to change the
     cwd to when deleting while inside a directory.
   - Add test counts to all test scripts
   - Added a test for space-safe globs
   - Updated to Module::Install::DSL 1.00
   - Skip test on cygwin due to non-root users not being able to deny
     themselves write permissions to files.
   - Added a test to delete directories when the current working
     directory is inside the location to delete (ADAMK)
   - Fixes for trash() with callbacks and on Mac (MIYAGAWA)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-File-Remove?expand=0&rev=17
This commit is contained in:
Stephan Kulow
2011-03-24 11:26:39 +00:00
committed by Git OBS Bridge
parent daf47ad1b6
commit 3d56d95421
4 changed files with 25 additions and 7 deletions

View File

@@ -1,3 +1,21 @@
-------------------------------------------------------------------
Thu Mar 24 11:25:37 UTC 2011 - coolo@novell.com
- update to 1.49
- Restoring 02_directoreis to no_plan as it runs different test counts
on different systems.
- Promoting dev code to production version
- Fixed a major bug in the 1.46 logic that works out what to change the
cwd to when deleting while inside a directory.
- Add test counts to all test scripts
- Added a test for space-safe globs
- Updated to Module::Install::DSL 1.00
- Skip test on cygwin due to non-root users not being able to deny
themselves write permissions to files.
- Added a test to delete directories when the current working
directory is inside the location to delete (ADAMK)
- Fixes for trash() with callbacks and on Mac (MIYAGAWA)
-------------------------------------------------------------------
Mon Jan 17 15:08:38 UTC 2011 - coolo@novell.com