X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass%2FCore.pm;h=1cff2cff810325c2be42291b4cad1ad33638dc21;hb=7624b19f7173b34800a973f281f6a5d4344f67e6;hp=ff3c023e23290f03de3e40b667a5ce225b095e16;hpb=f753fd2ef5b4e2df0eb074496b252165283a6a4f;p=dbsrgits%2FDBIx-Class.git diff --git a/lib/DBIx/Class/Core.pm b/lib/DBIx/Class/Core.pm index ff3c023..1cff2cf 100644 --- a/lib/DBIx/Class/Core.pm +++ b/lib/DBIx/Class/Core.pm @@ -11,6 +11,7 @@ __PACKAGE__->load_components(qw/ InflateColumn SQL::Abstract PK + Row Table Exception AccessorGroup/);