Sanitised layout - now to start hacking
[scpubgit/Q-Branch.git] / t / 01generate.t
index e6e55e6..33d9062 100755 (executable)
@@ -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 => 60 }
+
+plan tests => 60;
 
 use SQL::Abstract;