basic-test
[gitmo/Moose-Policy.git] / t / 000_load.t
CommitLineData
82cfc049 1#!/usr/bin/perl
2
3use strict;
4use warnings;
5
6use Test::More tests => 1;
7
8BEGIN {
b14c8df5 9 use_ok('Moose::Policy');
82cfc049 10}