X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=lib%2FMaypole.pm;h=597ab7c5a66f679696e62a84279c49f9501957fe;hb=21e814818fb4a6e59e4615c2dd1320016a9dc6f8;hp=6063582201385de9af76e69b9d4ad6a494d39be7;hpb=4b6fca4879b54b12587eca6d76d865817fe5e34d;p=maypole.git diff --git a/lib/Maypole.pm b/lib/Maypole.pm index 6063582..597ab7c 100644 --- a/lib/Maypole.pm +++ b/lib/Maypole.pm @@ -130,7 +130,9 @@ sub is_applicable { $config->ok_tables || $config->ok_tables( $config->display_tables ); $config->ok_tables( { map { $_ => 1 } @{ $config->ok_tables } } ) if ref $config->ok_tables eq "ARRAY"; - warn "We don't have that table ($self->{table})" + warn "We don't have that table ($self->{table}).\n" + . "Available tables are: " + . join( ",", @{ $config->{display_tables} } ) if $self->debug and not $config->ok_tables->{ $self->{table} }; return DECLINED() unless exists $config->ok_tables->{ $self->{table} }; @@ -404,7 +406,7 @@ Simon Cozens, C =head1 THANK YOU -Danijel Milicevic, Jesse Scheidlower, Jody Belka, Marcus Ramberg, +Danijel Milicevic, Jesse Sheidlower, Jody Belka, Marcus Ramberg, Mickael Joanne, Simon Flack, Veljko Vidovic and all the others who've helped.