From: Uri Guttman Date: Sat, 16 Apr 2011 08:06:12 +0000 (-0400) Subject: changed version number X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=urisagit%2FPerl-Docs.git;a=commitdiff_plain;h=5aaacad575ea9eb513b16810ed8362a59e242a4b changed version number --- diff --git a/lib/File/Slurp.pm b/lib/File/Slurp.pm index e669350..9f6cacb 100755 --- 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 ;