The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
package YUM::RepoQuery::Schema::Primary::Version10;

use strict;
use warnings;

use base 'DBIx::Class::Schema';

__PACKAGE__->load_classes;


# Created by DBIx::Class::Schema::Loader v0.04005 @ 2008-10-19 14:13:35
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:ryN5sHMLpEZIh8rC5JVXHA

use base 'YUM::RepoQuery::Schema::Primary';

1;

__END__
=pod

=head1 NAME

YUM::RepoQuery::Schema::Primary::Version10

=head1 VERSION

version 0.002

=head1 AUTHOR

Chris Weyl <cweyl@alumni.drew.edu>

=head1 COPYRIGHT AND LICENSE

This software is Copyright (c) 2011 by Chris Weyl.

This is free software, licensed under:

  The GNU Lesser General Public License, Version 2.1, February 1999

=cut