Update of /cvsroot/module-build/Module-Build/lib/Module/Build
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28429/lib/Module/Build
Modified Files:
Base.pm
Log Message:
Integrate from branch
Index: Base.pm
===================================================================
RCS file: /cvsroot/module-build/Module-Build/lib/Module/Build/Base.pm,v
retrieving revision 1.384
retrieving revision 1.385
diff -u -d -r1.384 -r1.385
--- Base.pm 6 Feb 2005 14:35:28 -0000 1.384
+++ Base.pm 8 Feb 2005 07:15:18 -0000 1.385
@@ -1850,7 +1850,7 @@
File::Path::mkpath($html, 1, 0755) or die "Couldn't mkdir $html: $!";
}
- my $pods = $self->_find_pods([$self->blib]);
+ my $pods = $self->_find_pods([ @{$self->libdoc_dirs}, @{$self->libdoc_dirs} ]);
if (-d $script) {
File::Find::finddepth( sub {
$pods->{$File::Find::name} =
|