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