The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
#!/usr/bin/perl

# ABSTRACT: script to build/test OTRS packages

use strict;
use warnings;

#use Getopt::Long;

use OTRS::OPM::Maker;
OTRS::OPM::Maker->run;

package opmbuild;

__END__

=pod

=encoding UTF-8

=head1 NAME

opmbuild - script to build/test OTRS packages

=head1 VERSION

version 0.11

=head1 AUTHOR

Renee Baecker <reneeb@cpan.org>

=head1 COPYRIGHT AND LICENSE

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

This is free software, licensed under:

  The Artistic License 2.0 (GPL Compatible)

=cut