Add method macro_from_item to encapsulate the entire logic for getting
[p5sagit/p5-mst-13.2.git] / lib / ExtUtils / MM_AIX.pm
index 8ea171c..7de7da5 100644 (file)
@@ -2,11 +2,13 @@ package ExtUtils::MM_AIX;
 
 use strict;
 use vars qw($VERSION @ISA);
-$VERSION = '0.02';
+$VERSION = '0.03';
 
 require ExtUtils::MM_Unix;
 @ISA = qw(ExtUtils::MM_Unix);
 
+use ExtUtils::MakeMaker qw(neatvalue);
+
 
 =head1 NAME