Pod edit: added synopsys and usage examples for every list method.
[gitmo/MooseX-AttributeHelpers.git] / t / 000_load.t
CommitLineData
22d869ff 1#!/usr/bin/perl
2
3use strict;
4use warnings;
5
9a976497 6use Test::More tests => 1;
22d869ff 7
8BEGIN {
9 use_ok('MooseX::AttributeHelpers');
10}