diff options
author | Steve Hay <SteveHay@planit.com> | 2005-07-25 11:11:29 +0000 |
---|---|---|
committer | Steve Hay <SteveHay@planit.com> | 2005-07-25 11:11:29 +0000 |
commit | da2b6f3329c3a764a9e5a8032aebe3c69d3f55c4 (patch) | |
tree | 42190b702d356c7eb7e96706974062f2ef224680 /lib/ExtUtils/CBuilder.pm | |
parent | 73f04f90b60fd44a3d3f40a0f6f5c565ad2f221a (diff) | |
download | perl-da2b6f3329c3a764a9e5a8032aebe3c69d3f55c4.tar.gz |
Make CBuilder and ParseXS clean up their temp test files
p4raw-id: //depot/perl@25222
Diffstat (limited to 'lib/ExtUtils/CBuilder.pm')
-rw-r--r-- | lib/ExtUtils/CBuilder.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ExtUtils/CBuilder.pm b/lib/ExtUtils/CBuilder.pm index f2950aafbd..9100bc78d4 100644 --- a/lib/ExtUtils/CBuilder.pm +++ b/lib/ExtUtils/CBuilder.pm @@ -5,7 +5,7 @@ use File::Path (); use File::Basename (); use vars qw($VERSION @ISA); -$VERSION = '0.12'; +$VERSION = '0.12_01'; $VERSION = eval $VERSION; # Okay, this is the brute-force method of finding out what kind of |