source: Makefile.PL @ 1eafdfa

release-1.10release-1.7release-1.8release-1.9
Last change on this file since 1eafdfa was 05cfc78, checked in by Nelson Elhage <nelhage@ksplice.com>, 14 years ago
Update Makefile.PL to refer to Net::Twitter::Lite
  • Property mode set to 100644
File size: 125 bytes
RevLine 
[e54f2fa]1use strict;
2use warnings;
3
4use inc::Module::Install;
5
[05cfc78]6requires('Net::Twitter::Lite');
[9601640]7
[e54f2fa]8barnowl_module('Twitter');
9
10WriteAll;
Note: See TracBrowser for help on using the repository browser.