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