#!/usr/bin/perl

# ABSTRACT: script to build/test OPM packages

use strict;
use warnings;

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

package opmbuild;
$opmbuild::VERSION = '1.17';
1;

__END__

=pod

=encoding UTF-8

=head1 NAME

opmbuild - script to build/test OPM packages

=head1 VERSION

version 1.17

=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
