demand Module::Install 0.75
[gitmo/MooseX-Attribute-Cached.git] / t / 000_load.t
CommitLineData
cf0ef7c5 1#!/usr/bin/perl
2
3use strict;
4use warnings;
5
d0e2ab77 6use Test::More tests => 1;
cf0ef7c5 7
cf0ef7c5 8
b5552897 9BEGIN {
10 use_ok('MooseX::Attribute::Cached');
cf0ef7c5 11}