diff options
Diffstat (limited to 'README')
-rw-r--r-- | README | 25 |
1 files changed, 18 insertions, 7 deletions
@@ -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 |