• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

lib/HOP/H08-Mar-2007-807388

t/H08-Mar-2007-9870

Build.PLH A D08-Mar-2007662 2320

ChangesH A D08-Mar-2007635 2215

MANIFESTH A D08-Mar-2007180 1312

META.ymlH A D08-Mar-2007485 2019

Makefile.PLH A D08-Mar-2007330 1614

READMEH A D08-Mar-2007912 3020

README

1HOP-Lexer
2
3The README is used to introduce the module and provide instructions on
4how to install the module, any machine dependencies it may have (for
5example C compilers and installed libraries) and any other information
6that should be provided before the module is installed.
7
8A README file is required for CPAN modules since CPAN extracts the README
9file from a module distribution so that people browsing the archive
10can use it get an idea of the modules uses. It is usually a good idea
11to provide version information here so that people can decide whether
12fixes for the module are worth downloading.
13
14INSTALLATION
15
16To install this module, run the following commands:
17
18    perl Build.PL
19    ./Build
20    ./Build test
21    ./Build install
22
23
24COPYRIGHT AND LICENCE
25
26Copyright (C) 2005 Curtis "Ovid" Poe
27
28This program is free software; you can redistribute it and/or modify it
29under the same terms as Perl itself.
30