This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Bump OS2::Process version since the docs changed triggering a test fail
authorJesse Vincent <jesse@bestpractical.com>
Tue, 1 Feb 2011 18:54:06 +0000 (13:54 -0500)
committerJesse Vincent <jesse@bestpractical.com>
Tue, 1 Feb 2011 18:54:06 +0000 (13:54 -0500)
os2/OS2/OS2-Process/Process.pm

index 9752255..739c807 100644 (file)
@@ -20,7 +20,7 @@ BEGIN {
   #require AutoLoader;
 
   our @ISA = qw(Exporter);
-  our $VERSION = "1.05";
+  our $VERSION = "1.06";
   XSLoader::load('OS2::Process', $VERSION);
 }