Sun Dec 14 11:31:59 2008SREZIC [...] cpan.org - Ticket created
Subject:
Installation fails with Module::Build
It seems that the installation fails if Module::Build is used, but is
fine with the compatibility Makefile.PL
Regards,
Slaven
Fri Oct 23 20:20:29 2009perl-rt [...] misterwhipple.com - Correspondence added
From:
perl-rt [...] misterwhipple.com
The problem is that Module::Build is unable to determine a version
number for the distribution. The solution is either to a) add the
version number to Build.PL, or b) add the version number to the module
(MailPage.pm).
I chose the former, adding the dist_version parameter to the new()
function call in Build.PL.
license => 'perl',
dist_version => '1.6', # <--- add this line
requires => {
Fri Oct 23 20:20:29 2009The RT System itself - Status changed from 'new' to 'open'
Fri May 14 10:03:10 2010wonko [...] cpan.org - Correspondence added
This is fixed by the new 1.7 which will appear on CPAN shortly.
Fri May 14 10:03:11 2010wonko [...] cpan.org - Status changed from 'open' to 'resolved'