File: Changelog.ini

package info (click to toggle)
libcgi-session-serialize-yaml-perl 4.24-2
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 76 kB
  • ctags: 3
  • sloc: perl: 20; makefile: 17
file content (39 lines) | stat: -rw-r--r-- 1,509 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
[Module]
Name=CGI::Session::Serialize::yaml
Configlog.Creator=Module::Metadata::Changes V 1.01
Configlog.Parser=Config::IniFiles V 2.39

[V 4.24]
Date=2008-11-02T00:00:00
Comments= <<EOT
* FIX: Remove t/sessiondata/ before creating distro since it is shipped as non-writable
which means testers can't create files in that dir which means they - and I - get failure
reports. Thanx to Andreas J. Koenig for reporting the problem.
That'll teach me to run tests!
EOT

[V 4.23]
Date=2008-10-30T00:00:00
Comments=* FIX: Requote the module names in Build.PL and Makefile.PL to keep earlier Perls happy

[V 4.22]
Date=2008-07-22T00:00:00
Comments= <<EOT
* FIX: Patch Build.PL and Makefile.PL to list all dependencies
and to specify a version of CGI::Session after this code was split out
so installing this module will trigger installation of a version of
CGI::Session without it (this module). See RT#40056.
Reported with suggested patch by Ryan Higgins
* INTERNAL: Rename Changes to Changes.txt to match my other modules
* INTERNAL: Add Changelog.ini
EOT

[V 4.21]
Date=2008-03-13T00:00:00
Comments= <<EOT
* NEW: Create separate distro for this module by cutting it out of CGI::Session V 4.21.
The requirement is for CGI::Session V 4.20 to be pre-installed so that you can
install this module on top of CGI::Session without needing to upgrade to V 4.21.
Of course there is no point in that since V 4.20 already includes this module's
code but it allows you to reassure yourself that this distro does install ok
EOT