Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re: Should a CPAN module list Test:: modules as dependencies?

by Corion (Patriarch)
on Jul 20, 2004 at 13:32 UTC ( [id://375907]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use strict;
    use Test::More tests => 5;
    ...
      ok("They're OK");
      ok("All's OK");
    };
    
  2. or download this
    SKIP: {
        eval { require HTML::Lint };
    ...
        $lint->parse( $html );
        is( $lint->errors, 0, "No errors found in HTML" );
    }
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://375907]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (4)
As of 2024-04-23 15:19 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found