projects
/
urisagit/Perl-Docs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
4b5a62e
)
changed version number
Uri Guttman [Sat, 16 Apr 2011 08:06:12 +0000 (
04:06
-0400)]
lib/File/Slurp.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/File/Slurp.pm
b/lib/File/Slurp.pm
index
e669350
..
9f6cacb
100755
(executable)
--- a/
lib/File/Slurp.pm
+++ b/
lib/File/Slurp.pm
@@
-20,7
+20,7
@@
use vars qw( @ISA %EXPORT_TAGS @EXPORT_OK $VERSION @EXPORT ) ;
@EXPORT = ( @{ $EXPORT_TAGS{'all'} } );
@EXPORT_OK = qw( slurp prepend_file ) ;
-$VERSION = '9999.15';
+$VERSION = '9999.16';
my $max_fast_slurp_size = 1024 * 100 ;