My first Moose class
package Class; use Moose;
define a class called
Class
make it a Moose class
turns on
strict
and
warnings
< < Previous
|
Index
|
Next >>