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

..03-May-2022-

lib/List/H13-Mar-2009-10911

t/H13-Mar-2009-6236

Build.PLH A D13-Mar-2009460 1815

ChangesH A D13-Mar-2009113 63

MANIFESTH A D13-Mar-2009123 1211

META.ymlH A D13-Mar-2009441 2019

Makefile.PLH A D13-Mar-2009409 1513

READMEH A D13-Mar-20091.5 KiB6038

README

1List-Flatten
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 to get an idea of the module's 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
14
15INSTALLATION
16
17To install this module, run the following commands:
18
19	perl Makefile.PL
20	make
21	make test
22	make install
23
24Alternatively, to install with Module::Build, you can use the following commands:
25
26	perl Build.PL
27	./Build
28	./Build test
29	./Build install
30
31SUPPORT AND DOCUMENTATION
32
33After installing, you can find documentation for this module with the
34perldoc command.
35
36    perldoc List::Flatten
37
38You can also look for information at:
39
40    RT, CPAN's request tracker
41        http://rt.cpan.org/NoAuth/Bugs.html?Dist=List-Flatten
42
43    AnnoCPAN, Annotated CPAN documentation
44        http://annocpan.org/dist/List-Flatten
45
46    CPAN Ratings
47        http://cpanratings.perl.org/d/List-Flatten
48
49    Search CPAN
50        http://search.cpan.org/dist/List-Flatten
51
52
53COPYRIGHT AND LICENCE
54
55Copyright (C) 2009 Darko Obradovic
56
57This program is free software; you can redistribute it and/or modify it
58under the same terms as Perl itself.
59
60