mass renaming, including removing MethodProviders from the Trait namespace
[gitmo/Moose.git] / t / 070_native_traits / 000_load.t
CommitLineData
e3c07b19 1#!/usr/bin/perl
2
3use strict;
4use warnings;
5
6use Test::More tests => 1;
7
fafc8b9b 8use Moose ();
e3c07b19 9BEGIN {
fafc8b9b 10 use_ok('Moose::Attribute::Native');
11}