typo fixes and skeleton for first test
[gitmo/MooseX-Attribute-Cached.git] / t / 000_load.t
CommitLineData
cf0ef7c5 1#!/usr/bin/perl
2
3use strict;
4use warnings;
5
b5552897 6use Test::More plan => 1;
cf0ef7c5 7
cf0ef7c5 8
b5552897 9BEGIN {
10 use_ok('MooseX::Attribute::Cached');
cf0ef7c5 11}