#!/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

=head1 NAME

opmbuild - script to build/test OTRS packages

=head1 VERSION

version 0.07

=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
