use tempfiles in the test suite
[gitmo/MooseX-Storage.git] / t / 000_load.t
CommitLineData
ec9c1923 1#!/usr/bin/perl
2
3use strict;
4use warnings;
5
8d8356bb 6use Test::More tests => 1;
ec9c1923 7
8BEGIN {
9 use_ok('MooseX::Storage');
10}