File: A.pm

package info (click to toggle)
libmojolicious-perl 2.98%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 2,968 kB
  • sloc: perl: 10,178; sh: 48; makefile: 8
file content (8 lines) | stat: -rw-r--r-- 217 bytes parent folder | download
1
2
3
4
5
6
7
8
package LoaderTest::A;

# "I have purchased the Springfield YMCA.
#  I plan to tear it down and turn the land into a nature preserve.
#  There, I will hunt the deadliest game of all... man!"
use Mojo::Base -base;

1;