> -----Original Message-----
> From: Doug MacEachern [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, May 24, 2001 11:34 PM
> To: Stas Bekman
> Cc: modperl-2.0 dev-list
> Subject: Re: Apache2:: namespace, prerequisite checking and 
> CPAN listing
> 
> 
[snip]
> >
> > Also it would be nice to add now a method to 1.3 which will 
> be also used
> > in 2.0 and allow to retrieve the version number easier than 
> doing re:
> > $ENV{MOD_PERL} =~ /2/
> 
> we already have 'use mod_perl 2.0'
>  

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