Fix POD spelling error (RT#111383)
[dbsrgits/DBIx-Class-Schema-Loader.git] / lib / DBIx / Class / Schema / Loader / Base.pm
index 1ad8474..2de8e12 100644 (file)
@@ -30,7 +30,7 @@ use List::Util qw/all any none/;
 use File::Temp 'tempfile';
 use namespace::clean;
 
-our $VERSION = '0.07043';
+our $VERSION = '0.07045';
 
 __PACKAGE__->mk_group_ro_accessors('simple', qw/
                                 schema
@@ -565,7 +565,7 @@ Only load matching tables.
 
 Exclude matching tables.
 
-These can be specified either as a regex (preferrably on the C<qr//>
+These can be specified either as a regex (preferably on the C<qr//>
 form), or as an arrayref of arrayrefs.  Regexes are matched against
 the (unqualified) table name, while arrayrefs are matched according to
 L</moniker_parts>.
@@ -675,7 +675,7 @@ passed, the code is called with arguments of
     }
     coderef ref that can be called with a hashref map
 
-The L<column|DBIx::Class::Schema::Loader::Table> and
+The L<column|DBIx::Class::Schema::Loader::Column> and
 L<table|DBIx::Class::Schema::Loader::Table> objects stringify to their
 unqualified names.