Subject: | package name in synopsis should be changed |
Being new to dbic components, the example in the synopsis confused me
because the package name was My::Schema. I think the package name should
be a Result class and not a Schema class. Patch is attached.
Subject: | timestamp.diff |
Index: lib/DBIx/Class/TimeStamp.pm
===================================================================
--- lib/DBIx/Class/TimeStamp.pm (revision 9907)
+++ lib/DBIx/Class/TimeStamp.pm (working copy)
@@ -22,7 +22,7 @@
=head1 SYNOPSIS
- package My::Schema;
+ package My::Schema::Result::Widget;
__PACKAGE__->load_components(qw( TimeStamp ... Core ));