Merged CMOP into Moose
[gitmo/Moose.git] / t / 001_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