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

..03-May-2022-

inc/H12-Oct-2006-2,6792,016

lib/File/Attributes/H12-Oct-2006-22582

t/H12-Oct-2006-12284

ChangesH A D12-Oct-2006205 106

MANIFESTH A D03-Sep-2006523 2524

META.ymlH A D12-Oct-2006392 2019

Makefile.PLH A D12-Oct-2006570 2617

READMEH A D03-Sep-20061.1 KiB4528

README

1File-Attributes-Recursive
2
3File::Attributes::Recursive works like File::Attributes, but
4allows files to inherit attributes from parent directories.
5
6INSTALLATION
7
8To install this module, run the following commands:
9
10    perl Makefile.PL
11    make
12    make test
13    make install
14
15If make test fails, don't install the module.  File a bug report
16instead!
17
18SUPPORT AND DOCUMENTATION
19
20After installing, you can find documentation for this module with the
21perldoc command.
22
23    perldoc File::Attributes::Recursive
24
25You can also look for information at:
26
27    Search CPAN
28        http://search.cpan.org/dist/File-Attributes-Recursive
29
30    CPAN Request Tracker:
31        http://rt.cpan.org/NoAuth/Bugs.html?Dist=File-Attributes-Recursive
32
33    AnnoCPAN, annotated CPAN documentation:
34        http://annocpan.org/dist/File-Attributes-Recursive
35
36    CPAN Ratings:
37        http://cpanratings.perl.org/d/File-Attributes-Recursive
38
39COPYRIGHT AND LICENCE
40
41Copyright (C) 2006 Jonathan Rockway
42
43This program is free software; you can redistribute it and/or modify it
44under the same terms as Perl itself.
45