From: Steve Hay Date: Mon, 26 Feb 2007 13:45:23 +0000 (+0000) Subject: Bump $Win32API::File::VERSION for change #30409 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=7aa88b299de9a4db2fd7199877a2fd354ba20d83;p=p5sagit%2Fp5-mst-13.2.git Bump $Win32API::File::VERSION for change #30409 p4raw-link: @30409 on //depot/perl: 57d226e4c036539e44197f78a5d0e896298c6424 p4raw-id: //depot/perl@30411 --- diff --git a/ext/Win32API/File/File.pm b/ext/Win32API/File/File.pm index 74494fa..9bca304 100644 --- a/ext/Win32API/File/File.pm +++ b/ext/Win32API/File/File.pm @@ -10,7 +10,7 @@ use Fcntl qw( O_RDONLY O_RDWR O_WRONLY O_APPEND O_BINARY O_TEXT ); use vars qw( $VERSION @ISA ); use vars qw( @EXPORT @EXPORT_OK @EXPORT_FAIL %EXPORT_TAGS ); -$VERSION= '0.1001'; +$VERSION= '0.1001_01'; use base qw( Exporter DynaLoader Tie::Handle IO::File );