X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F12header_comment.t;h=17c091170b5acf31f90a7c0276127aa43aed2a58;hb=46417fe20ac56566a81da64ce390b8e792a189ff;hp=0713d17447deb0a3015b21eb67ef9af654ae4c64;hpb=631aafb6e016b361f6d11e5905c9f605bf79214c;p=dbsrgits%2FSQL-Translator.git diff --git a/t/12header_comment.t b/t/12header_comment.t index 0713d17..17c0911 100644 --- a/t/12header_comment.t +++ b/t/12header_comment.t @@ -1,11 +1,10 @@ #!/usr/bin/perl # vim: set ft=perl: -use Test::More; +use strict; +use Test::More tests => 5; use SQL::Translator::Utils qw($DEFAULT_COMMENT header_comment); -plan tests => 5; - # Superfluous test, but that's ok use_ok("SQL::Translator::Utils");