Hi,
Have you checked that bsa_filter uses the same perl (in the #!shebang) version
as `which perl` ?
A small script to print out what modules and their versions are installed:
(snip)
#!/usr/bin/perl
use ExtUtils::Installed;
my $instmod = ExtUtils::Installed->new();
foreach my $module ($instmod->modules()) {
my $version = $instmod->version($module) || "???";
print "$module -- $version\n";
}
(snip)
Also check `perl -V` and look for older versions of perl installed where the
2.61 version could be hiding..
> I just used a script to remove the cpan installs, tried running a sa test,
> was told "no such file" (which is what I hoped for). Compiled 3.0.2, tested
> with xmail and it still showed 2.61.
>
> Sheesh, I'm haunted by ghosts of SA!!!
>
> Used CPAN earlier with no luck, could try again when I get home though.
-darren
-
To unsubscribe from this list: send the line "unsubscribe xmail" in
the body of a message to [EMAIL PROTECTED]
For general help: send the line "help" in the body of a message to
[EMAIL PROTECTED]