Changelogging
[gitmo/Mouse.git] / t / 000_load.t
CommitLineData
fde8e43f 1#!/usr/bin/perl
2# This is automatically generated by author/import-moose-test.pl.
3# DO NOT EDIT THIS FILE. ANY CHANGES WILL BE LOST!!!
4use t::lib::MooseCompat;
5
6use strict;
7use warnings;
8
9use Test::More;
10
11{
12 package Foo;
13
14 # Mouse will issue a warning if we try to load it from the main
15 # package.
16 ::use_ok('Mouse');
17}
18
19done_testing;