X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FSQL-Abstract.git;a=blobdiff_plain;f=t%2Fdbic%2Fshow-progress.t;h=9afc3b27d8155e75e52287d4cbf9b79927e27b55;hp=672d635a96c6cf331bd1b257eb86fc7e6e97917e;hb=aa2ae81e003080556f5658810efc7fd9316c2f86;hpb=2b340ec7b6fdd3e4f2791a34b36f2ee9423d01ca diff --git a/t/dbic/show-progress.t b/t/dbic/show-progress.t index 672d635..9afc3b2 100644 --- a/t/dbic/show-progress.t +++ b/t/dbic/show-progress.t @@ -2,6 +2,13 @@ use strict; use warnings; use Test::More; + +BEGIN { + # ask for a recent DBIC version to skip the 5.6.2 tests as well + plan skip_all => 'Test temporarily requires DBIx::Class' + unless eval { require DBIx::Class::Storage::Statistics; DBIx::Class->VERSION('0.08124') }; +} + use DBIx::Class::Storage::Debug::PrettyPrint; my $cap;