On Fri, 25 May 2001, Geoffrey Young wrote:
 
> In light of Damian's recent expose of perl6 syntax, I've been wondering
> about something...
> 
> any chance from a perlguts point of view that we could implement something
> like
> 
> # I want our
> use 5.6.0;
> 
> # but I want still want ->
> no 6.0;
> 
> # and I never said it was thread safe
> no mod_perl 2.0;

what should 'no mod_perl 2.0' todo?
die if $mod_perl::VERSION >= 2.0 ?
thats easy of course, but if have the feeling there something else you're
looking for?


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to