mirror of
https://github.com/perlbot/perlbuut
synced 2025-06-07 17:05:43 -04:00
made makefile for buubot/perlbuut
This commit is contained in:
parent
1b48232dda
commit
beaaded80c
1 changed files with 25 additions and 0 deletions
25
Makefile.PL
Normal file
25
Makefile.PL
Normal file
|
@ -0,0 +1,25 @@
|
|||
#!env perl
|
||||
|
||||
use strict;
|
||||
use warnings;
|
||||
|
||||
use inc::Module::Install;
|
||||
|
||||
name "Buubot";
|
||||
version 0.1;
|
||||
#all_from 'lib/Bot/BB3.pm';
|
||||
|
||||
requires 'POE' => 0;
|
||||
requires 'Parse::RecDescent' => 0;
|
||||
requires 'Config::General' => 0;
|
||||
requires 'Cache::FastMmap' => 0;
|
||||
requires 'POE::Component::IRC::Common' => 0;
|
||||
requires 'POE::Component::IRC' => 0;
|
||||
|
||||
requires 'Geo::IP' => 0;
|
||||
requires 'XML::RSS::Parser' => 0;
|
||||
requires 'WWW::Shorten' => 0;
|
||||
requires 'WWW::Mechanize' => 0;
|
||||
requires 'URI::Encode' => 0;
|
||||
|
||||
WriteAll;
|
Loading…
Add table
Reference in a new issue