ACME-QuoteDB
view release on metacpan or search on metacpan
lib/ACME/QuoteDB/DB/Category.pm view on Meta::CPAN
#$Id: Category.pm,v 1.7 2009/09/30 07:37:09 dinosau2 Exp $
# /* vim:et: set ts=4 sw=4 sts=4 tw=78: */
package ACME::QuoteDB::DB::Category;
use base 'ACME::QuoteDB::DB::DBI';
use 5.008005; # require perl 5.8.5, re: DBD::SQLite Unicode
use warnings;
use strict;
#use criticism 'brutal'; # use critic with a ~/.perlcriticrc
use version; our $VERSION = qv('0.1.0');
ACME::QuoteDB::DB::Category->table('category');
ACME::QuoteDB::DB::Category->columns(All => qw/catg_id catg/);
ACME::QuoteDB::DB::Category->has_many(quote => 'ACME::QuoteDB::DB::Quote');
1;
__END__
=head1 NAME
ACME::QuoteDB::DB::Attribution - Class::DBI For ACME::QuoteDB
=head1 VERSION
Version 0.1.0
=head1 SYNOPSIS
This module is not meant to be used standalone it is used by C<ACME::QuoteDB>;
see L<ACME::QuoteDB>
=head1 DESCRIPTION
This module is not meant to be used standalone it is used by C<ACME::QuoteDB>;
see L<ACME::QuoteDB>
see L<Class::DBI>
=head1 OVERVIEW
see L<ACME::QuoteDB>
See L<Description|/Description> above
=head1 USAGE
See Synopsis
Also see t/01* included with the distribution.
(available from the CPAN if not included on your system)
=head1 SUBROUTINES/METHODS
see L<ACME::QuoteDB>
( run in 0.749 second using v1.01-cache-2.11-cpan-39bf76dae61 )