[libwin32] r553 committed - require perl 5.6

1 view
Skip to first unread message

libw...@googlecode.com

unread,
Mar 4, 2011, 7:01:45 PM3/4/11
to libwin32...@googlegroups.com
Revision: 553
Author: alexc...@gmail.com
Date: Fri Mar 4 16:01:05 2011
Log: require perl 5.6
http://code.google.com/p/libwin32/source/detail?r=553

Modified:
/trunk/Win32-Pipe/Makefile.PL
/trunk/Win32-Pipe/Pipe.pm

=======================================
--- /trunk/Win32-Pipe/Makefile.PL Mon Feb 25 17:03:34 2008
+++ /trunk/Win32-Pipe/Makefile.PL Fri Mar 4 16:01:05 2011
@@ -1,3 +1,4 @@
+use 5.006; #perl 5.6 required by use warnings;
use strict;
use warnings;
use Config qw(%Config);
=======================================
--- /trunk/Win32-Pipe/Pipe.pm Fri Jun 13 17:51:09 2008
+++ /trunk/Win32-Pipe/Pipe.pm Fri Mar 4 16:01:05 2011
@@ -1,6 +1,8 @@
package Win32::Pipe;

-$VERSION = '0.024';
+use 5.006;
+
+our $VERSION = '0.024';

# Win32::Pipe.pm
# +==========================================================+

Reply all
Reply to author
Forward
0 new messages