Re: [Module::Build] dynamic creation?
Status: Beta
Brought to you by:
kwilliams
From: Gene B. <gb...@si...> - 2006-05-22 02:36:48
|
Ha! Excellent! #1 is the answer for me and for MT. :) Thank you, Randy. -Gene On Sun, 2006-05-21 at 19:46 -0400, Randy W. Sims wrote: > 1) specify it explicitly in your Build.PL file: > > my $build = Module::Build->new( > module_name => 'Foo::Bar', > > dist_abstract => 'A module to Foo::Bar', # ADDED > dist_version => '0.00_01', # ADDED > dist_author => 'you <yo...@so...>', # ADDED > > license => 'perl', > PL_files => { > 'lib/Foo/Bar.pm.PL' => 'lib/Foo/Bar.pm', > }, > ); |