freeside/install/5.005/DBIx-DBSchema-0.23-5.005kludge/t load-mysql.t,NONE,1.1 load-pg.t,NONE,1.1 load.t,NONE,1.1
ivan
ivan at pouncequick.420.am
Thu Apr 29 02:21:32 PDT 2004
- Previous message: freeside/install/5.005/DBIx-DBSchema-0.23-5.005kludge Changes,NONE,1.1 DBSchema.pm,NONE,1.1 MANIFEST,NONE,1.1 MANIFEST.SKIP,NONE,1.1 Makefile.PL,NONE,1.1 README,NONE,1.1 TODO,NONE,1.1
- Next message: freeside/install/5.005/DBD-Pg-1.22-fixvercmp/eg ApacheDBI.pl,NONE,1.1 lotest.pl,NONE,1.1 notify_test.patch,NONE,1.1
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /home/cvs/cvsroot/freeside/install/5.005/DBIx-DBSchema-0.23-5.005kludge/t
In directory pouncequick:/tmp/cvs-serv10700/DBIx-DBSchema-0.23-5.005kludge/t
Added Files:
load-mysql.t load-pg.t load.t
Log Message:
adding DBD::Pg and DBIx::DBSchema for 5.005. argh freebsd and solaris!
--- NEW FILE: load-mysql.t ---
BEGIN { $| = 1; print "1..1\n"; }
END {print "not ok 1\n" unless $loaded;}
use DBIx::DBSchema::DBD::mysql;
$loaded = 1;
print "ok 1\n";
--- NEW FILE: load.t ---
BEGIN { $| = 1; print "1..1\n"; }
END {print "not ok 1\n" unless $loaded;}
use DBIx::DBSchema;
$loaded = 1;
print "ok 1\n";
--- NEW FILE: load-pg.t ---
print "1..1\n";
eval "use DBD::Pg 1.32";
if ( length($@) ) {
print "ok 1 # Skipped: DBD::Pg 1.32 required for Pg";
} else {
eval "use DBIx::DBSchema::DBD::Pg;";
if ( length($@) ) {
print "not ok 1\n";
} else {
print "ok 1\n";
}
}
- Previous message: freeside/install/5.005/DBIx-DBSchema-0.23-5.005kludge Changes,NONE,1.1 DBSchema.pm,NONE,1.1 MANIFEST,NONE,1.1 MANIFEST.SKIP,NONE,1.1 Makefile.PL,NONE,1.1 README,NONE,1.1 TODO,NONE,1.1
- Next message: freeside/install/5.005/DBD-Pg-1.22-fixvercmp/eg ApacheDBI.pl,NONE,1.1 lotest.pl,NONE,1.1 notify_test.patch,NONE,1.1
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the freeside-commits
mailing list