Trying to build this on Mac OS X it complains that it needs Perl 5.8.4. Is this really required? Seems like it could run on almost any version.
Mon Feb 28 03:11:13 2005DAMI [...] cpan.org - Correspondence added
[guest - Sat Feb 26 14:00:12 2005]:
Show quoted text
> Trying to build this on Mac OS X it complains that it needs Perl
> 5.8.4. Is this really required? Seems like it could run on almost
> any version.
Hi,
As you say, Search::QueryParser could run on almost any version, it
just uses standard Perl features. So I don't know why your system
insists on version 5.8.4.
Sat Jul 15 17:12:31 2006burak [...] cpan.org - Correspondence added
From:
BURAK [...] cpan.org
Your Makefile.PL has a "use 5.008004;" line. Just remove it. You may
also want to replace
use warnings;
use locale;
our $VERSION = "0.91";
with
use vars qw($VERSION);
use locale;
$VERSION = "0.91";
to support older perl...
On Mon Feb 28 03:11:13 2005, DAMI wrote:
Show quoted text
> So I don't know why your system
> insists on version 5.8.4.
>
Sat Jul 15 17:12:32 2006The RT System itself - Status changed from 'new' to 'open'
Wed Jan 05 22:16:43 2011DAMI [...] cpan.org - Correspondence added
Le Sam 26 Fév 2005 14:00:12, guest a écrit :
Show quoted text
> Trying to build this on Mac OS X it complains that it needs Perl
> 5.8.4. Is this really required? Seems like it could run on almost
> any version.
Sorry, I left this behind for years and never fixed the problem .. but
it's not really a problem any more (not worth a new distrib), so I'm
closing the ticket.
Wed Jan 05 22:16:43 2011DAMI [...] cpan.org - Status changed from 'open' to 'rejected'