X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F24yaml.t;h=4e549885b85eca37d2b36c2ede2ffd9b30c941ed;hb=59aa00304ad6a2c48fadda7e9bb6af5bac4820a1;hp=09762c97344904285ff66df21b059cbd62cb186d;hpb=6f1466406f1af99f65083dc14fe457bfd155f424;p=dbsrgits%2FSQL-Translator.git diff --git a/t/24yaml.t b/t/24yaml.t index 09762c9..4e54988 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; @@ -14,13 +12,13 @@ BEGIN { 'SQL::Translator::Producer::YAML'); } -my $yaml = <<'YAML'; +my $sqlt_version = $SQL::Translator::VERSION; +my $yaml = <