Subject: | Simple documentation error, min_ver |
The documentation subscribes to using the 'min_version' hash key when
supplying a 'requirements' array reference. Yet, internally, it looks
for 'min_ver'.
I've applied a simple patch to remedy that issue.
This applies to version 0.2
Subject: | DWIW-minver-doc.patch |
*** DWIW.pm 2011-04-08 11:00:49.000000000 -0500
--- DWIW.pm.doc 2011-04-08 15:13:18.000000000 -0500
***************
*** 98,104 ****
requirements => [
{
name => 'libxml2',
! min_version => '2.6.0',
}
],
post => '/sbin/ldconfig',
--- 98,104 ----
requirements => [
{
name => 'libxml2',
! min_ver => '2.6.0',
}
],
post => '/sbin/ldconfig',
***************
*** 537,543 ****
requirements => [
{
name => 'libxml2',
! min_version => '2.6.0',
}
]
--- 537,543 ----
requirements => [
{
name => 'libxml2',
! min_ver => '2.6.0',
}
]