X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass%2FSchema%2FLoader%2FBase.pm;h=3ff501a714387b171ae79b07e21a0534193fb94b;hb=ca1389c8998c1646875df6f64494f5ff49153420;hp=7edc3b0c28e1cd31c0997d83bf38054e2ea0fa84;hpb=024c32c4b2451aeb3fbce45aeab6a3ed0ea2c1ed;p=dbsrgits%2FDBIx-Class-Schema-Loader.git diff --git a/lib/DBIx/Class/Schema/Loader/Base.pm b/lib/DBIx/Class/Schema/Loader/Base.pm index 7edc3b0..3ff501a 100644 --- a/lib/DBIx/Class/Schema/Loader/Base.pm +++ b/lib/DBIx/Class/Schema/Loader/Base.pm @@ -30,7 +30,7 @@ use List::Util qw/all any none/; use File::Temp 'tempfile'; use namespace::clean; -our $VERSION = '0.07045'; +our $VERSION = '0.07046'; __PACKAGE__->mk_group_ro_accessors('simple', qw/ schema @@ -561,10 +561,6 @@ database and/or schema. Only load matching tables. -=head2 exclude - -Exclude matching tables. - These can be specified either as a regex (preferably on the C form), or as an arrayref of arrayrefs. Regexes are matched against the (unqualified) table name, while arrayrefs are matched according to @@ -582,6 +578,13 @@ For example: In this case only the tables C and C in C and C in C will be dumped. +=head2 exclude + +Exclude matching tables. + +The tables to exclude are specified in the same way as for the +L option. + =head2 moniker_map Overrides the default table name to moniker translation. Either