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

..03-May-2022-

lib/H01-May-2013-490306

t/H01-May-2013-1811

AfterImage.xsH A D01-May-201312.8 KiB483447

ChangesH A D01-May-2013184 74

MANIFESTH A D01-May-201392 98

Makefile.PLH A D01-May-20131.1 KiB4133

READMEH A D01-May-20131.3 KiB4529

ppport.hH A D01-May-2013115.4 KiB4,9551,829

test.plH A D01-May-20131.6 KiB5243

typemapH A D01-May-2013138 76

README

1AfterImage version 0.01
2=======================
3
4The README is used to introduce the module and provide instructions on
5how to install the module, any machine dependencies it may have (for
6example C compilers and installed libraries) and any other information
7that should be provided before the module is installed.
8
9A README file is required for CPAN modules since CPAN extracts the
10README file from a module distribution so that people browsing the
11archive can use it get an idea of the modules uses. It is usually a
12good idea to provide version information here so that people can
13decide whether fixes for the module are worth downloading.
14
15INSTALLATION
16
17To install this module type the following:
18
19   perl Makefile.PL
20   make
21   make test
22   make install
23
24DEPENDENCIES
25
26This module requires these other modules and libraries:
27
28 libAfterImage
29 ... and any libraries that libAfterImage was built against.
30
31In order to compile, the configuration script afterimage-config must be
32in your path.
33
34COPYRIGHT AND LICENCE
35
36Put the correct copyright and licence information here.
37
38Copyright (C) 2006 by Ethan Fischer
39
40This library is free software; you can redistribute it and/or modify
41it under the same terms as Perl itself, either Perl version 5.8.8 or,
42at your option, any later version of Perl 5 you may have available.
43
44
45