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

..03-May-2022-

lib/Test/H05-Nov-2007-752295

t/H05-Nov-2007-204164

Build.PLH A D05-Nov-2007617 2522

ChangesH A D05-Nov-20071.1 KiB2821

MANIFESTH A D05-Nov-2007224 1514

META.ymlH A D05-Nov-2007673 3029

Makefile.PLH A D05-Nov-2007652 2018

READMEH A D05-Nov-2007795 3923

README

1Test-Lazy
2
3INSTALLATION
4
5To install this module, run the following commands:
6
7    perl Build.PL
8    ./Build
9    ./Build test
10    ./Build install
11
12
13SUPPORT AND DOCUMENTATION
14
15After installing, you can find documentation for this module with the perldoc command.
16
17    perldoc Test::Lazy
18
19You can also look for information at:
20
21    Search CPAN
22        http://search.cpan.org/dist/Test-Lazy
23
24    CPAN Request Tracker:
25        http://rt.cpan.org/NoAuth/Bugs.html?Dist=Test-Lazy
26
27    AnnoCPAN, annotated CPAN documentation:
28        http://annocpan.org/dist/Test-Lazy
29
30    CPAN Ratings:
31        http://cpanratings.perl.org/d/Test-Lazy
32
33COPYRIGHT AND LICENCE
34
35Copyright (C) 2007 Robert Krimen
36
37This program is free software; you can redistribute it and/or modify it
38under the same terms as Perl itself.
39