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

..03-May-2022-

lib/H07-Mar-2014-33858

t/H07-Mar-2014-418310

ChangesH A D07-Mar-20141.4 KiB5544

MANIFESTH A D07-Mar-2014375 1918

META.jsonH A D07-Mar-2014877 4241

META.ymlH A D07-Mar-2014491 2322

Makefile.PLH A D07-Mar-2014560 2116

READMEH A D07-Mar-2014899 4426

README.mdH A D07-Mar-20141,021 4627

README

1Data-Lock
2
3$Id: README,v 1.0 2013/04/03 06:49:25 dankogai Exp $
4
5This distribution contains Data::Lock and Attribute::Constant.
6
7INSTALLATION
8
9To install this module, run the following commands:
10
11	perl Makefile.PL
12	make
13	make test
14	make install
15
16SUPPORT AND DOCUMENTATION
17
18After installing, you can find documentation for this module with the
19perldoc command.
20
21    perldoc Data::Lock
22
23You can also look for information at:
24
25    RT, CPAN's request tracker
26        http://rt.cpan.org/NoAuth/Bugs.html?Dist=Data-Lock
27
28    AnnoCPAN, Annotated CPAN documentation
29        http://annocpan.org/dist/Data-Lock
30
31    CPAN Ratings
32        http://cpanratings.perl.org/d/Data-Lock
33
34    Search CPAN
35        http://search.cpan.org/dist/Data-Lock
36
37
38COPYRIGHT AND LICENCE
39
40Copyright (C) 2008-2013 Dan Kogai
41
42This program is free software; you can redistribute it and/or modify it
43under the same terms as Perl itself.
44

README.md

1[![build status](https://secure.travis-ci.org/dankogai/p5-data-lock.png)](http://travis-ci.org/dankogai/p5-data-lock)
2
3Data-Lock
4
5$Id: README.md,v 1.0 2013/04/03 06:49:25 dankogai Exp $
6
7This distribution contains Data::Lock and Attribute::Constant.
8
9INSTALLATION
10
11To install this module, run the following commands:
12
13	perl Makefile.PL
14	make
15	make test
16	make install
17
18SUPPORT AND DOCUMENTATION
19
20After installing, you can find documentation for this module with the
21perldoc command.
22
23    perldoc Data::Lock
24
25You can also look for information at:
26
27    RT, CPAN's request tracker
28        http://rt.cpan.org/NoAuth/Bugs.html?Dist=Data-Lock
29
30    AnnoCPAN, Annotated CPAN documentation
31        http://annocpan.org/dist/Data-Lock
32
33    CPAN Ratings
34        http://cpanratings.perl.org/d/Data-Lock
35
36    Search CPAN
37        http://search.cpan.org/dist/Data-Lock
38
39
40COPYRIGHT AND LICENCE
41
42Copyright (C) 2008-2013 Dan Kogai
43
44This program is free software; you can redistribute it and/or modify it
45under the same terms as Perl itself.
46