|
Revision 17770, 504 bytes
(checked in by miki, 5 years ago)
|
|
import HTML::Feature
|
| Line | |
|---|
| 1 | HTML-Feature |
|---|
| 2 | ========================== |
|---|
| 3 | |
|---|
| 4 | This module extracts some feature sentence from HTML. |
|---|
| 5 | |
|---|
| 6 | |
|---|
| 7 | INSTALLATION |
|---|
| 8 | |
|---|
| 9 | To install this module type the following: |
|---|
| 10 | |
|---|
| 11 | perl Makefile.PL |
|---|
| 12 | make |
|---|
| 13 | make test |
|---|
| 14 | make install |
|---|
| 15 | |
|---|
| 16 | |
|---|
| 17 | |
|---|
| 18 | |
|---|
| 19 | COPYRIGHT AND LICENCE |
|---|
| 20 | |
|---|
| 21 | Copyright (C) 2007 by Takeshi Miki <miki@cpan.org> |
|---|
| 22 | |
|---|
| 23 | This library is free software; you can redistribute it and/or modify |
|---|
| 24 | it under the same terms as Perl itself, either Perl version 5.8.8 or, |
|---|
| 25 | at your option, any later version of Perl 5 you may have available. |
|---|
| 26 | |
|---|