summaryrefslogtreecommitdiff
path: root/GroLUG/Makefile.PL
diff options
context:
space:
mode:
Diffstat (limited to 'GroLUG/Makefile.PL')
-rw-r--r--GroLUG/Makefile.PL12
1 files changed, 12 insertions, 0 deletions
diff --git a/GroLUG/Makefile.PL b/GroLUG/Makefile.PL
new file mode 100644
index 0000000..2cf82b5
--- /dev/null
+++ b/GroLUG/Makefile.PL
@@ -0,0 +1,12 @@
+use inc::Module::Install;
+
+name 'GroLUG';
+all_from 'lib/GroLUG.pm';
+
+requires Catalyst => '5.64';
+
+catalyst;
+
+install_script glob('script/*.pl');
+auto_install;
+WriteAll;