From a72f12e5564cff82205335af8704d37940fa8d8e Mon Sep 17 00:00:00 2001 From: Alex 'AdUser' Z Date: Wed, 10 Jun 2015 22:28:10 +1000 Subject: [PATCH] * rename dist --- Makefile.PL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.PL b/Makefile.PL index 3c5f2a7..ff9eca9 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,8 +1,8 @@ use ExtUtils::MakeMaker; WriteMakefile( + NAME => 'App::TWatch::Lite', AUTHOR => ["Alex 'AdUser' Z "], - NAME => 'twatch-lite', ABSTRACT => 'periodically polls RSS/ATOM feeds and cherry-picks wanted torrent files', VERSION_FROM => 'twatch-lite', LICENSE => 'perl_5',