Update of /cvsroot/module-build/Module-Build/lib/Module/Build
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6214/lib/Module/Build
Modified Files:
Base.pm
Log Message:
Add a note for a bug in install_base_relative()
Index: Base.pm
===================================================================
RCS file: /cvsroot/module-build/Module-Build/lib/Module/Build/Base.pm,v
retrieving revision 1.377
retrieving revision 1.378
diff -u -d -r1.377 -r1.378
--- Base.pm 22 Jan 2005 02:00:21 -0000 1.377
+++ Base.pm 24 Jan 2005 03:27:36 -0000 1.378
@@ -2452,6 +2452,7 @@
sub install_base_relative {
my ($self, $type) = @_;
+ # XXX - this won't handle additional build elements correctly
my %map = (
lib => ['lib', 'perl5'],
arch => ['lib', 'perl5', $self->{config}{archname}],
|