GitHub Sale: sign up for any paid plan this week and pay nothing until January 1, 2009!  [ hide ]

public
Description: added interface to retrieve BrowseNodes data
Clone URL: git://github.com/hirose31/net-amazon-propertyext.git
name age message
file Changes Wed Aug 20 00:58:59 -0700 2008 import [hirose31]
file MANIFEST.SKIP Wed Aug 20 02:17:25 -0700 2008 [hirose31]
file Makefile.PL Thu Aug 21 20:55:03 -0700 2008 refine [hirose31]
file README Wed Aug 20 01:19:02 -0700 2008 naoya-san++ [hirose31]
directory lib/ Thu Aug 21 20:55:03 -0700 2008 refine [hirose31]
directory t/ Thu Aug 21 20:55:03 -0700 2008 refine [hirose31]
directory tx/ Wed Aug 20 02:17:25 -0700 2008 [hirose31]
README
Net-Amazon-PropertyExt

The README is used to introduce the module and provide instructions on
how to install the module, any machine dependencies it may have (for
example C compilers and installed libraries) and any other information
that should be provided before the module is installed.

A README file is required for CPAN modules since CPAN extracts the README
file from a module distribution so that people browsing the archive
can use it get an idea of the modules uses. It is usually a good idea
to provide version information here so that people can decide whether
fixes for the module are worth downloading.

INSTALLATION

To install this module, run the following commands:

    perl Makefile.PL
    make
    make test
    make install


COPYRIGHT AND LICENCE

Copyright (C) 2008 HIROSE Masaaki

Original code by Naoya Ito
http://naoya.dyndns.org/~naoya/mt/archives/001542.html

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.