Re: trying to setup Module::CPANTS::Analyse

2007-04-15 Thread A. Pagaltzis
Hi Ovid, * Ovid <[EMAIL PROTECTED]> [2007-04-15 17:05]: > --- Michael Stevens <[EMAIL PROTECTED]> wrote: > > #!/home/mstevens/tools/perl-5.8.8/bin/perl > > > > […] > > You're not using strict and warnings. If you had, you might > have seen that […] However, $a would not have thrown an error > […

Re: trying to setup Module::CPANTS::Analyse

2007-04-15 Thread Ovid
--- Michael Stevens <[EMAIL PROTECTED]> wrote: > #!/home/mstevens/tools/perl-5.8.8/bin/perl > > use Module::CPANTS::Analyse; > use Data::Dumper; > > print "Analysing: " . $ARGV[0] . "\n"; > > open FH, ">/tmp/out" || die; > print FH "1\n"; > my $analyser = Module::CPANTS::Analyse->new ( >