This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f0546ea
)
Bump OS2::Process version since the docs changed triggering a test fail
author
Jesse Vincent
<jesse@bestpractical.com>
Tue, 1 Feb 2011 18:54:06 +0000
(13:54 -0500)
committer
Jesse Vincent
<jesse@bestpractical.com>
Tue, 1 Feb 2011 18:54:06 +0000
(13:54 -0500)
os2/OS2/OS2-Process/Process.pm
patch
|
blob
|
blame
|
history
diff --git
a/os2/OS2/OS2-Process/Process.pm
b/os2/OS2/OS2-Process/Process.pm
index
9752255
..
739c807
100644
(file)
--- 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.0
5
";
+ our $VERSION = "1.0
6
";
XSLoader::load('OS2::Process', $VERSION);
}