mirror of
https://github.com/pragma-/pbot.git
synced 2025-10-14 15:07:22 +02:00
cpanfile: add missing urban
module
This commit is contained in:
parent
b0dbe9231f
commit
20be752560
5
cpanfile
5
cpanfile
@ -402,6 +402,11 @@ feature rpn => sub {
|
|||||||
feature trans => sub {
|
feature trans => sub {
|
||||||
};
|
};
|
||||||
|
|
||||||
|
feature urban => sub {
|
||||||
|
requires 'WebService::UrbanDictionary';
|
||||||
|
requires 'Getopt::Long';
|
||||||
|
}
|
||||||
|
|
||||||
feature wikipedia => sub {
|
feature wikipedia => sub {
|
||||||
requires 'WWW::Wikipedia';
|
requires 'WWW::Wikipedia';
|
||||||
requires 'HTML::Parse';
|
requires 'HTML::Parse';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user