projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
9d6ce60
)
MM_AIX needs neatvalue
Nicholas Clark [Fri, 8 Apr 2005 10:08:35 +0000 (10:08 +0000)]
p4raw-id: //depot/perl@24200
lib/ExtUtils/MM_AIX.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/ExtUtils/MM_AIX.pm
b/lib/ExtUtils/MM_AIX.pm
index
8ea171c
..
529d657
100644
(file)
--- a/
lib/ExtUtils/MM_AIX.pm
+++ b/
lib/ExtUtils/MM_AIX.pm
@@
-2,6
+2,7
@@
package ExtUtils::MM_AIX;
use strict;
use vars qw($VERSION @ISA);
+use ExtUtils::MakeMaker qw(neatvalue);
$VERSION = '0.02';
require ExtUtils::MM_Unix;