projects
/
p5sagit/Distar.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
176acdb
)
hook into EUMM at a higher level
Graham Knop [Sun, 8 Feb 2015 17:05:52 +0000 (12:05 -0500)]
lib/Distar.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/Distar.pm
b/lib/Distar.pm
index
879023e
..
72b8c2d
100644
(file)
--- a/
lib/Distar.pm
+++ b/
lib/Distar.pm
@@
-122,8
+122,8
@@
sub run_preflight {
{
package Distar::MM;
- our @ISA = @ExtUtils::MM::ISA;
- @ExtUtils::MM::ISA = (__PACKAGE__);
+ our @ISA = @MM::ISA;
+ @MM::ISA = (__PACKAGE__);
sub new {
my ($class, $args) = @_;