Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gfx/web-weaver
Library for PSGI requests
https://github.com/gfx/web-weaver
Last synced: 26 days ago
JSON representation
Library for PSGI requests
- Host: GitHub
- URL: https://github.com/gfx/web-weaver
- Owner: gfx
- Created: 2010-07-17T05:40:44.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2010-08-11T11:33:26.000Z (about 14 years ago)
- Last Synced: 2023-04-09T21:19:27.214Z (over 1 year ago)
- Language: Perl
- Homepage:
- Size: 97.7 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: Changes
Awesome Lists containing this project
README
This is Perl module Web::Weaver.
INSTALLATION
Web::Weaver installation is straightforward. If your CPAN shell is set up,
you should just be able to do$ cpan Web::Weaver
Download it, unpack it, then build it as per the usual:
$ perl Makefile.PL
$ make && make testThen install it:
$ make install
DOCUMENTATION
Web::Weaver documentation is available as in POD. So you can do:
$ perldoc Web::Weaver
to read the documentation online with your favorite pager.
Goro Fuji (gfx)