Begin renaming some test files so it's easier to test Moose
[gitmo/Mouse.git] / t / lib / Anti / Error.pm
1 #!/usr/bin/env perl
2 package Anti::MouseError;
3 use strict;
4 use warnings;
5
6 # this syntax error is intentional!
7
8     {
9
10 1;
11