On Fri, 8 Mar 2002, Bart Schaefer wrote:

> On Fri, 8 Mar 2002, Matt Sergeant wrote:
>
> > On Thu, 7 Mar 2002, Bart Schaefer wrote:
> >
> > > On Thu, 7 Mar 2002, Timothy Demarest wrote:
> > >
> > > > Additionally, we have a goofy perl install with the prefix of [...] Is
> > > > there a way that SpamAssassin could use the perl prefix when searching
> > > > in addition to the hardcoded defaults?
> > >
> > > lib/Mail/SpamAssassin.pm should start out as lib/Mail/SpamAssassin.pm.PL
> >
> > Huh??? What is the problem there? What on earth do you want to
> > pre-generate the .pm files from a .PL file for?
>
> To get $Config{prefix} and insert it into the hardwired paths embedded in
> the @site_rules_path et al. arrays.  The other option is to "use Config"
> in SpamAssassin.pm and do runtime replacement of $Config{prefix}, but that
> seems more likely to break things.

I fail to see how it would break things, and it still allows me to do
quick testing via perl -Mlib=lib -MMail::SpamAssassin::Foo -e ...

-- 
Matt.
<:->get a SMart net</:->


________________________________________________________________________
This e-mail has been scanned for all viruses by Star Internet. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________

_______________________________________________
Spamassassin-talk mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/spamassassin-talk

Reply via email to