X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=examples%2Fconsole.pl;h=abb43860686a0cc91f93a332fc437c117e967467;hb=5f3fa0ac25497f9ab48ae4950d070208894f5af8;hp=277c5c2dd1fc1abd66f1e0e7f70538f4bcda8b80;hpb=bb54fcb44cb8362f47b6b1f5c26427b4204d0caa;p=dbsrgits%2FSQL-Abstract.git diff --git a/examples/console.pl b/examples/console.pl index 277c5c2..abb4386 100644 --- a/examples/console.pl +++ b/examples/console.pl @@ -1,5 +1,8 @@ #!/sur/bin/env perl +use warnings; +use strict; + use SQL::Abstract::Tree; my $sqlat = SQL::Abstract::Tree->new({ profile => 'console' });