forked from pool/perl-Path-Class
Accepting request 44987 from home:computersalat:devel:perl
Copy from home:computersalat:devel:perl/perl-Path-Class via accept of submit request 44987 revision 2. Request was accepted with message: self accept OBS-URL: https://build.opensuse.org/request/show/44987 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Path-Class?expand=0&rev=5
This commit is contained in:
committed by
Git OBS Bridge
parent
53c02a4679
commit
270b55de54
@@ -1,3 +1,44 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 9 09:34:47 UTC 2010 - chris@computersalat.de
|
||||
|
||||
- update to 0.19
|
||||
- slurp() now accepts an 'iolayers' option to control how the file is
|
||||
opened. [Graham Barr]
|
||||
- In the openr() and openw() file methods, we now croak() instead of
|
||||
die() so that the error messages are more useful. [Ian Sillitoe]
|
||||
- Allow subclassing, by adding dir_class() and file_class() static
|
||||
methods, allowing them to be overridden. [Matt Trout & John LoVerso
|
||||
& Michael Schwern]
|
||||
- Fixed a testing failure that could occur whenever testing in a
|
||||
directory path that contains symlinks (e.g. /tmp on Mac OS X).
|
||||
- Added a 'no_hidden' parameter for children() [EDENC <EDENC@cpan.org>]
|
||||
- Fixed the heading for the is_relative() POD section. [CUB <cub.uanic@gmail.com>]
|
||||
- 0.18 - Sun Dec 20 10:11:02 CST 2009
|
||||
- Similar to the next() bug for files/directories named "0" or "0.0"
|
||||
in the previous release, the children() and recurse() methods have
|
||||
now been fixed in the same way. [spotted by ARTHAS, MSISK]
|
||||
- 0.17 - Sun Jun 14 21:42:16 2009
|
||||
- dir(undef) now returns undef rather than the rootdir, because undef
|
||||
was probably a mistake by the caller, and the rootdir is too scary
|
||||
a default. [Suggested by John Goulah]
|
||||
- Temporary files during testing are now created in the system temp
|
||||
directory, rather than somewhere in t/ . See RT #31382. [Suggested
|
||||
by Alex Page]
|
||||
- Added is_relative() as the obvious complement to the existing
|
||||
is_absolute() method.
|
||||
- Added a resolve() method to clean up paths much more thoroughly
|
||||
than cleanup(), e.g. resolving symlinks, collapsing foo/../bar
|
||||
sections, etc. [Suggested by David Garamond]
|
||||
- Fixed a problem in which a file/directory called "0" or "0.0" would
|
||||
end a loop prematurely when using the idiom 'while($x =
|
||||
$dir->next) {...}'. See http://rt.cpan.org/Ticket/Display.html?id=29374
|
||||
[Spotted by Daniel Lo]
|
||||
- Fixed an exists($array[$i]) that prevented compatibility with perl
|
||||
5.005.
|
||||
- Moved the repository from my personal CVS repo to Google Code.
|
||||
- recreated by cpanspec 1.78
|
||||
- noarch pkg
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 10 15:43:32 CET 2010 - jengelh@medozas.de
|
||||
|
||||
|
||||
Reference in New Issue
Block a user