projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
60984f2
)
Bumped File::Find's version since it's changed since 5.11.2
Jesse Vincent [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.14';
+our $VERSION = '1.15';
require Exporter;
require Cwd;