summaryrefslogtreecommitdiff
path: root/lib/Getopt/Dakkar.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Getopt/Dakkar.pm')
-rw-r--r--lib/Getopt/Dakkar.pm5
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/Getopt/Dakkar.pm b/lib/Getopt/Dakkar.pm
index d8edd0c..b43c24e 100644
--- a/lib/Getopt/Dakkar.pm
+++ b/lib/Getopt/Dakkar.pm
@@ -1,6 +1,9 @@
package Getopt::Dakkar;
-use Getopt::Dakkar::Style;
+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;