94a51849f11a7197f53e2bfc637a763a40cf0324
[catagits/Catalyst-Runtime.git] / t / lib / Catalyst / Plugin / Test / MangleDollarUnderScore.pm
1 package Catalyst::Plugin::Test::MangleDollarUnderScore;
2 use strict;
3 use warnings;
4
5 our $VERSION = 0.1; # Make is_class_loaded happy
6
7 # Class::MOP::load_class($_) can hurt you real hard.
8 BEGIN { $_ = q{
9 mst sayeth, Class::MOP::load_class($_) will ruin your life
10 rafl spokeh "i ♥ my $_"',
11 and verrily forsooth, t0m made tests
12 and yea, there was fail' }; }
13
14 1;
15 __END__
16