in reply to how to test my perl-prerequesites on a Linux-box - with command line-approach
WWW::Mechanize::Firefox comes with a lot of Examples. Why don't you try them?
It also comes with a test suite that gets run upon installation. Why don't you run that test suite? If you somehow installed WWW::Mechanize::Firefox without running the test suite, I can only recommend reinstalling, or at least retesting:
>cpan cpan> look WWW::Mechanize::Firefox > perl Makefile.PL > make test # watch the test suite run
If you suspect that make is broken, there is little we can do to help you, especially as you don't tell us the symptoms. I recommend you hire a competent system administrator to handle system maintenance and module installation for you.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: how to test my perl-prerequesites on a Linux-box - with command line-approach
by Perlbeginner1 (Scribe) on Feb 19, 2012 at 12:18 UTC | |
by Corion (Patriarch) on Feb 19, 2012 at 12:28 UTC |