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();