source: perl/modules/Jabber/Makefile.PL @ 44f585c

barnowl_perlaimdebianrelease-1.10release-1.4release-1.5release-1.6release-1.7release-1.8release-1.9
Last change on this file since 44f585c was 300b470, checked in by Nelson Elhage <nelhage@mit.edu>, 17 years ago
Adding a Module::Install plugin for building barnowl plugins. It needs a lot of improvement.
  • Property mode set to 100644
File size: 91 bytes
RevLine 
[2cedb7a]1use strict;
2use warnings;
3
4use inc::Module::Install;
5
[300b470]6barnowl_module('Jabber');
[2cedb7a]7
8WriteAll;
Note: See TracBrowser for help on using the repository browser.