[Module] Name=Data::Session Changelog.Creator=Module::Metadata::Changes V 2.12 Changelog.Parser=Config::IniFiles V 3.000003 [V 1.18] Date=2017-08-14T11:13:00 Comments= < 1. Now it's only printed if verbose > 1. - Apart from the above, no other code changes. Just additions to the docs, as follows... - Add important section to the docs, under FAQ: Guidelines re Sources of Confusion. (a) Firstly, explain (with examples) the difference (for CGI::Snapp-derived scripts) between: $self -> param(a_key => 'a_value'); and $self -> param('session') -> param(a_key => 'a_value'); (b) Explain at what stage in a CGI script flush() should be called. (c) Then, explain (with examples) that: $self -> param('session') -> param(a_hash => %a_hash); will fail, and you must use a hashref: $self -> param('session') -> param(a_hash => {%a_hash}); Likewise for arrays 'v' arrayrefs. EOT [V 1.12] Date=2012-04-24T15:13:00 Comments= < 1) is used in Data::Session. EOT [V 1.09] Date=2011-06-17T14:22:00 Comments= < { 'Module::Build' => 0.38 } to Build.PL. - Reformat Build.PL and Makefile.PL now that we've reverted from Padre to Emacs (due to install issues). - Add META.json to files tracked by git. EOT [V 1.04] Date=2011-02-16T11:55:00 Comments= <