]> sipb.mit.edu Git - snippets/.git/blob - rt/BarnOwl/Makefile.PL
Barnowl-RT readable source
[snippets/.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;