]> snippets.scripts.mit.edu Git - Scripts/git/.git/blobdiff - rt/BarnOwl/Makefile.PL
Barnowl-RT readable source
[Scripts/git/.git] / rt / BarnOwl / Makefile.PL
diff --git a/rt/BarnOwl/Makefile.PL b/rt/BarnOwl/Makefile.PL
new file mode 100644 (file)
index 0000000..b32d97d
--- /dev/null
@@ -0,0 +1,8 @@
+use strict;
+use warnings;
+
+use inc::Module::Install;
+
+barnowl_module('RT');
+
+WriteAll;