Stas Bekman wrote:
ODELL, TODD E (SWBT) wrote:
[...]
ulimit -c unlimited; t/TEST -clean

Error in option spec: "verbose:1"

make: 1254-004 The error code from the last command is 255.


hmm, I've added yesterday a support for
make test TEST_VERBOSE=1 TEST_FILES=...,

this is a problem with Getopt::Long, looks like you have an older version, which doesn't support this feature (it was added in 2.27). Though don't upgrade. Let's see if this can be workarounded, since many others have older version of this module. Try this patch:

sorry, that patch wasn't complete, as I haven't removed the rule itself. I've now committed the right fix to cvs. Please test it.


__________________________________________________________________
Stas Bekman            JAm_pH ------> Just Another mod_perl Hacker
http://stason.org/     mod_perl Guide ---> http://perl.apache.org
mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org   http://ticketmaster.com



Reply via email to