Option Handling
package App::TimeTracker; with qw( MooseX::Getopt );
MooseX::Getopt
makes it very easy to set the attributes you defined for your class via the command line.MooseX::Getopt
role to your class.new_with_options
.package App::TimeTracker; with qw( MooseX::Getopt );
MooseX::Getopt
makes it very easy to set the attributes you defined for your class via the command line.MooseX::Getopt
role to your class.new_with_options
.