Your IP : 216.73.216.74


Current Path : /usr/share/doc/perl-Mouse/t/100_bugs/
Upload File :
Current File : //usr/share/doc/perl-Mouse/t/100_bugs/003_Mouse_Object_error.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 lib "t/lib";
use MooseCompat;

use strict;
use warnings;

use Test::More;

use_ok('MyMouseObject');

done_testing;