diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2009-06-01 15:44:14 +0200 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2009-06-01 15:44:14 +0200 |
commit | 5bdf71cc9217764029fb9a321295118de3bb8e72 (patch) | |
tree | 00243051ace759751dcf242f9cba701c00b5f215 /lib/ExtUtils/MM_MacOS.pm | |
parent | 20f91e418dfa8bdf6cf78614bfebebc28a7613ee (diff) | |
download | perl-5bdf71cc9217764029fb9a321295118de3bb8e72.tar.gz |
Upgrade to ExtUtils::MakeMaker 6.52
Diffstat (limited to 'lib/ExtUtils/MM_MacOS.pm')
-rw-r--r-- | lib/ExtUtils/MM_MacOS.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ExtUtils/MM_MacOS.pm b/lib/ExtUtils/MM_MacOS.pm index 47a0aef9ce..fbdf0ce34f 100644 --- a/lib/ExtUtils/MM_MacOS.pm +++ b/lib/ExtUtils/MM_MacOS.pm @@ -2,7 +2,7 @@ package ExtUtils::MM_MacOS; use strict; -our $VERSION = 6.50; +our $VERSION = 6.52; sub new { die <<'UNSUPPORTED'; |