> -----Original Message-----
> From: Geoffrey Young [mailto:[EMAIL PROTECTED]]
> Sent: Friday, May 25, 2001 8:55 AM
> To: 'Doug MacEachern'; Stas Bekman
> Cc: modperl-2.0 dev-list
> Subject: RE: Apache2:: namespace, prerequisite checking and 
> CPAN listing

oh, I forgot to mention that I know we can use stuff like $mod_perl::VERSION
and $PERL_VERSION, but my (real) point was that

use 5.6.0;

happens at compile time, and it would be nice to have a back-checker that
happened at compile time as well instead of having to wait until run time (a
friend said the term I was looking for was "orthogonal behavior" :)

--Geoff


> 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;
> 
> that also might make it easier to add another MakeMaker 
> parameter that has
> the same effect as PREQ_PM but in the opposite direction.
> 
> I started poking around the internals but I'm just not there yet...
> 
> --Geoff
> 

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

Reply via email to