Subject: | generated "requires" list is rubbish |
The generated Makefile.PL I have kools like this:
============================================
use strict;
use warnings;
use inc::Module::Install 0.95;
name 'Kaizendo' ;
abstract "A\ tool\ for\ collaborative\ authoring\ of\ polyscopic\
documents" ;
author "Salve\ J\.\ Nilsen\ \<sjn\@kaizendo\.org\>";
version "1\.100820";
license '';
requires "_guts" => "HASH\(0x99d2f78\)";
requires "is_finalized" => "1";
WriteAll();
=======================================
First, the version number is rubbish (it's supposed to be "0.01")
Second, the escaping is pointless.
Third, and most seriousslu the requires list is completely whacked.
Fix, please? This needs a quick release too, since your module is
completely pointless now (and with RJBS creating buzz about Dist::Zilla,
you'll get some attention too with your broken module!!)
- Salve