changed version number
Uri Guttman [Sat, 16 Apr 2011 08:06:12 +0000 (04:06 -0400)]
lib/File/Slurp.pm

index e669350..9f6cacb 100755 (executable)
@@ -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 ;