Package: libconfig-model-perl / 2.021-3+deb7u1

Metadata

Package Version Patches format
libconfig-model-perl 2.021-3+deb7u1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
fix checklist default | (download)

lib/Config/Model/CheckList.pm | 16 14 + 2 - 0 !
lib/Config/Model/Node.pm | 2 1 + 1 - 0 !
t/check_list.t | 7 6 + 1 - 0 !
3 files changed, 21 insertions(+), 4 deletions(-)

---
fix race condition dependency check | (download)

lib/Config/Model/Debian/Dependency.pm | 8 6 + 2 - 0 !
1 file changed, 6 insertions(+), 2 deletions(-)

 fix race condition dependency check
add_dh_config | (download)

Build.PL | 2 1 + 1 - 0 !
MANIFEST | 1 1 + 0 - 0 !
2 files changed, 2 insertions(+), 1 deletion(-)

 arrange for dh_config to be handled by module::build
 (mostly to generate proper man page from pod doc)
fix unsaved changes | (download)

lib/Config/Model/HashId.pm | 18 18 + 0 - 0 !
lib/Config/Model/ListId.pm | 4 2 + 2 - 0 !
2 files changed, 20 insertions(+), 2 deletions(-)

 fix unsaved changes when changing hash keys
 See description in debian bug. 
Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=681353
test fix unsaved changes | (download)

t/array_id.t | 14 12 + 2 - 0 !
t/hash_id_of_values.t | 21 20 + 1 - 0 !
2 files changed, 32 insertions(+), 3 deletions(-)

 test fix unsaved changes
 test for the above patch