This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Upgrade to ExtUtils::MakeMaker 6.38
[perl5.git] / lib / ExtUtils / Liblist.pm
index ec49551..93d72c6 100644 (file)
@@ -3,7 +3,7 @@ package ExtUtils::Liblist;
 use strict;
 
 use vars qw($VERSION @ISA);
-$VERSION = '6.37_03';
+$VERSION = '6.38';
 
 use File::Spec;
 require ExtUtils::Liblist::Kid;