Re: Perl module question

2004-12-05 Thread Stephen Liu
Hi, Tks for your advice. --- PerlDiscuss - Perl Newsgroups and mailing lists <[EMAIL PROTECTED]> wrote: - snip - > PATH. What you need to do now is investigate those > tests to see why they didn't pass. Follows are the errors found on running sudo perl -MCPAN -e 'install Tk' - snip - t/di

Re: Perl module question

2004-12-04 Thread PerlDiscuss - Perl Newsgroups and mailing lists
Stephen Liu wrote: > Further to my last posting > $ perl wget_window.pl > Can't locate Tk.pm in @INC (@INC contains: > Tk.pm module still could not be found It can't be found because it didn't install: > t/zzScrolled.FAILED tests 66, 94 ... > /usr/bin/make test -- NOT OK >

Re: Perl module question

2004-12-04 Thread Stephen Liu
Hi Chris, Further to my last posting $ perl wget_window.pl Can't locate Tk.pm in @INC (@INC contains: /usr/lib/perl5/5.8.3/i386-linux-threa d-multi /usr/lib/perl5/5.8.3 /usr/lib/perl5/site_perl/5.8.3/i386-linux-thread-mu lti /usr/lib/perl5/site_perl/5.8.2/i386-linux-thread-multi /

Re: Perl module question

2004-12-04 Thread Stephen Liu
Hi Chris, Tks for your advice. > > # perl -MCPAN -e 'install Tk.pm' > > The .pm suffix isn't necessary in this situation: > > $ sudo perl -MCPAN -e 'install Tk' $ sudo perl -MCPAN -e 'install Tk' . .. 6# Test 66 got: '589x341+0+32' (t/zzScrolled.t at line 104 fail #2)

Re: Perl module question

2004-12-04 Thread Chris Devers
On Sat, 4 Dec 2004, Stephen Liu wrote: > # perl -MCPAN -e 'install Tk.pm' The .pm suffix isn't necessary in this situation: $ sudo perl -MCPAN -e 'install Tk' (Root isn't necessary either, if you have sudo access.) -- Chris Devers -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additi

Perl module question

2004-12-04 Thread Stephen Liu
Hi folks, Running $ perl wget_window.pl Can't locate Tk.pm in @INC (@INC contains: /usr/lib/perl5/5.8.3/i386-linux-thread-multi /usr/lib/perl5/5.8.3 /usr/lib/perl5/site_perl/5.8.3/i386-linux-thread-multi /usr/lib/perl5/site_perl/5.8.2/i386-linux-thread-multi # perl -MCPAN -e 'install Tk.