summaryrefslogtreecommitdiff
path: root/lib/Getopt/Dakkar/ArgPack.pm
blob: ee710e01828783830aea03415ed81cf02c52336d (plain)
1
2
3
4
5
6
7
8
9
10
11
package Getopt::Dakkar::ArgPack; 
use Getopt::Dakkar::Style qw(class);
# VERSION 
# ABSTRACT: pack of arguments 
 
# this needs work 
 
has getopt => ( is => 'ro'required => 1, weak_ref => 1 );
 
has options => ( is => 'ro' );
has arguments => ( is => 'ro' );