X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F04from.t;h=5e702b55ecc092db0abcc2d5a4b949f26de9a600;hb=41751122477eb5028a8849fe38ed59bf33fd522f;hp=293589ad36177cad2ccf367ebc07963e58d8fdb9;hpb=b643abe1a7eb7e3e4ba89eb85ec27588daa8701a;p=dbsrgits%2FSQL-Abstract.git diff --git a/t/04from.t b/t/04from.t index 293589a..5e702b5 100644 --- a/t/04from.t +++ b/t/04from.t @@ -1,12 +1,11 @@ -#!/usr/bin/perl -I. -w +#!/usr/bin/perl use strict; -use vars qw($TESTING); -$TESTING = 1; -use Test; +use warnings; +use Test::More; -# use a BEGIN block so we print our plan before SQL::Abstract is loaded -BEGIN { plan tests => 4 } + +plan tests => 4; use SQL::Abstract;