We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ef083e commit 18be6d1Copy full SHA for 18be6d1
t/60roundtrip.t
@@ -93,7 +93,7 @@ my $plan = [
93
# This data file has the right mix of table/view/procedure/trigger
94
# definitions, and lists enough quirks to trip up most combos
95
my $base_file = "$Bin/data/roundtrip_autogen.yaml";
96
-open(my $base_fh, '<', $base_file) or die "$base_file: $!";
+open(my $base_fh, '<', $base_file) or die "$base_file: $!\nHINT: Run `perl Makefile.PL` to recreate it.";
97
98
my $base_t = SQL::Translator->new;
99
$base_t->$_(1) for qw/add_drop_table no_comments quote_identifiers/;
0 commit comments