Update of /cvsroot/module-build/Module-Build/lib/Module/Build
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27343/lib/Module/Build
Modified Files:
Base.pm
Log Message:
Pass through a no_index parameter to the META.yml
Index: Base.pm
===================================================================
RCS file: /cvsroot/module-build/Module-Build/lib/Module/Build/Base.pm,v
retrieving revision 1.476
retrieving revision 1.477
diff -u -d -r1.476 -r1.477
--- Base.pm 28 Aug 2005 01:31:13 -0000 1.476
+++ Base.pm 29 Aug 2005 22:19:24 -0000 1.477
@@ -2731,6 +2731,7 @@
$node->{dynamic_config} = $p->{dynamic_config} if exists $p->{dynamic_config};
$node->{provides} = $self->find_dist_packages;
+ $node->{no_index} = $p->{no_index} if exists $p->{no_index};
$node->{generated_by} = "Module::Build version $Module::Build::VERSION";
|