The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
package OTRS::OPM::Maker::Command::dbtest;

# ABSTRACT: Test db definitions in .sopm files

use strict;
use warnings;

use OTRS::OPM::Maker -command;

1;

__END__
=pod

=head1 NAME

OTRS::OPM::Maker::Command::dbtest - Test db definitions in .sopm files

=head1 VERSION

version 0.05

=head1 AUTHOR

Renee Baecker <module@renee-baecker.de>

=head1 COPYRIGHT AND LICENSE

This software is Copyright (c) 2012 by Renee Baecker.

This is free software, licensed under:

  The Artistic License 2.0 (GPL Compatible)

=cut