Here's newbie questons number two -
If there's a better FAQ I can read, tell me - I've got the June 2003 Perl
Journal articel on MOdule::Install,
have read the POD and searched...
Just following the instructions in the Module::Build synopsis:
===========================================================
lmorris - /tmp/SGlic >cat Build.PL
use Module::Build;
my $build = new Module::Build
(
module_name => 'SGlic',
license => 'perl',
requires => {
perl => '5.6.1',
Crypt::CapnMidNite => '1.00',
Filter::Util::Call => 1.00,
},
);
$build->create_build_script;
lmorris - /tmp/SGlic >fgrep VERSION SGlic.pm
our $VERSION = '1.02';
lmorris - /tmp/SGlic >perl Build.PL
Checking whether your kit is complete...
Looks good
Can't open 'lib/SGlic.pm' for version: No such file or directory at
/usr/lib/perl5/site_perl/5.8.0/Module/Build/Base.pm line 274.
===========================================================
So why does it want lib/SGlic.pm?
-----------------------------
Mr. Lindsay Morris
Lead Architect
www.servergraph.com
512-482-6138 ext 105