summaryrefslogtreecommitdiffstats
path: root/t/error.pl
blob: 9f2aeea599017d0a92c43a5e291c8f70165df33d (plain) (blame)
1
2
3
4
5
6
7
8
9
#!/usr/bin/env perl
use strict;
use warnings;

use lib 't/lib';

use My::Parser;

foo { $baz };