Commit graph

3 commits

Author SHA1 Message Date
wen
dd78d27109 Update to 0.25
Update DEPENDS

Upstream changes:
0.25 2014-08-04
 [MISC]
 - Move tests from Test::TCP to Test::WWW::Mechanize::PSGI.

 [STATISTICS]
 - code churn: 5 files changed, 138 insertions(+), 174 deletions(-)

0.24 2014-07-29
 [MISC]
 - Release again, this time with real co-maint permissions.

 [STATISTICS]
 - code churn: 1 file changed, 57 insertions(+), 53 deletions(-)

0.23 2014-07-17
 [CHANGED]
 - Requires Session::Storage::Secure 0.010 to allow storing objects, which
   is specially relevant for JSON::bool data.
2014-12-08 09:05:31 +00:00
wiz
7eeb51b534 Bump for perl-5.20.0.
Do it for all packages that
* mention perl, or
* have a directory name starting with p5-*, or
* depend on a package starting with p5-
like last time, for 5.18, where this didn't lead to complaints.
Let me know if you have any this time.
2014-05-29 23:35:13 +00:00
sno
1b4475c0b4 Adding package for CPAN distribution Dancer-Session-Cookie version 0.22
into www/p5-Dancer-Session-Cookie.

This module implements a session engine for sessions stored entirely in
cookies. Usually only session id is stored in cookies and the session data
itself is saved in some external storage, e.g. database. This module allows
to avoid using external storage at all.

Since server cannot trust any data returned by client in cookies, this
module uses cryptography to ensure integrity and also secrecy. The data
your application stores in sessions is completely protected from both
tampering and analysis on the client-side.
2013-07-03 17:44:29 +00:00