X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F24yaml.t;h=e1779076468853a2007d856891fb495caf1b19b1;hb=9d430e0976994de076ebb0602651e9e0eca332da;hp=53520d9d6706cb89c1ded05410f9ec3189b03c3a;hpb=da2f599235eeacb8336fda55e160402ad03db4fb;p=dbsrgits%2FSQL-Translator.git diff --git a/t/24yaml.t b/t/24yaml.t index 53520d9..e177907 100644 --- a/t/24yaml.t +++ b/t/24yaml.t @@ -1,6 +1,4 @@ -#!/usr/local/bin/perl -# vim: set ft=perl: - +use warnings; use strict; use Test::More; use Test::Differences; @@ -15,13 +13,13 @@ BEGIN { } my $sqlt_version = $SQL::Translator::VERSION; -my $yaml = <new( parser => 'SQLite', producer => 'YAML', data => $data, -# debug => 1, -# trace => 1, ); my $out;