from tests
- No longer depend on SQL::Abstract::Limit - DBIC has been doing
most of the heavy lifting for a while anyway
+ - Do not execute t/zzzzzzz_sqlite_deadlock.t for regular module
+ installs - test is prone to spontaneous blow up
0.08123 2010-06-12 14:46 (UTC)
* Fixes
use DBICTest;
use DBICTest::Schema;
+unless ( DBICTest::AuthorCheck->is_author || $ENV{AUTOMATED_TESTING} || $ENV{RELEASE_TESTING} ) {
+ plan( skip_all => "Skipping test on plain module install" );
+}
+
plan tests => 2;
my $wait_for = 30; # how many seconds to wait