summaryrefslogtreecommitdiff
path: root/lib/Getopt/Dakkar/ArgPack.pm
blob: 4337ce492a469242c053ece50307d863a9e931f0 (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'isa => HashRef, default => sub { +{} } );
has arguments => ( is => 'ro'isa => HashRef, default => sub { +{} } );