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

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

by kcott (Archbishop)
on Jan 29, 2023 at 07:34 UTC ( #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? | Other CB clients
Other Users?
Others contemplating the Monastery: (4)
As of 2023-09-25 10:23 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found

    Notices?