summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordakkar <dakkar@thenautilus.net>2018-07-13 11:48:25 +0100
committerdakkar <dakkar@thenautilus.net>2018-07-13 11:48:25 +0100
commit22ff3998a82f96aa942d3e8eade2fbb2574793cc (patch)
tree31db7d6603c6b532170efee676696088c90a432f
downloadGetopt-Dakkar-22ff3998a82f96aa942d3e8eade2fbb2574793cc.tar.gz
Getopt-Dakkar-22ff3998a82f96aa942d3e8eade2fbb2574793cc.tar.bz2
Getopt-Dakkar-22ff3998a82f96aa942d3e8eade2fbb2574793cc.zip
skeleton
-rw-r--r--lib/Getopt/Dakkar.pm1
-rw-r--r--t/tests/compile.t3
2 files changed, 4 insertions, 0 deletions
diff --git a/lib/Getopt/Dakkar.pm b/lib/Getopt/Dakkar.pm
new file mode 100644
index 0000000..3875754
--- /dev/null
+++ b/lib/Getopt/Dakkar.pm
@@ -0,0 +1 @@
+package Getopt::Dakkar;
diff --git a/t/tests/compile.t b/t/tests/compile.t
new file mode 100644
index 0000000..2c679ee
--- /dev/null
+++ b/t/tests/compile.t
@@ -0,0 +1,3 @@
+use Test::More;
+use ok Getopt::Dakkar;
+done_testing;