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

..03-May-2022-

author.t/H01-Dec-2012-1,083821

etc/H01-Dec-2012-290220

lib/Test/H01-Dec-2012-2,104459

sandbox/H01-Dec-2012-568410

t/H01-Dec-2012-2,8012,208

ChangesH A D01-Dec-20122.3 KiB9368

MANIFESTH A D23-Jun-2012790 5150

MANIFEST.SKIPH A D14-Feb-2012464 2824

META.ymlH A D01-Dec-2012640 2625

Makefile.PLH A D10-Jun-2012789 3223

READMEH A D07-Nov-2010856 4125

SIGNATUREH A D01-Dec-20123.6 KiB7366

README

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