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

..03-May-2022-

inc/Module/H07-Mar-2012-1,9931,493

lib/Test/H07-Mar-2012-583223

t/H07-Mar-2012-186149

ChangesH A D20-Sep-2008255 157

MANIFESTH A D27-Feb-2011504 2524

META.ymlH A D07-Mar-2012714 3231

Makefile.PLH A D07-Mar-2012379 2012

READMEH A D22-Nov-2007827 4424

README

1Test-Dir
2
3Some simple tests on directories and folders.
4
5
6INSTALLATION
7
8To install this module, run the following commands:
9
10	perl Makefile.PL
11	make test
12	make install
13
14
15SUPPORT AND DOCUMENTATION
16
17After installing, you can find documentation for this module with the
18perldoc command.
19
20    perldoc Test::Dir
21
22You can also look for information at:
23
24    RT, CPAN's request tracker
25        http://rt.cpan.org/NoAuth/Bugs.html?Dist=Test-Dir
26
27    AnnoCPAN, Annotated CPAN documentation
28        http://annocpan.org/dist/Test-Dir
29
30    CPAN Ratings
31        http://cpanratings.perl.org/d/Test-Dir
32
33    Search CPAN
34        http://search.cpan.org/dist/Test-Dir
35
36
37COPYRIGHT AND LICENSE
38
39Copyright (C) 2007 Martin 'Kingpin' Thurn
40
41This program is free software; you can redistribute it and/or modify it
42under the same terms as Perl itself.
43
44