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