merged conflicts
[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 # FIXME - should proably use utf8??
6 our $VERSION = 0.1; # Make is_class_loaded happy
7
8 # Class::Load::load_class($_) can hurt you real hard.
9 BEGIN { $_ = q{
10 mst sayeth, Class::Load::load_class($_) will ruin your life
11 rafl spokeh "i ♥ my $_"',
12 and verrily forsooth, t0m made tests
13 and yea, there was fail' }; }
14
15 1;
16 __END__
17