File: MangleDollarUnderScore.pm

package info (click to toggle)
libcatalyst-engine-apache-perl 1.16-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch, wheezy
  • size: 1,040 kB
  • ctags: 667
  • sloc: perl: 6,344; makefile: 2
file content (16 lines) | stat: -rw-r--r-- 369 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
package Catalyst::Plugin::Test::MangleDollarUnderScore;
use strict;
use warnings;

our $VERSION = 0.1; # Make is_class_loaded happy

# Class::MOP::load_class($_) can hurt you real hard.
BEGIN { $_ = q{
mst sayeth, Class::MOP::load_class($_) will ruin your life
rafl spokeh "i ♥ my $_"',
and verrily forsooth, t0m made tests
and yea, there was fail' }; }

1;
__END__