Update of /cvsroot/module-build/Module-Build/lib/Module/Build
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10706/lib/Module/Build
Modified Files:
Compat.pm
Log Message:
Fix UNINST=1
Index: Compat.pm
===================================================================
RCS file: /cvsroot/module-build/Module-Build/lib/Module/Build/Compat.pm,v
retrieving revision 1.70
retrieving revision 1.71
diff -u -d -r1.70 -r1.71
--- Compat.pm 14 Nov 2005 03:05:13 -0000 1.70
+++ Compat.pm 1 Dec 2005 02:11:06 -0000 1.71
@@ -21,7 +21,7 @@
LIB => sub { ('--install_path', 'lib='.shift()) },
# Some names they have in common
- map {$_, lc($_)} qw(DESTDIR PREFIX INSTALL_BASE),
+ map {$_, lc($_)} qw(DESTDIR PREFIX INSTALL_BASE UNINST),
);
|