summaryrefslogtreecommitdiff
path: root/lib/Getopt/Dakkar.pm
blob: f35147bc9b242de05351e735cc8e95231adcfccb (plain)
1
2
3
4
5
6
7
8
9
package Getopt::Dakkar; 
use Getopt::Dakkar::Style qw(class);
use Module::Runtime qw(use_module);
# VERSION 
# ABSTRACT: the best command line parser ever 
 
with 'Getopt::Dakkar::Role::Command';
 
has '+name' => ( default => $0 );