[Module::Build] Re: Module::Build ???
Status: Beta
Brought to you by:
kwilliams
|
From: Randy W. S. <Ra...@Th...> - 2003-12-19 08:07:29
|
On 12/19/2003 1:22 AM, Glenn Linderman wrote: > "perl build dist" produces errors, and "perl build ppd" produces errors: > > D:\GFfP>perl build dist > Couldn't load YAML.pm: Can't locate YAML.pm in @INC (@INC contains: > C:\Perl\lib C:\Perl\site\lib D:\GFfP) at > C:\Perl\site\lib/Module/Build/Base.pm line 1626. > > mkdir GFfP-0.1 > mkdir GFfP-0.1/lib > *** Did you forget to add META.yml to the MANIFEST? > Creating GFfP-0.1.tar.gz > Can't locate object method "create_archive" via package "Archive::Tar" > at C:\Perl\site\lib/Module/Build/Base.pm line 1706. > Actually this part is a problem, and it should be handled better by Module::Build. I'm forwarding to the module-build mailing list as I haven't look to closely at the dist target. I'm thinking it should not error if you don't have YAML installed. M::B aught to be able to produce the META.yml if YAML is not found. I'll take a closer look when I get a chance. Randy. |