X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F400_mouse_util%2F001_moose_util.t;fp=t%2F400_mouse_util%2F001_moose_util.t;h=4083ca9b52b0e4f1df92dbac553f6390bafc62de;hb=43fb75d66ac7f19f2e8f9dc5baf798c62965b097;hp=0000000000000000000000000000000000000000;hpb=16504b1548c2c3b2570a46b1864287f50d49faf2;p=gitmo%2FMouse.git diff --git a/t/400_mouse_util/001_moose_util.t b/t/400_mouse_util/001_moose_util.t new file mode 100644 index 0000000..4083ca9 --- /dev/null +++ b/t/400_mouse_util/001_moose_util.t @@ -0,0 +1,15 @@ +#!/usr/bin/perl +# This is automatically generated by author/import-moose-test.pl. +# DO NOT EDIT THIS FILE. ANY CHANGES WILL BE LOST!!! +use t::lib::MooseCompat; + +use strict; +use warnings; + +use Test::More; + +BEGIN { + use_ok('Mouse::Util'); +} + +done_testing;