warn if no tables found in helper
authorRafael Kitover <rkitover@cpan.org>
Wed, 27 Jul 2011 03:51:16 +0000 (23:51 -0400)
committerRafael Kitover <rkitover@cpan.org>
Wed, 27 Jul 2011 03:51:16 +0000 (23:51 -0400)
commit8af34f38f8b3b7ff5035ccf57e7d485f43378e1c
tree02bc6b76cb8e33ec655b1cc99dcbe62270f23bc2
parent9d22a568d63517cfd3816fe8e8f1a2784cebd0f7
warn if no tables found in helper

After dumping the schema in the helper, loads the dumped Schema, checks
->sources and if empty prints a warning with a suggestion to specify
db_schema.
lib/Catalyst/Helper/Model/DBIC/Schema.pm