X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FDBIx-Class.git;a=blobdiff_plain;f=t%2Fresultset%2Fas_query.t;h=7f4c73859303d0de7d3a40d9b84a6b0c3d5fc642;hp=5071f0c63c540c2d26793e4d37c28c1617e07150;hb=20ea616f0157ae01c3af89ce6faa04e1da8248f4;hpb=00c937a24ecd01b75997dd3e0211f2377fcd84ff diff --git a/t/resultset/as_query.t b/t/resultset/as_query.t index 5071f0c..7f4c738 100644 --- a/t/resultset/as_query.t +++ b/t/resultset/as_query.t @@ -7,12 +7,7 @@ use Data::Dumper; use Test::More; -BEGIN { - eval "use SQL::Abstract 1.49"; - plan $@ - ? ( skip_all => "Needs SQLA 1.49+" ) - : ( tests => 4 ); -} +plan ( tests => 4 ); use lib qw(t/lib); use DBICTest;