projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
428c2b4
)
Bump $Win32API::File::VERSION for change #30409
Steve Hay [Mon, 26 Feb 2007 13:45:23 +0000 (13:45 +0000)]
p4raw-link: @30409 on //depot/perl:
57d226e4c036539e44197f78a5d0e896298c6424
p4raw-id: //depot/perl@30411
ext/Win32API/File/File.pm
patch
|
blob
|
blame
|
history
diff --git
a/ext/Win32API/File/File.pm
b/ext/Win32API/File/File.pm
index
74494fa
..
9bca304
100644
(file)
--- 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 );