Sanitised layout - now to start hacking
[scpubgit/Q-Branch.git] / t / 04from.t
index 293589a..5e702b5 100644 (file)
@@ -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;