summaryrefslogtreecommitdiff
path: root/lib/Getopt/Dakkar/ArgPack.pm
diff options
context:
space:
mode:
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' );