Skip Menu |

This queue is for tickets about the RPM-Make-DWIW CPAN distribution.

Report information
The Basics
Id: 67338
Status: new
Priority: 0/
Queue: RPM-Make-DWIW

People
Owner: Nobody in particular
Requestors: skurtn+bitcard [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: Unimportant
Broken in: 0.2
Fixed in: (no value)



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', } ]