From 1932c998cac488d6ba27789fea56bcf3a554a35c Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Fri, 4 Mar 2011 12:22:22 +0100 Subject: Switch from Makefile to Build.PL --- README | 25 ++++++++++++++++++------- 1 file changed, 18 insertions(+), 7 deletions(-) (limited to 'README') diff --git a/README b/README index a57fdeb..b5381d6 100644 --- a/README +++ b/README @@ -1,16 +1,27 @@ -comirror is an automated mirrorer for webcomics and image gallerys. +comirror - automated mirrorer for webcomics and image gallerys +-------------------------------------------------------------- + +Dependencies +------------ -Requires: * perl >= 5.10 * WWW::Mechanize -For testing: +Installation +------------ + +$ perl Build.PL +$ perl Build +$ sudo perl Build install + +Testing +------- + +Requires: * Test::Cmd * Test::Compile * Test::More * Test::Pod -Installation: -> make -> make test # optional -> sudo make install +Run: +$ perl Build test -- cgit v1.2.3