|
Revision 18580, 482 bytes
(checked in by junichiro, 5 years ago)
|
|
README を少し修正(ホントはgit の練習)
|
| Line | |
|---|
| 1 | Web-Collector version 0.0.1 |
|---|
| 2 | |
|---|
| 3 | INSTALLATION |
|---|
| 4 | |
|---|
| 5 | To install this module, run the following commands: |
|---|
| 6 | |
|---|
| 7 | perl Makefile.PL |
|---|
| 8 | make |
|---|
| 9 | make test |
|---|
| 10 | make install |
|---|
| 11 | |
|---|
| 12 | Alternatively, to install with Module::Build, you can use the following commands: |
|---|
| 13 | |
|---|
| 14 | perl Build.PL |
|---|
| 15 | ./Build |
|---|
| 16 | ./Build test |
|---|
| 17 | ./Build install |
|---|
| 18 | |
|---|
| 19 | |
|---|
| 20 | DEPENDENCIES |
|---|
| 21 | |
|---|
| 22 | Web::Scraper |
|---|
| 23 | |
|---|
| 24 | COPYRIGHT AND LICENCE |
|---|
| 25 | |
|---|
| 26 | Copyright (C) 2008, Junichiro Tobe |
|---|
| 27 | |
|---|
| 28 | This library is free software; you can redistribute it and/or modify |
|---|
| 29 | it under the same terms as Perl itself. |
|---|