diff options
author | Nicholas Clark <nick@ccl4.org> | 2008-09-03 19:07:36 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2008-09-03 19:07:36 +0000 |
commit | b51c85cfecd5519fb69801887d6d6ebf80d9fce4 (patch) | |
tree | d130620237619056d3cf544ce533ecb5049762fb | |
parent | 98af1e142028dcf116f32636ea54f4c3e9494651 (diff) | |
download | perl-b51c85cfecd5519fb69801887d6d6ebf80d9fce4.tar.gz |
Reflect local modifications to dual life modules in changes 34219 and
34238.
p4raw-id: //depot/perl@34252
-rw-r--r-- | lib/ExtUtils/CBuilder/Platform/cygwin.pm | 2 | ||||
-rw-r--r-- | lib/File/Temp.pm | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/ExtUtils/CBuilder/Platform/cygwin.pm b/lib/ExtUtils/CBuilder/Platform/cygwin.pm index 99ff6d820f..69ca0e0a25 100644 --- a/lib/ExtUtils/CBuilder/Platform/cygwin.pm +++ b/lib/ExtUtils/CBuilder/Platform/cygwin.pm @@ -5,7 +5,7 @@ use File::Spec; use ExtUtils::CBuilder::Platform::Unix; use vars qw($VERSION @ISA); -$VERSION = '0.23'; +$VERSION = '0.23_1'; @ISA = qw(ExtUtils::CBuilder::Platform::Unix); sub link_executable { diff --git a/lib/File/Temp.pm b/lib/File/Temp.pm index 11a7e0a7f0..2018247d4e 100644 --- a/lib/File/Temp.pm +++ b/lib/File/Temp.pm @@ -203,7 +203,7 @@ Exporter::export_tags('POSIX','mktemp','seekable'); # Version number -$VERSION = '0.20_01'; +$VERSION = '0.20_02'; # This is a list of characters that can be used in random filenames |