|
|
@ -1,8 +1,8 @@ |
|
|
|
use ExtUtils::MakeMaker; |
|
|
|
use ExtUtils::MakeMaker; |
|
|
|
|
|
|
|
|
|
|
|
WriteMakefile( |
|
|
|
WriteMakefile( |
|
|
|
|
|
|
|
NAME => 'App::TWatch::Lite',
|
|
|
|
AUTHOR => ["Alex 'AdUser' Z <aduser\@cpan.org>"],
|
|
|
|
AUTHOR => ["Alex 'AdUser' Z <aduser\@cpan.org>"],
|
|
|
|
NAME => 'twatch-lite',
|
|
|
|
|
|
|
|
ABSTRACT => 'periodically polls RSS/ATOM feeds and cherry-picks wanted torrent files',
|
|
|
|
ABSTRACT => 'periodically polls RSS/ATOM feeds and cherry-picks wanted torrent files',
|
|
|
|
VERSION_FROM => 'twatch-lite',
|
|
|
|
VERSION_FROM => 'twatch-lite',
|
|
|
|
LICENSE => 'perl_5',
|
|
|
|
LICENSE => 'perl_5',
|
|
|
|