X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass%2FDB.pm;h=c0bb6865b3e148157154f334bed5e33493fc35fe;hb=eb470910b565f8c634cb96bce84bc34fd6b636f8;hp=62d93a28edb81b69544c3391b1df81b2b7a6fe29;hpb=39e45539f3373a1f84da5cbefc5b9919484ee384;p=dbsrgits%2FDBIx-Class-Historic.git diff --git a/lib/DBIx/Class/DB.pm b/lib/DBIx/Class/DB.pm index 62d93a2..c0bb686 100644 --- a/lib/DBIx/Class/DB.pm +++ b/lib/DBIx/Class/DB.pm @@ -39,7 +39,8 @@ DBIx::Class::DB - Non-recommended classdata schema component package MyDB::MyTable; use base qw/MyDB/; - __PACKAGE__->load_components('Core'); # just load this in MyDB if it will always be there + __PACKAGE__->load_components('Core'); # just load this in MyDB if it will + # always be there ... @@ -128,7 +129,7 @@ sub txn_rollback { shift->schema_instance->txn_rollback(@_); } Executes a block of code transactionally. If this code reference throws an exception, the transaction is rolled back and the exception -is rethrown. See txn_do in L for more details. +is rethrown. See L for more details. =cut