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