rename file to match other tests
[gitmo/MooseX-Params-Validate.git] / t / 000_load.t
CommitLineData
d9d1529d 1#!/usr/bin/perl
2
3use strict;
4use warnings;
5
6use Test::More tests => 1;
7
8BEGIN {
9 # this module doesn't export to main
10 package Testing;
11 ::use_ok('MooseX::Params::Validate');
12}