trAvis - MANAGER
Edit File: 001_moose_util.t
#!/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;