diff options
author | Ricardo Signes <rjbs@cpan.org> | 2013-11-30 21:29:56 -0500 |
---|---|---|
committer | Ricardo Signes <rjbs@cpan.org> | 2013-11-30 21:30:42 -0500 |
commit | d5813c6053c2252d393f044139bbaebcadbc1a56 (patch) | |
tree | aa895279cdba7f99d58f06aa33e66857907d5cf6 | |
parent | 1674e4c5f71fc0406619b5296d8bbb67effd70ad (diff) | |
download | perl-d5813c6053c2252d393f044139bbaebcadbc1a56.tar.gz |
bump File::Glob version for 5.18.2
-rw-r--r-- | dist/Module-CoreList/lib/Module/CoreList.pm | 1 | ||||
-rw-r--r-- | ext/File-Glob/Glob.pm | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/dist/Module-CoreList/lib/Module/CoreList.pm b/dist/Module-CoreList/lib/Module/CoreList.pm index 781f5fc06d..cbd6df4a55 100644 --- a/dist/Module-CoreList/lib/Module/CoreList.pm +++ b/dist/Module-CoreList/lib/Module/CoreList.pm @@ -8051,6 +8051,7 @@ for my $version ( sort { $a <=> $b } keys %released ) { changed => { 'B' => '1.42_02', 'Config' => '5.018002', + 'File::Glob' => '1.20_01', 'Module::CoreList' => '3.03', 'Module::CoreList::TieHashDelta'=> '3.03', 'Module::CoreList::Utils'=> '3.03', diff --git a/ext/File-Glob/Glob.pm b/ext/File-Glob/Glob.pm index 379d7f0ee1..f144b5179d 100644 --- a/ext/File-Glob/Glob.pm +++ b/ext/File-Glob/Glob.pm @@ -37,7 +37,7 @@ pop @{$EXPORT_TAGS{bsd_glob}}; # no "glob" @EXPORT_OK = (@{$EXPORT_TAGS{'glob'}}, 'csh_glob'); -$VERSION = '1.20'; +$VERSION = '1.20_01'; sub import { require Exporter; |