[Module-build-checkins] Module-Build/t extend.t,1.18,1.19
Status: Beta
Brought to you by:
kwilliams
|
From: Randy W. S. <si...@us...> - 2005-07-28 03:45:52
|
Update of /cvsroot/module-build/Module-Build/t In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8482/t Modified Files: extend.t Log Message: Silence warning in test (t/extend.t) when license is not defined, and make M::B::prepare_metadata() robust against undefined license. Index: extend.t =================================================================== RCS file: /cvsroot/module-build/Module-Build/t/extend.t,v retrieving revision 1.18 retrieving revision 1.19 diff -u -d -r1.18 -r1.19 --- extend.t 29 Jun 2005 08:27:06 -0000 1.18 +++ extend.t 28 Jul 2005 03:45:44 -0000 1.19 @@ -186,6 +186,7 @@ # Test the meta_add and meta_merge stuff ok my $mb = Module::Build->new( module_name => $dist->name, + license => 'perl', meta_add => {foo => 'bar'}, conflicts => {'Foo::Barxx' => 0}, ); |