This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Updating Module::Build to 0.34
[perl5.git] / lib / Module / Build / Base.pm
index 4be15ab..a93f058 100644 (file)
@@ -4,7 +4,7 @@ package Module::Build::Base;
 
 use strict;
 use vars qw($VERSION);
-$VERSION = '0.33_06';
+$VERSION = '0.34';
 $VERSION = eval $VERSION;
 BEGIN { require 5.00503 }