the previous patch for p5-Task-Catalyst was insufficient

Paul Vixie vixie at isc.org
Fri May 13 03:00:32 UTC 2011


thanks!

with your patch, starting from a blank system, i can run catalyst.pl to
create an app, and i can then run "perl Makefile.PL" inside that app.

however, when i try to run the resulting scripts/app_server.pl, it says:

Couldn't load class (Catalyst::Script::Server) because: Couldn't load class
	(Catalyst::ScriptRole) because: Couldn't load class
	(MooseX::Getopt::GLD) because:
	Can't locate MooseX/Role/Parameterized.pm
	in @INC (@INC contains: /usr/home/vixie/Hello/script/../lib
	/usr/local/lib/perl5/5.10.1/BSDPAN
	/usr/local/lib/perl5/site_perl/5.10.1/mach
	/usr/local/lib/perl5/site_perl/5.10.1 /usr/local/lib/perl5/5.10.1/mach
	/usr/local/lib/perl5/5.10.1 .) at
	/usr/local/lib/perl5/site_perl/5.10.1/MooseX/Getopt/GLD.pm line 10.

if i then install devel/p5-MooseX-Role-Parameterized by hand, it works.
i think this means devel/p5-MooseX-Role-Parameterized should be a prereq,
though i honestly could not tell you "a prereq of what?"

re:

> Date: Tue, 10 May 2011 22:58:49 -0400
> From: Steve Wills <swills at FreeBSD.org>
> User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.2.15) Gecko/20110323 Thunderbird/3.1.9
> To: perl at FreeBSD.org
> CC: Paul Vixie <vixie at isc.org>, fopispo at isc.org
> Subject: Re: the previous patch for p5-Task-Catalyst was insufficient
> 
> On 05/08/11 16:34, Paul Vixie wrote:
> > generates apps would not run until i added one more module.
> > 
> > here is the complete patch from what's in ports today.
> > 
> > 36c36,40
> > <               p5-DBD-SQLite>=0:${PORTSDIR}/databases/p5-DBD-SQLite
> > ---
> >>               p5-DBD-SQLite>=0:${PORTSDIR}/databases/p5-DBD-SQLite \
> >>               p5-YAML-Tiny>=0:${PORTSDIR}/textproc/p5-YAML-Tiny \
> >>               p5-Module-Install>=0:${PORTSDIR}/devel/p5-Module-Install \
> >>               p5-MooseX-Role-Parameterized>=0:${PORTSDIR}/devel/p5-MooseX-Role-Parameterized
> >>
> 
> It seems more is need to satisfy the requirements specified in the
> META.yml. Please see the attached patch, also available here:
> 
> http://people.freebsd.org/~swills/p5-Task-Catalyst_2011051001.diff
> 
> Any objections?
> 
> Steve
> 


More information about the freebsd-perl mailing list