My first Moose class
package Class; use Moose;
define a class called
Class
make it a Moose class
turns on
strict
and
warnings
imports
blessed
and
confess
soon you will learn to love 150-page backtraces!
< < Previous
|
Index
|
Next >>