Troy Wical wrote on 03/25/2010 11:31 PM:
> Though I'm not certain that I am looking in the right spot, I'm not
> seeing a reference to 0.44_01
>
> #############################################################
> #############################################################
> [/usr/local/lib/perl5/site_perl/5.8.8/SWISH/Prog]# grep VERSION *
> Aggregator.pm:our $VERSION = '0.44';
another way to test for $VERSION is to do this:
% perl -e 'use SWISH::Prog 999'
SWISH::Prog version 999 required--this is only version 0.44 at -e line 1.
Did you run 'make install' after the 'make test' for SWISH::Prog?
Do you have multiple copies of perl installed, and make install into a
different version's tree than what swish3 is using?
> Bad realloc() ignored at /usr/local/lib/perl5/site_perl/5.8.8/SWISH/
> Prog/Aggregator/FS.pm line 273.
you definitely don't have SWISH::Prog 0.44_01 installed. That line is
commented out.
--
Peter Karman . http://peknet.com/ . peter(at)not-real.peknet.com
_______________________________________________
Users mailing list
Users@lists.swish-e.org
http://lists.swish-e.org/listinfo/users
Received on Fri Mar 26 10:02:03 2010