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

..03-May-2022-

lib/Test/H19-Apr-2018-310100

t/H07-May-2022-430267

.ackrcH A D04-Jul-201554 32

.mailmapH A D04-Jul-2015158 32

.travis.ymlH A D19-Apr-2018186 1817

ChangesH A D19-Apr-20188.3 KiB242190

MANIFESTH A D19-Apr-2018634 3130

MANIFEST.SKIPH A D06-Jul-201585 82

META.jsonH A D19-Apr-20182 KiB7473

META.ymlH A D19-Apr-20181.3 KiB4544

Makefile.PLH A D19-Apr-20183.9 KiB122103

READMEH A D06-Jul-2015647 3423

README

1Test/Pod version 1.52
2=====================
3
4This library's module, Test::Pod, provides an interface for validating POD in
5module files.
6
7INSTALLATION
8
9To install this module, type the following:
10
11    perl Makefile.PL
12    make
13    make test
14    make install
15
16Dependencies
17------------
18
19Test::Pod requires the following modules:
20
21* Pod::Simple 3.05
22* Test::More 0.62
23* Test::Builder::Tester 1.02
24* File::Spec
25
26Copyright and Licence
27---------------------
28
29Copyright 2006-2010, Andy Lester; 2010-2015 David E. Wheeler. Some Rights
30Reserved.
31
32This module is free software; you can redistribute it and/or modify it under
33the same terms as Perl itself.
34