From: gregor herrmann Date: Sat, 23 Jan 2016 17:47:09 +0000 (+0000) Subject: Fix POD spelling error (RT#111383) X-Git-Tag: 0.07046~12 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=02596b0987d65d196d3b7884163ff4f5ec280f16;p=dbsrgits%2FDBIx-Class-Schema-Loader.git Fix POD spelling error (RT#111383) --- diff --git a/lib/DBIx/Class/Schema/Loader/Base.pm b/lib/DBIx/Class/Schema/Loader/Base.pm index e9e30ab..2de8e12 100644 --- a/lib/DBIx/Class/Schema/Loader/Base.pm +++ b/lib/DBIx/Class/Schema/Loader/Base.pm @@ -565,7 +565,7 @@ Only load matching tables. Exclude matching tables. -These can be specified either as a regex (preferrably on the C +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 L.