In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/f4388f027bbea55565680a04b884435b6f9d24d1?hp=5f1c7092739bf7bb81e301f20fd4c428602d6f9b>
- Log ----------------------------------------------------------------- commit f4388f027bbea55565680a04b884435b6f9d24d1 Author: David Mitchell <[email protected]> Date: Sat May 9 18:17:36 2009 +0100 Revert "Bump version of File::Copy" This reverts commit 216e7dec1076aa94d5b8331c187c135e4952955a. (File::Copy version had already been bumped, so no need to bump again) ----------------------------------------------------------------------- Summary of changes: lib/File/Copy.pm | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/lib/File/Copy.pm b/lib/File/Copy.pm index cfa74ba..be1442f 100644 --- a/lib/File/Copy.pm +++ b/lib/File/Copy.pm @@ -22,7 +22,7 @@ sub syscopy; sub cp; sub mv; -$VERSION = '2.16'; +$VERSION = '2.15'; require Exporter; @ISA = qw(Exporter); -- Perl5 Master Repository
