summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2011-03-04 12:22:22 +0100
committerDaniel Friesel <derf@finalrewind.org>2011-03-04 12:22:22 +0100
commit1932c998cac488d6ba27789fea56bcf3a554a35c (patch)
tree39304ac27f408d58095d07634fbba6520efd5d21 /README
parente1e7a58aa6983261757affa1b146d6ce20742a69 (diff)
Switch from Makefile to Build.PL
Diffstat (limited to 'README')
-rw-r--r--README25
1 files changed, 18 insertions, 7 deletions
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