forked from ingydotnet/plack-middleware-cache-pm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
About
91 lines (54 loc) · 2.38 KB
/
About
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
About Plack-Middleware-Cache
============================
This repository contains the source code for the Perl 5 module distribution:
Plack-Middleware-Cache — "Use Cached Responses of Certain URIs"
by Ingy döt Net
Copyright 2011-2014. Ingy döt Net.
License
-------
This program is free software; you can redistribute it and/or modify it under
the same terms as Perl itself.
See http://www.perl.com/perl/misc/Artistic.html
Installation
------------
You can install the latest release of Plack-Middleware-Cache with this command:
cpanm Plack::Middleware::Cache
If you don't have `cpanm` yet, installation is simple. See:
https://metacpan.org/pod/App::cpanminus#INSTALLATION
Or get the release information directly from:
https://metacpan.org/release/Plack-Middleware-Cache
Open Source
-----------
The code for Plack-Middleware-Cache is hosted at GitHub. The URL is:
https://github.com/ingydotnet/plack-middleware-cache-pm
This project uses the Zilla-Dist framework for development and release
automation. You install it with:
cpanm -n Zilla::Dist # -n means "no test" which can save a lot of time
Once installed, run `zild make` to get a list of all the things you can do.
See https://metacpan.org/pod/distribution/Zilla-Dist/lib/Zilla/Dist.pod for
more information.
NOTE: If you just want to run the tests without installing Zilla::Dist, use:
prove -lv test/
Repository Layout
-----------------
This repoository contains the following top level files and directories:
Changes - Change log file in YAML.
Meta - All metadata for the project.
ReadMe.pod - Top level ReadMe file for GitHub. (generated)
.travis.yml - Travis CI test control file. (generated)
doc/ - Documentation directory.
.git/ - Git repository data.
lib/ - All the source code libraries (modules).
Resources
---------
Source - https://github.com/ingydotnet/plack-middleware-cache-pm
Release - https://metacpan.org/release/Plack-Middleware-Cache
Bugs - https://github.com/ingydotnet/plack-middleware-cache-pm/issues
Pulls - https://github.com/ingydotnet/plack-middleware-cache-pm/pulls
IRC - irc.freenode.net#pkg
Contributing
------------
If you would like to contribute to this project, please read:
https://metacpan.org/pod/Zilla::Dist::Contributing
for up-to-date instructions.
# This file generated by Zilla-Dist-0.0.193