From: Mark Addison Date: Wed, 25 May 2005 11:25:15 +0000 (+0000) Subject: Added Chris Hilton's patch so version number test is based on current version and... X-Git-Tag: v0.11008~563 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=495c5c2f1485e707ed5e2e340df592eff37463d8;p=dbsrgits%2FSQL-Translator.git Added Chris Hilton's patch so version number test is based on current version and not hardcoded. --- diff --git a/t/24yaml.t b/t/24yaml.t index 09762c9..fc5ab6d 100644 --- a/t/24yaml.t +++ b/t/24yaml.t @@ -14,7 +14,8 @@ BEGIN { 'SQL::Translator::Producer::YAML'); } -my $yaml = <<'YAML'; +my $sqlt_version = $SQL::Translator::VERSION; +my $yaml = <