#!perl

use strict;
use warnings;

use ExtUtils::BundleMaker;

my $eu_bm = ExtUtils::BundleMaker->new_with_options;

$eu_bm->make_bundle();
