|
Revision 397, 0.5 kB
(checked in by miya, 1 year ago)
|
--
|
| Line | |
|---|
| 1 |
$Id: README,v 1.2 2003/09/08 03:48:07 btrott Exp $ |
|---|
| 2 |
|
|---|
| 3 |
This is XML::Atom, an implementation of the API and feed format. |
|---|
| 4 |
|
|---|
| 5 |
PREREQUISITES |
|---|
| 6 |
|
|---|
| 7 |
* XML::LibXML |
|---|
| 8 |
* LWP |
|---|
| 9 |
* Digest::SHA1 |
|---|
| 10 |
* MIME::Base64 |
|---|
| 11 |
* HTML::Parser |
|---|
| 12 |
|
|---|
| 13 |
INSTALLATION |
|---|
| 14 |
|
|---|
| 15 |
XML::Atom installation is straightforward. If your CPAN shell |
|---|
| 16 |
is set up, you should just be able to do |
|---|
| 17 |
|
|---|
| 18 |
% perl -MCPAN -e 'install XML::Atom' |
|---|
| 19 |
|
|---|
| 20 |
Download it, unpack it, then build it as per the usual: |
|---|
| 21 |
|
|---|
| 22 |
% perl Makefile.PL |
|---|
| 23 |
% make && make test |
|---|
| 24 |
|
|---|
| 25 |
Then install it: |
|---|
| 26 |
|
|---|
| 27 |
% make install |
|---|
| 28 |
|
|---|
| 29 |
Benjamin Trott / cpan@stupidfool.org |
|---|