Fix JSON and YAML tests if the defaults have been tweaked (RT#98824)
[dbsrgits/SQL-Translator.git] / t / 24yaml.t
index 4e54988..08757d9 100644 (file)
@@ -13,7 +13,8 @@ BEGIN {
 }
 
 my $sqlt_version = $SQL::Translator::VERSION;
-my $yaml = <<YAML;
+use YAML qw(Dump Load);
+my $yaml = Dump(Load(<<YAML));
 ---
 schema:
   procedures: {}