summaryrefslogtreecommitdiff
path: root/dist/ExtUtils-CBuilder
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2011-11-22 14:51:46 -0800
committerFather Chrysostomos <sprout@cpan.org>2011-11-22 16:27:17 -0800
commite3ec0a15dbdf8b555fb77b085eadf4ff9fba04a6 (patch)
tree3dea3ff10ad89d74104b1caa7634cf46a35eadf2 /dist/ExtUtils-CBuilder
parent9404893f24257746efaa6b119c8f9a9960a99a6f (diff)
downloadperl-e3ec0a15dbdf8b555fb77b085eadf4ff9fba04a6.tar.gz
Version bumpsif-0.0602
Diffstat (limited to 'dist/ExtUtils-CBuilder')
-rw-r--r--dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder.pm2
-rw-r--r--dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/os2.pm2
2 files changed, 2 insertions, 2 deletions
diff --git a/dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder.pm b/dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder.pm
index f79a5c8021..413c7653ce 100644
--- a/dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder.pm
+++ b/dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder.pm
@@ -6,7 +6,7 @@ use File::Basename ();
use Perl::OSType qw/os_type/;
use vars qw($VERSION @ISA);
-$VERSION = '0.280204';
+$VERSION = '0.280205';
$VERSION = eval $VERSION;
# We only use this once - don't waste a symbol table entry on it.
diff --git a/dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/os2.pm b/dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/os2.pm
index 6dc932c7bb..e24cb2d2f4 100644
--- a/dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/os2.pm
+++ b/dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/os2.pm
@@ -4,7 +4,7 @@ use strict;
use ExtUtils::CBuilder::Platform::Unix;
use vars qw($VERSION @ISA);
-$VERSION = '0.280203';
+$VERSION = '0.280204';
@ISA = qw(ExtUtils::CBuilder::Platform::Unix);
sub need_prelink { 1 }