source:
Makefile.PL
@
fe184d4
Last change on this file since fe184d4 was 9601640, checked in by Nelson Elhage <nelhage@mit.edu>, 17 years ago | |
---|---|
|
|
File size: 119 bytes |
Line | |
---|---|
1 | use strict; |
2 | use warnings; |
3 | |
4 | use inc::Module::Install; |
5 | |
6 | requires('Net::Twitter'); |
7 | |
8 | barnowl_module('Twitter'); |
9 | |
10 | WriteAll; |
Note: See TracBrowser
for help on using the repository browser.