diff options
author | Steve Hay <SteveHay@planit.com> | 2006-11-13 18:09:58 +0000 |
---|---|---|
committer | Steve Hay <SteveHay@planit.com> | 2006-11-13 18:09:58 +0000 |
commit | c8e599d3a7f82b1ac9916859e455d8fd113f5731 (patch) | |
tree | dec972223802273ca9d0a54dbb8a43ef6fc4a1e6 /lib/ExtUtils/MakeMaker.pm | |
parent | 4fedb12c1678bdd231ce59b2cf5398a8e3354c3b (diff) | |
download | perl-c8e599d3a7f82b1ac9916859e455d8fd113f5731.tar.gz |
Embed manifest files in EXEs and DLLs when building with VC++ 8.x
See the thread starting here for details:
http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2006-11/msg00398.html
(Still need to do something for Module::Build somtime...)
p4raw-id: //depot/perl@29266
Diffstat (limited to 'lib/ExtUtils/MakeMaker.pm')
-rw-r--r-- | lib/ExtUtils/MakeMaker.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ExtUtils/MakeMaker.pm b/lib/ExtUtils/MakeMaker.pm index dbc5f8d5c0..772025923a 100644 --- a/lib/ExtUtils/MakeMaker.pm +++ b/lib/ExtUtils/MakeMaker.pm @@ -21,7 +21,7 @@ use vars qw( use vars qw($Revision); use strict; -$VERSION = '6.31'; +$VERSION = '6.31_01'; ($Revision) = q$Revision: 19606 $ =~ /Revision:\s+(\S+)/; @ISA = qw(Exporter); |