stop using excludes within moose, since it's no longer necessary
[gitmo/Moose.git] / t / cmop / lib / SyntaxError.pm
1 #!/usr/bin/env perl
2 package SyntaxError;
3 use strict;
4 use warnings;
5
6 # this syntax error is intentional!
7
8     {
9
10 1;
11