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

..03-May-2022-

bin/H20-Apr-2008-9546

inc/H20-Apr-2008-5,6824,245

lib/Data/ClearSilver/H20-Apr-2008-23692

t/H20-Apr-2008-229207

ChangesH A D20-Apr-2008298 1711

MANIFESTH A D02-Jul-2007734 3736

MANIFEST.SKIPH A D28-Jun-2007130 1414

META.ymlH A D02-Jul-2007545 2625

Makefile.PLH A D02-Jul-2007538 2719

READMEH A D28-Jun-2007971 3221

test.csH A D02-Jul-200763 44

test.hdfH A D02-Jul-200721 22

README

1Data-ClearSilver-HDF
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 Makefile.PL
19    make
20    make test
21    make install
22
23
24COPYRIGHT AND LICENCE
25
26Put the correct copyright and licence information here.
27
28Copyright (C) 2007 Toru Yamaguchi
29
30This library is free software; you can redistribute it and/or modify
31it under the same terms as Perl itself.
32