Update of /cvsroot/module-build/Module-Build/lib/Module/Build
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15065/lib/Module/Build
Modified Files:
Base.pm
Log Message:
Change message to use language more consistent with option name.
Index: Base.pm
===================================================================
RCS file: /cvsroot/module-build/Module-Build/lib/Module/Build/Base.pm,v
retrieving revision 1.516
retrieving revision 1.517
diff -u -d -r1.516 -r1.517
--- Base.pm 14 Nov 2005 06:49:29 -0000 1.516
+++ Base.pm 14 Nov 2005 07:07:16 -0000 1.517
@@ -3269,7 +3269,7 @@
}
$self->log_warn(
- "WARNING: Can't figure out where to install file types: @skipping\n" .
+ "WARNING: Can't figure out install path for types: @skipping\n" .
"Files will not be installed.\n"
) if @skipping;
|