Help for this page

Select Code to Download


  1. or download this
    use Test::More 'no_plan';
    
    ...
        attribute  VARCHAR(50)
    );
    
  2. or download this
    
    use Gi::Testing::TestDB
        DataSource => [qw/DBI:mysql:database:address:3306 tester password/
    +],
        Schema     => *main::DATA;
    
  3. or download this
    
    my $dbh = Gi::Testing::TestDB->dbh;
    
  4. or download this
    tell() on unopened filehandle DATA at C:/camelbox/site/lib/Gi/Installe
    +r/Database
    /Schema.pm line 125.
    ...
    /Schema.pm line 127.
    could not read any data from file handle - the file is empty or you ar
    +e at the e
    nd of the file  at C:/camelbox/site/lib/Gi/Installer/Database.pm line 
    +20