]> sipb.mit.edu Git - snippets/.git/blob - rt/BarnOwl/Makefile.PL
zephyr-post-receive: Translate Git trailing space highlighting
[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;