summaryrefslogtreecommitdiff
path: root/lib/Getopt/Dakkar/ArgPack.pm
diff options
context:
space:
mode:
authordakkar <dakkar@thenautilus.net>2018-07-13 13:09:26 +0100
committerdakkar <dakkar@thenautilus.net>2018-07-13 13:09:26 +0100
commit7fce4340deb0b6337bbd7ef6071ee42529db222d (patch)
tree3761e50b1c592ad816e5c7782f2183aeae5a6ca9 /lib/Getopt/Dakkar/ArgPack.pm
parentstyle (diff)
downloadGetopt-Dakkar-7fce4340deb0b6337bbd7ef6071ee42529db222d.tar.gz
Getopt-Dakkar-7fce4340deb0b6337bbd7ef6071ee42529db222d.tar.bz2
Getopt-Dakkar-7fce4340deb0b6337bbd7ef6071ee42529db222d.zip
vaguely parse commands
Diffstat (limited to 'lib/Getopt/Dakkar/ArgPack.pm')
-rw-r--r--lib/Getopt/Dakkar/ArgPack.pm11
1 files changed, 11 insertions, 0 deletions
diff --git a/lib/Getopt/Dakkar/ArgPack.pm b/lib/Getopt/Dakkar/ArgPack.pm
new file mode 100644
index 0000000..ee710e0
--- /dev/null
+++ b/lib/Getopt/Dakkar/ArgPack.pm
@@ -0,0 +1,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' );