diff options
author | Ricardo Signes <rjbs@cpan.org> | 2010-01-19 20:16:55 -0500 |
---|---|---|
committer | Ricardo Signes <rjbs@cpan.org> | 2010-01-19 20:16:55 -0500 |
commit | 0a0b870a4079b7c92f7c54c7fe633d856bd10588 (patch) | |
tree | bac834eb29e3fcb554e5cb46db720b7a4b72b16e /lib | |
parent | f73b28b4f23ac0516ae2b1d9918b02a3383c1b29 (diff) | |
download | perl-0a0b870a4079b7c92f7c54c7fe633d856bd10588.tar.gz |
bump versions for core libs changed since 5.11.3
Diffstat (limited to 'lib')
-rw-r--r-- | lib/File/Copy.pm | 2 | ||||
-rw-r--r-- | lib/feature.pm | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/File/Copy.pm b/lib/File/Copy.pm index c2fdab2e21..4dc8c6dc01 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.17'; require Exporter; @ISA = qw(Exporter); diff --git a/lib/feature.pm b/lib/feature.pm index f951149e59..103e3bb742 100644 --- a/lib/feature.pm +++ b/lib/feature.pm @@ -1,6 +1,6 @@ package feature; -our $VERSION = '1.14'; +our $VERSION = '1.15'; # (feature name) => (internal name, used in %^H) my %feature = ( |