File: Changes

package info (click to toggle)
libconfig-mvp-reader-ini-perl 2.101465-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 172 kB
  • sloc: perl: 202; makefile: 2
file content (58 lines) | stat: -rw-r--r-- 1,811 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
Revision history for Config-MVP-Reader-INI

2.101465  2022-12-31 21:26:16-05:00 America/New_York
        - update author contact info

2.101464  2021-07-03 13:18:24-04:00 America/New_York
        - update author contact info
        - document perl version policy

2.101463  2014-06-30 21:43:49-04:00 America/New_York
          replace base with parent

2.101462  2013-07-01 22:00:07 America/New_York
          repackage, fix bugtracker, repo data, etc

2.101461  2010-10-14 23:32:52 America/New_York
          allow spaces in section name (thanks, Nick Perez)

2.101460  2010-05-26 22:30:18 America/New_York
          now implements the new Reader interface from Config::MVP v2

1.101460  2010-05-26 08:30:54 America/New_York
          remove outdated test

1.101450  2010-05-25 18:16:05 America/New_York
          [BREAKS BACKWARD COMPATIBILITY]

          now implements the new Reader interface from Config::MVP v1

          Config::INI::MVP::Reader has been removed; it will either be put in
          its own dist or allowed to fade away

0.024     2009-10-26
          include Config::MVP::Reader class with an unfortunate name

0.023     2009-07-26
          bump moose version in response to
          http://www.nntp.perl.org/group/perl.cpan.testers/2009/07/msg4777153.html

0.022     2009-07-23
          make the MVP object public
          allow alternate assembler class to be passed in

0.021     2009-07-23
          refactor MVP bits into Config::MVP

0.019     2009-01-16
          add repo to metadata

0.018     2008-06-07
          reverse order of section name parts

0.017     2008-06-03
          fix lookup of per-pkg multivalue names
          add some more private stubs for experimentation locally

0.016     2008-05-29
          first version, refactored out of App::Addex::Config