On Sunday 17 June 2007 09:52:47 am Bill Moseley wrote:
> On Sun, Jun 17, 2007 at 04:17:24PM +0200, Dominique Quatravaux wrote:
> > Bill Moseley wrote:
> > ># Specific dependencies
> > >requires        'Form::Processor'    => '0.11',
> > >requires        'HTML::FillInForm'   => 0,
> > >requires        'Catalyst'           => '5.50',
> > >requires        'UNIVERSAL::require' => 0,
> >
> > I know nothing about Module::Install, but have you tried using
> > semicolons instead of commas at the end of those lines?
>
> Geeze.
>
> Turns out coffee helps, too!  That's what I get for editing an
> existing MakeMaker Makefile.

I think you can actually use EUMM syntax:

  requires ( foo => '0.01', MyApp => '3.14', ... ) # parens, not {}

or:

  requires foo       => '0.01'
  requires MyApp => '3.14';

TMTOWTDI :)

Regards,
Jonathan Rockway

-- 
package JAPH;use Catalyst qw/-Debug/;($;=JAPH)->config(name => do {
$,.=reverse qw[Jonathan tsu rehton lre rekca Rockway][$_].[split //,
";$;"]->[$_].q; ;for 1..4;$,=~s;^.;;;$,});$;->setup;

Reply via email to