Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

import not getting called in a module

by danmcb (Monk)
on Feb 27, 2013 at 18:35 UTC ( [id://1020942]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    package test_setup;
    use strict;
    ...
    
    1;
    
  2. or download this
    use strict;
    use warnings;
    use t::test_setup qw/ file_name  /;
    use Test::More tests => 6;
    #etc
    

Log In?
Username:
Password:

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

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

    No recent polls found