summaryrefslogtreecommitdiff
path: root/lib/Getopt/Dakkar.pm
blob: b43c24eb24f7a179e700ea8e729c678734c68d9a (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';
 
1;