From: Jesse Vincent Date: Tue, 1 Feb 2011 18:54:06 +0000 (-0500) Subject: Bump OS2::Process version since the docs changed triggering a test fail X-Git-Tag: v5.13.10~436 X-Git-Url: https://perl5.git.perl.org/perl5.git/commitdiff_plain/3dcd47c3f86469dbc8abad96fc8e9b468b838d5b Bump OS2::Process version since the docs changed triggering a test fail --- diff --git a/os2/OS2/OS2-Process/Process.pm b/os2/OS2/OS2-Process/Process.pm index 9752255..739c807 100644 --- a/os2/OS2/OS2-Process/Process.pm +++ b/os2/OS2/OS2-Process/Process.pm @@ -20,7 +20,7 @@ BEGIN { #require AutoLoader; our @ISA = qw(Exporter); - our $VERSION = "1.05"; + our $VERSION = "1.06"; XSLoader::load('OS2::Process', $VERSION); }