test with non-experimental feature
[p5sagit/lib-with-preamble.git] / t / lib / my_given_example.pm
CommitLineData
dcd0209b 1package my_given_example;
2
3sub example_sub {
6a854755 4 state $foo = $_[0];
dcd0209b 5}
6
7sub my_file { __FILE__ }
8sub my_line { __LINE__ }
9
101;