ACME-QuoteDB
view release on metacpan or search on metacpan
lib/ACME/QuoteDB/DB/QuoteCatg.pm view on Meta::CPAN
#$Id: QuoteCatg.pm,v 1.4 2009/09/30 07:37:09 dinosau2 Exp $
# /* vim:et: set ts=4 sw=4 sts=4 tw=78: */
package ACME::QuoteDB::DB::QuoteCatg;
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::QuoteCatg->table('quote_catg');
ACME::QuoteDB::DB::QuoteCatg->columns(All => qw/id catg_id quot_id/);
#ACME::QuoteDB::DB::QuoteCatg->has_many(quote => 'ACME::QuoteDB::DB::Quote');
1;
__END__
=head1 NAME
ACME::QuoteDB::DB::QuoteCatg - 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.486 second using v1.01-cache-2.11-cpan-39bf76dae61 )