summaryrefslogtreecommitdiff
path: root/lib/Getopt/Dakkar.pm
blob: c3b9444df5bedb353490a945fff01af3d5579d6c (plain)
1
2
3
4
5
6
7
8
9
package Getopt::Dakkar; 
use strict;
use warnings;
use 5.026;
use experimental qw(signatures postderef);
# VERSION 
# ABSTRACT: the best command line parser ever 
 
1;