Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Followup to: How to test different back ends?

by skazat (Chaplain)
on Jun 07, 2007 at 04:58 UTC ( [id://619734]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    use strict; 
    ...
    use App::Config::Backend_Type = 'SQL';
     
    do "t/backend.pl";
    
  2. or download this
     
    #!/usr/bin/perl -w
    use strict; 
    ...
    do "t/backend.pl";
    
    test_helper_utils::destroy_SQL_db();
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others learning in the Monastery: (2)
As of 2024-04-26 00:31 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found