foo
[gitmo/Moose-Autobox.git] / t / 000_load.t
CommitLineData
5f654d8e 1#!/usr/bin/perl
2
3use strict;
4use warnings;
5
252ab1a2 6use Test::More tests => 1;
5f654d8e 7
8BEGIN {
9 use_ok('Moose::Autobox');
10}