From: Jarkko Hietaniemi Date: Fri, 29 Jun 2001 23:28:16 +0000 (+0000) Subject: More module $VERSION bump-ups. X-Git-Tag: accepted/trunk/20130322.191538~31148 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fc833f5303910487406f29ed9b64ac271eb7125b;p=platform%2Fupstream%2Fperl.git More module $VERSION bump-ups. p4raw-id: //depot/perl@11034 --- diff --git a/ext/Devel/Peek/Peek.pm b/ext/Devel/Peek/Peek.pm index 112412a..16471bd 100644 --- a/ext/Devel/Peek/Peek.pm +++ b/ext/Devel/Peek/Peek.pm @@ -4,7 +4,7 @@ package Devel::Peek; # Underscore to allow older Perls to access older version from CPAN -$VERSION = '1.00_01'; +$VERSION = '1.00_02'; require Exporter; use XSLoader (); diff --git a/lib/ExtUtils/Embed.pm b/lib/ExtUtils/Embed.pm index ed5cd0d..d244e48 100644 --- a/lib/ExtUtils/Embed.pm +++ b/lib/ExtUtils/Embed.pm @@ -18,7 +18,7 @@ use vars qw(@ISA @EXPORT $VERSION ); use strict; -$VERSION = sprintf("%d.%02d", q$Revision: 1.2505 $ =~ /(\d+)\.(\d+)/); +$VERSION = sprintf("%d.%02d", q$Revision: 1.2506 $ =~ /(\d+)\.(\d+)/); @ISA = qw(Exporter); @EXPORT = qw(&xsinit &ldopts diff --git a/lib/ExtUtils/Liblist.pm b/lib/ExtUtils/Liblist.pm index 5e2f91d..aa3ba0c 100644 --- a/lib/ExtUtils/Liblist.pm +++ b/lib/ExtUtils/Liblist.pm @@ -24,7 +24,7 @@ package ExtUtils::Liblist::Kid; use 5.005_64; # Broken out of MakeMaker from version 4.11 -our $VERSION = substr q$Revision: 1.26 $, 10; +our $VERSION = substr q$Revision: 1.27 $, 10; use Config; use Cwd 'cwd'; diff --git a/lib/ExtUtils/Manifest.pm b/lib/ExtUtils/Manifest.pm index 4e38774..7b3dbff 100644 --- a/lib/ExtUtils/Manifest.pm +++ b/lib/ExtUtils/Manifest.pm @@ -12,7 +12,7 @@ our ($VERSION,@ISA,@EXPORT_OK, $Is_MacOS,$Is_VMS, $Debug,$Verbose,$Quiet,$MANIFEST,$found,$DEFAULT_MSKIP); -$VERSION = substr(q$Revision: 1.33 $, 10); +$VERSION = substr(q$Revision: 1.34 $, 10); @ISA=('Exporter'); @EXPORT_OK = ('mkmanifest', 'manicheck', 'fullcheck', 'filecheck', 'skipcheck', 'maniread', 'manicopy'); diff --git a/lib/ExtUtils/Mksymlists.pm b/lib/ExtUtils/Mksymlists.pm index fcd1d04..db12cd3 100644 --- a/lib/ExtUtils/Mksymlists.pm +++ b/lib/ExtUtils/Mksymlists.pm @@ -10,7 +10,7 @@ use Config; our(@ISA, @EXPORT, $VERSION); @ISA = 'Exporter'; @EXPORT = '&Mksymlists'; -$VERSION = substr q$Revision: 1.17 $, 10; +$VERSION = substr q$Revision: 1.18 $, 10; sub Mksymlists { my(%spec) = @_; diff --git a/lib/IPC/Open3.pm b/lib/IPC/Open3.pm index 5c9c69a..b59b09c 100644 --- a/lib/IPC/Open3.pm +++ b/lib/IPC/Open3.pm @@ -9,7 +9,7 @@ require Exporter; use Carp; use Symbol qw(gensym qualify); -$VERSION = 1.0103; +$VERSION = 1.0104; @ISA = qw(Exporter); @EXPORT = qw(open3);