summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorMason James <mtj@kohaaloha.com>2023-01-23 22:53:33 +1300
committermason james <mtj@kohaaloha.com>2023-02-11 18:40:21 +1300
commitc7631dd50a6295e7777507bdecdefc0f1f8eb15d (patch)
tree11ffff2228d20bd9433471e8567372d136e0da7f /debian
parent7848508c8126aca338bf22c36efd400dcada2b99 (diff)
update d/copyright using 'cme update dpkg-copyright' tool
Diffstat (limited to 'debian')
-rw-r--r--debian/control18
-rw-r--r--debian/copyright10
2 files changed, 22 insertions, 6 deletions
diff --git a/debian/control b/debian/control
index 4e9fbc6..bf6ab16 100644
--- a/debian/control
+++ b/debian/control
@@ -50,7 +50,19 @@ Depends: ${misc:Depends},
libscalar-list-utils-perl,
libtry-tiny-perl,
libyaml-tiny-perl
-Description: Persistent session data management
- (no description was found)
+Description: Perl module for persistent session data management
+ Data::Session is typically used by a CGI script to preserve state data between
+ runs of the script. This gives the end user the illusion that the script never
+ exits.
.
- This description was automagically extracted from the module by dh-make-perl.
+ It can also be used to communicate between 2 scripts, as long as they agree
+ beforehand what session id to use.
+ .
+ See Data::Session::CGISession for an extended discussion of the design changes
+ between Data::Session and CGI::Session.
+ .
+ Data::Session stores user data internally in a hashref, and the module
+ reserves key names starting with '_'.
+ .
+ The current list of reserved keys is documented under "flush()". Of course,
+ the module also has a whole set of methods to help manage state.
diff --git a/debian/copyright b/debian/copyright
index d202586..e0c3272 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,16 +1,20 @@
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
-Source: https://metacpan.org/release/Data-Session
-Upstream-Contact: Ron Savage (ron@savage.net.au)
Upstream-Name: Data-Session
+Upstream-Contact: Ron Savage <ron@savage.net.au>
+Source: https://metacpan.org/release/Data-Session
Files: *
-Copyright: 2010, Ron Savage (ron@savage.net.au)
+Copyright: 2010, Ron Savage <ron@savage.net.au>
License: Artistic-2.0
Files: debian/*
Copyright: 2022, Mason James <mtj@kohaaloha.com>
License: Artistic or Artistic-2.0 or GPL-1+
+Files: lib/*
+Copyright: 2010, Ron Savage <ron@savage.net.au>
+License: Artistic
+
License: Artistic
This program is free software; you can redistribute it and/or modify
it under the terms of the Artistic License, which comes with Perl.