Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hatena/plack-middleware-accesscount
https://github.com/hatena/plack-middleware-accesscount
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hatena/plack-middleware-accesscount
- Owner: hatena
- Created: 2011-07-14T09:25:24.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2011-07-14T09:26:13.000Z (over 13 years ago)
- Last Synced: 2024-04-15T00:05:00.253Z (8 months ago)
- Language: Perl
- Homepage:
- Size: 89.8 KB
- Stars: 1
- Watchers: 24
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: Changes
Awesome Lists containing this project
README
This is Perl module Text::Xatena.
INSTALLATION
Plack::Middleware::AccessCount installation is straightforward. If your CPAN shell is set up,
you should just be able to do% cpan Plack::Middleware::AccessCount
Download it, unpack it, then build it as per the usual:
% perl Makefile.PL
% make && make testThen install it:
% make install
DOCUMENTATION
Plack::Middleware::AccessCount documentation is available as in POD. So you can do:
% perldoc Plack::Middleware::AccessCount
to read the documentation online with your favorite pager.
cho45