2014-05-30 01:38:20 by Thomas Klausner | Files touched by this commit (3049) |
Log message:
Bump for perl-5.20.0.
Do it for all packages that
* mention perl, or
* have a directory name starting with p5-*, or
* depend on a package starting with p5-
like last time, for 5.18, where this didn't lead to complaints.
Let me know if you have any this time.
|
2014-01-02 17:34:59 by Amitai Schlair | Files touched by this commit (2) |
Log message:
Update to 0.33. From the changelog:
- New copy_to() and move_to() methods. [Robert Rothenberg & Ken Williams]
- 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. [Olivier Mengué]
- Changed the docs to show that file() and dir() are exported by default.
- Fixed spelling error in POD. [Salvatore Bonaccorso]
|
2013-09-05 20:20:09 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Update to 0.32:
0.32 Mon Mar 18 20:53:00 CDT 2013
- Updated dependency on File::Spec to 3.26, fixing RT #83143.
- Fixed bug with leading empty string in dir() - became unintentional
UNC path on Cygwin. [David Golden and MITHUN@cpan.org]
- Fixed "Unterminated C<...> sequence" in Pod. [Olaf Alders]
|
2013-05-31 14:42:58 by Thomas Klausner | Files touched by this commit (2880) |
Log message:
Bump all packages for perl-5.18, that
a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package
Like last time, where this caused no complaints.
|
2013-02-17 15:12:51 by Wen Heping | Files touched by this commit (2) |
Log message:
Update to 0.31
Upstream changes:
0.31 Tue Feb 5 11:51:59 CST 2013
- Optimization: stringify variables passed to canonpath [David Golden]
- Optimization: Use internal guts when constructing Dirs from
Dirs, instead of concatenating and splitting them again with
File::Spec. [David Golden]
- Fix grammar error in docs. [Karen Etheridge]
- Implement a 'split' parameter for the slurp() method [suggested by Yanick \
Champoux]
- In docs, replace unicode MINUS SIGN with ascii HYPHEN-MINUS [Randy Stauner]
0.29 Mon Dec 17 23:55:07 CST 2012
- Add components() method, which returns directory names (and
filename, if this is a File object) as a list.
- Fix a test failure on non-Unix platforms, the 07-recurseprune.t
test was written in a Unix-specific way.
0.28 Sat Dec 15 21:40:17 CST 2012
- Fix test failures when run as root - they were relying on
permissions failures, but permissions never fail as root. [Spotted
by AAR and Chris Williams]
- Add links in docs to the other modules we rely on & talk about in
the docs. Makes for easier viewing through search.cpan.org /
MetaCPAN. [David Precious]
- Fixed some misleading variable names in docs. [RT#81795] [Pau Amma]
0.27 Sat Dec 8 19:24:15 CST 2012
- Added pruning support in dir->recurse(). If recurse callback
returns $item->PRUNE, no children of this item will be
analyzed. [Marcin Kasperski]
- Documented 'basename' method for directories. [Fabrice Gabolde]
- Added traverse_if() function, which allows one to filter children
before processing them. [Marcin Kasperski]
- Added tempdir() function. [cho45]
|
2012-10-31 12:19:55 by Aleksej Saushev | Files touched by this commit (1460) |
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
|
2012-10-03 23:59:10 by Thomas Klausner | Files touched by this commit (2798) |
Log message:
Bump all packages that use perl, or depend on a p5-* package, or
are called p5-*.
I hope that's all of them.
|
2012-07-06 13:29:08 by Jens Rehsack | Files touched by this commit (2) |
Log message:
Updating package for Perl 5 module Path::Class in devel/p5-Path-Class from
0.25 to 0.26.
Upstream changes:
0.26 Thu Jun 14 21:52:38 CDT 2012
- resolve() now includes the name of the non-existent file in the error
message. [Karen Etheridge]
- new shortcut opena(), to open a file for appending. [Karen Etheridge]
- new spew() method that does the inverse of the slurp() method. [Aran Deltac]
- Fixed a typo in a class name in the docs for Path::Class::Entity. [Toby Inkster]
|
2012-03-22 17:20:30 by Jens Rehsack | Files touched by this commit (2) |
Log message:
Updating package for Perl5 module Path::Class from CPAN in
devel/p5-Path-Class from 0.24 to 0.25.
Upstream changes:
0.25 Wed Feb 15 20:55:30 CST 2012
- resolve() now croak()s instead of die()s on non-existent file. [Danijel \
TaÃ
¡ov]
- Added a traverse() method for directories, based on the fmap_cont()
method of Forest::Tree::Pure. It's an alternative to ->recurse,
which allows for more control over how the recursion
happens. [Jesse Luehrs]
- Fixed a grammar error in the docs. [Shlomi Fish]
|
2011-11-25 12:43:35 by Hiramatsu Yoshifumi | Files touched by this commit (2) |
Log message:
Update p5-Path-Class to 0.24.
Changes from previous:
0.24 Sat May 28 20:52:39 CDT 2011
- Added a tempfile() method for Dir objects, which provides an
interface to File::Temp. [RT#60485]
- Fixed a non-helpful fatal error message when calling resolve() on a
path that doesn't exist. Now dies with the proper "No such file or
directory" message & exit status. [GRAF]
0.23 - Sun Dec 26 13:35:53 CST 2010
- Fixed a bunch of problems with the distribution (e.g. in META.yml)
that I introduced in the switch to Dist::Zilla. No code changes
from 0.22.
0.22 - Sat Dec 25 22:59:20 CST 2010
- Added a basename() method for directory objects. [CLKAO, jloverso,
THEPLER, ZUMMO]
|