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
|
libconfig-mvp-perl (2.101480-1) unstable; urgency=low
From upstream Changes:
2.101460 2010-05-26 22:29:43 America/New_York
[BREAKS BACKWARD COMPATIBILITY]
Config::MVP::Reader is now a base class rather than a role.
This significantly simplifies the use of Config::MVP readers
and makes things easier to document.
1.101450 2010-05-25 18:13:19 America/New_York
[BREAKS BACKWARD COMPATIBILITY]
The Reader interface has been substantially overhauled.
Readers no longer have persistent Assembler, but now must be handed
one (or will generate one as needed)
the arguments for Reader->read_config have changed
classes implementing Reader are required to provide a
read_into_assembler method, now
Reader::Findable has been broken into Findable and
Findable::ByExtension
-- gregor herrmann <gregoa@debian.org> Sat, 29 May 2010 13:19:24 +0200
|