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

..03-May-2022-

examples/H26-Dec-2009-1810

fallback/H26-Dec-2009-146136

inc/Module/H26-Dec-2009-1,4551,067

lib/CSS/H26-Dec-2009-645110

t/H26-Dec-2009-4,7664,001

ChangesH A D26-Dec-2009836 2725

Croco.xsH A D07-Nov-200911.5 KiB462406

MANIFESTH A D26-Dec-2009829 4443

META.ymlH A D26-Dec-2009593 2827

Makefile.PLH A D26-Dec-2009460 1312

READMEH A D06-Nov-20091.1 KiB4126

const-c.incH A D07-Nov-2009613 2320

const-xs.incH A D06-Nov-20092.6 KiB9089

ppport.hH A D06-Nov-2009170.8 KiB7,0643,086

typemapH A D06-Nov-20092.3 KiB7870

README

1CSS-Croco 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  blah blah blah
29
30COPYRIGHT AND LICENCE
31
32Put the correct copyright and licence information here.
33
34Copyright (C) 2009 by Andrey Kostenko
35
36This library is free software; you can redistribute it and/or modify
37it under the same terms as Perl itself, either Perl version 5.10.1 or,
38at your option, any later version of Perl 5 you may have available.
39
40
41