projects
/
dbsrgits/DBIx-Class.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
1ecfac5
)
fix PodInherit call in Makefile.PL
Rafael Kitover [Fri, 10 Jul 2009 21:56:57 +0000 (21:56 +0000)]
Makefile.PL
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.PL
b/Makefile.PL
index
044802d
..
5442378
100644
(file)
--- a/
Makefile.PL
+++ b/
Makefile.PL
@@
-138,7
+138,7
@@
EOW
}
eval { require Module::Install::Pod::Inherit };
- Module::Install::Pod::Inherit::PodInherit() if !$@;
+ PodInherit() if !$@;
}
auto_install();