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