Skip Menu |

This queue is for tickets about the DBIx-Class-TimeStamp CPAN distribution.

Report information
The Basics
Id: 72482
Status: new
Priority: 0/
Queue: DBIx-Class-TimeStamp

People
Owner: Nobody in particular
Requestors: IRONCAMEL [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.14
Fixed in: (no value)



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 ));