[libcgi-session-driver-chi-perl] 04/04: Changed descriptions in debian/control and removed TODOs from debian/changelog
Christopher Hoskin
christopher.hoskin at gmail.com
Sun Feb 1 23:23:18 UTC 2015
This is an automated email from the git hooks/post-receive script.
grinorcole-guest pushed a commit to branch master
in repository libcgi-session-driver-chi-perl.
commit 776f95d9c640fa1173cdde9aedaa08703a117762
Author: Christopher Hoskin <christopher.hoskin at gmail.com>
Date: Sun Feb 1 23:22:26 2015 +0000
Changed descriptions in debian/control and removed TODOs from debian/changelog
---
debian/changelog | 9 ---------
debian/control | 10 ++--------
2 files changed, 2 insertions(+), 17 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 893e972..b1c1fc4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,14 +1,5 @@
libcgi-session-driver-chi-perl (1.0.3-1) UNRELEASED; urgency=low
- TODO:
- - d/control:
- + short description: should be a noun phrase, like "driver for
- CGI::Session to use ..."
- + long description: should mention module name, like
- "CGI::Session::Driver::chi is a driver which allows ..."
- + indent the 2 code samples by two spaces to keep them from being wrapped;
- or replace them with prose
-
* Initial Release. Closes: #776324
-- Christopher Hoskin <christopher.hoskin at gmail.com> Mon, 26 Jan 2015 20:16:05 +0000
diff --git a/debian/control b/debian/control
index faf58c5..934a1bd 100644
--- a/debian/control
+++ b/debian/control
@@ -15,12 +15,6 @@ Package: libcgi-session-driver-chi-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends}, libchi-perl, libcgi-session-perl
Description: Driver for CGI::Session to use CHI as a session store
- CGI::Session::Driver::chi is a driver which allows CGI::Session to use CHI as
- a session store. e.g.
- .
- $s = CGI::Session->new( "driver:chi", $sid, { driver => 'File', root_dir
- => '/path/to/root' });
- .
- $s = CGI::Session->new( "driver:chi", $sid, { chi_class => 'My::CHI',
- namespace => 'cgi', });
+ CGI::Session::Driver::chi is a driver which enables CGI::Session to use the
+ CHI unified cache handling interface to store persistent session data.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libcgi-session-driver-chi-perl.git
More information about the Pkg-perl-cvs-commits
mailing list