tokuhirom / http-session
- Source
- Commits
- Network (1)
- Issues (0)
- Downloads (4)
- Wiki (1)
- Graphs
-
Branch:
master
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Fri Mar 13 06:19:13 -0700 2009 | |
| |
.shipit | Fri Feb 05 19:01:53 -0800 2010 | |
| |
Changes | ||
| |
MANIFEST | ||
| |
MANIFEST.SKIP | Fri Mar 13 06:25:07 -0700 2009 | |
| |
Makefile.PL | Sat Jan 02 06:21:43 -0800 2010 | |
| |
README | ||
| |
examples/ | Thu Oct 23 16:42:15 -0700 2008 | |
| |
lib/ | ||
| |
t/ | Sun Dec 06 21:53:13 -0800 2009 | |
| |
xt/ | Thu Dec 03 20:41:39 -0800 2009 |
README
This is Perl module HTTP::Session.
INSTALLATION
HTTP::Session installation is straightforward. If your CPAN shell is set up,
you should just be able to do
% cpan HTTP::Session
Download it, unpack it, then build it as per the usual:
% perl Makefile.PL
% make && make test
Then install it:
% make install
DOCUMENTATION
HTTP::Session documentation is available as in POD. So you can do:
% perldoc HTTP::Session
to read the documentation online with your favorite pager.
Tokuhiro Matsuno

