On Sun, Dec 14, 2003 at 11:36:42AM +0100, Marcus Holland-Moritz wrote:
> > That'll probably require moving the license check code into
> > an ExtUtils::MM::Command function so the check can be done in the
> > metafile target.
> 
> Updated patch attached. I also patched the C<oneliner> subs to add
> a '--' at the end of the options list. This makes it possible for
> oneliners to be passed arguments that start with dashes, which is
> required e.g. on Win32 when doing:
> 
>     ECHO = $(PERLRUN) -l -e "print [EMAIL PROTECTED]" --
>     [...]
>     metafile :
>             $(NOECHO) $(ECHO) "--- #YAML:1.0" > META_new.yml
> 
> This wouldn't work without the '--'.

Looks ok, thanks.


-- 
Michael G Schwern        [EMAIL PROTECTED]  http://www.pobox.com/~schwern/
Playstation?  Of course Perl runs on Playstation.
    -- Jarkko Hietaniemi

Reply via email to