This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Bump Module::Build version to 0.340201
[perl5.git] / lib / Module / Build / Platform / darwin.pm
index 1a0295a..6ba7cb9 100644 (file)
@@ -2,7 +2,7 @@ package Module::Build::Platform::darwin;
 
 use strict;
 use vars qw($VERSION);
-$VERSION = '0.34_02';
+$VERSION = '0.340201';
 $VERSION = eval $VERSION;
 use Module::Build::Platform::Unix;