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

..03-May-2022-

inc/H04-Feb-2007-2,7492,062

lib/File/H04-Feb-2007-573210

t/H04-Feb-2007-466295

Build.PLH A D10-Jan-2007667 3121

ChangesH A D04-Feb-2007477 1713

MANIFESTH A D04-Feb-2007762 3837

META.ymlH A D04-Feb-2007399 2221

Makefile.PLH A D10-Jan-2007667 3121

READMEH A D03-Sep-20061,005 4326

README

1File-Attributes
2
3File::Attributes lets you assign attributes to files (and read them,
4and list them, and delete them).
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 the tests fail, don't install the module.  Instead, file a bug report.
16
17SUPPORT AND DOCUMENTATION
18
19After installing, you can find documentation for this module with the perldoc command.
20
21    perldoc File::Attributes
22
23You can also look for information at:
24
25    Search CPAN
26        http://search.cpan.org/dist/File-Attributes
27
28    CPAN Request Tracker:
29        http://rt.cpan.org/NoAuth/Bugs.html?Dist=File-Attributes
30
31    AnnoCPAN, annotated CPAN documentation:
32        http://annocpan.org/dist/File-Attributes
33
34    CPAN Ratings:
35        http://cpanratings.perl.org/d/File-Attributes
36
37COPYRIGHT AND LICENCE
38
39Copyright (C) 2006 Jonathan Rockway
40
41This program is free software; you can redistribute it and/or modify it
42under the same terms as Perl itself.
43