[Bast-commits] r4690 - trunk/DBIx-Class-Journal/lib/DBIx/Class

nothingmuch at dev.catalyst.perl.org nothingmuch at dev.catalyst.perl.org
Wed Jul 30 07:32:33 BST 2008


Author: nothingmuch
Date: 2008-07-30 07:32:33 +0100 (Wed, 30 Jul 2008)
New Revision: 4690

Modified:
   trunk/DBIx-Class-Journal/lib/DBIx/Class/Journal.pm
Log:
simplify pod

Modified: trunk/DBIx-Class-Journal/lib/DBIx/Class/Journal.pm
===================================================================
--- trunk/DBIx-Class-Journal/lib/DBIx/Class/Journal.pm	2008-07-30 06:30:02 UTC (rev 4689)
+++ trunk/DBIx-Class-Journal/lib/DBIx/Class/Journal.pm	2008-07-30 06:32:33 UTC (rev 4690)
@@ -171,74 +171,50 @@
 
 =item Arguments: \@connect_info
 
-=back
-
 Set the connection information for the database to save your audit
 information to. Leaving this blank assumes you want to store the audit
 data into your current database.
 
-=over
-
 =item journal_sources
 
 =item Arguments: \@source_names
 
-=back
-
 Set a list of source names you would like to audit, if unset, all
 sources are used.
 
 NOTE: Currently only sources with a single-column PK are supported, so
 use this method if you have sources with multi-column PKs.
 
-=over
-
 =item journal_storage_type
 
 =item Arguments: $storage_type
 
-=back
-
 Enter the special storage type of your journal schema if needed. See
 L<DBIx::Class::Storage::DBI> for more information on storage types.
 
-=over
-
 =item journal_user
 
 =item Arguments: \@relation_args
 
-=back
-
 The user_id column in the L</ChangeSet> will be linked to your user id
 with a belongs_to relation, if this is set with the appropriate
 arguments.
 
-=over
-
 =item changeset_user
 
 =item Arguments: $user_id
 
-=back
-
 Set the user_id for the following changeset(s). This must be an integer.
 
-=over
-
 =item changeset_session
 
 =item Arguments: $user_id
 
-=back
-
 Set the session_id for the following changeset(s). This must be an integer.
 
-=over
-
 =item txn_do
 
-=iitem Arguments: $code_ref
+=item Arguments: $code_ref
 
 =back
 
@@ -247,6 +223,8 @@
 an audited table will use the changeset_id created in the most recent
 txn_do call.
 
+=back
+
 =head1 SEE ALSO
 
 L<DBIx::Class> - You'll need it to use this.




More information about the Bast-commits mailing list