X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=examples%2Fconsole.pl;h=abb43860686a0cc91f93a332fc437c117e967467;hb=1cd21e4adab6197a401f99650d592fcefa4366db;hp=277c5c2dd1fc1abd66f1e0e7f70538f4bcda8b80;hpb=bb54fcb44cb8362f47b6b1f5c26427b4204d0caa;p=scpubgit%2FQ-Branch.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' });