Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re^3: What to test in a new module [When to test]

by kcott (Archbishop)
on Jan 29, 2023 at 07:34 UTC ( [id://11150010]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    package Some::Module;
    
    ...
    =encoding utf8
    
    ... POD templates and boilerplate ...
    
  2. or download this
    #!perl
    
    ...
    BEGIN { use_ok('__MODULE__') }
    
    diag "Testing __MODULE__ $__MODULE__::VERSION";
    
  3. or download this
    perl Makefile.PL
    make
    make test
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others perusing the Monastery: (2)
As of 2024-04-19 20:45 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found