File: Base1.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 (10 lines) | stat: -rw-r--r-- 260 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
package BaseTest::Base1;
use Mojo::Base -base;

# "Okay folks, show's over. Nothing to see here, show's... Oh my god!
#  A horrible plane crash!
#  Hey everybody, get a load of this flaming wreckage!
#  Come on, crowd around, crowd around!"
has 'bananas';

1;