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

2007-04-17 Thread Thomas Klausner
Hi! On Sun, Apr 15, 2007 at 03:56:03PM +0100, Michael Stevens wrote: > I'm trying to use Module::CPANTS::Analyse, with the theory that will > let me test modules locally without waiting for them to go through > CPAN. > .. > Whenever I feed this a module to test, it prints 1 and 2 in the > logfi

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

2007-04-16 Thread Ovid
--- "A. Pagaltzis" <[EMAIL PROTECTED]> wrote: > > However, it's not recommend to use the special $a and $b > > variables in this way […] > > I read “Michael Schwern” as the name of the original poster at > first and was really weirded out that you would lecture Schwern > like that. :-) I'v

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 ( >