]> snippets.scripts.mit.edu Git - Scripts/git/.git/blob - rt/BarnOwl/Makefile.PL
Barnowl-RT readable source
[Scripts/git/.git] / rt / BarnOwl / Makefile.PL
1 use strict;
2 use warnings;
3
4 use inc::Module::Install;
5
6 barnowl_module('RT');
7
8 WriteAll;