The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
package AtomBus::Schema;
use strict;
use warnings;
use base 'DBIx::Class::Schema';

__PACKAGE__->load_namespaces;

1;

__END__
=pod

=head1 NAME

AtomBus::Schema

=head1 VERSION

version 1.0405

=head1 AUTHOR

Naveed Massjouni <naveedm9@gmail.com>

=head1 COPYRIGHT AND LICENSE

This software is copyright (c) 2010 by Naveed Massjouni.

This is free software; you can redistribute it and/or modify it under
the same terms as the Perl 5 programming language system itself.

=cut