This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
60984f2
)
Bumped File::Find's version since it's changed since 5.11.2
author
Jesse Vincent
<jesse@bestpractical.com>
Sun, 20 Dec 2009 19:00:40 +0000
(14:00 -0500)
committer
Jesse Vincent
<jesse@bestpractical.com>
Sun, 20 Dec 2009 19:00:40 +0000
(14:00 -0500)
lib/File/Find.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/File/Find.pm
b/lib/File/Find.pm
index
3cf14da
..
3ea53a5
100644
(file)
--- a/
lib/File/Find.pm
+++ b/
lib/File/Find.pm
@@
-3,7
+3,7
@@
use 5.006;
use strict;
use warnings;
use warnings::register;
-our $VERSION = '1.1
4
';
+our $VERSION = '1.1
5
';
require Exporter;
require Cwd;