really commit
[gitmo/MooseX-Getopt.git] / t / 000_load.t
CommitLineData
5dac17c3 1#!/usr/bin/perl
2
3use strict;
4use warnings;
5
6use Test::More tests => 1;
7
8BEGIN {
9 use_ok('MooseX::Getopt');
10}