Ovid / hop

Higher Order Perl modules on the CPAN

This URL has Read+Write access

theory (author)
Mon Apr 13 16:04:57 -0700 2009
Ovid (committer)
Thu Apr 16 06:17:05 -0700 2009
hop / HOP-Parser
name age message
..
file Build.PL Loading commit data...
file Changes
file MANIFEST
file META.yml
file Makefile.PL
file README
directory lib/
directory t/
HOP-Parser/README
HOP-Parser

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 Build.PL
    ./Build
    ./Build test
    ./Build install


COPYRIGHT AND LICENCE

Copyright (C) 2005 Curtis "Ovid" Poe

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