Update of /cvsroot/module-build/Module-Build/lib/Module
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12969
Modified Files:
Build.pm
Log Message:
Add a comment about _interpose_module()
Index: Build.pm
===================================================================
RCS file: /cvsroot/module-build/Module-Build/lib/Module/Build.pm,v
retrieving revision 1.173
retrieving revision 1.174
diff -u -d -r1.173 -r1.174
--- Build.pm 18 Dec 2004 20:57:04 -0000 1.173
+++ Build.pm 27 Feb 2005 14:45:17 -0000 1.174
@@ -63,6 +63,8 @@
mpeix MPEiX
);
+# Inserts the given module into the @ISA hierarchy between
+# Module::Build and its immediate parent
sub _interpose_module {
my ($self, $mod) = @_;
eval "use $mod";
|