r22
(- Updated to the latest version of Module::Install
) committed by coppit
- - Updated to the latest version of Module::Install
- Updated to the latest version of Module::Install
Aug 09, 2009
issue 1
(Makefile.PL implies need for nonexistent module "support") changed by coppit
-
Status: Fixed
Owner: coppit
Status: Fixed
Owner: coppit
Aug 09, 2009
issue 1
(Makefile.PL implies need for nonexistent module "support") commented on by da...@coppit.org
- That's an odd way to resolve the problem. I think the issue relates to my Module::Install:CheckOptional
module, which was incompatible with the latest version of Module::Install. This module gets distributed with
Benchmark::Timer in the inc/ directory. I'll release a new version with an update M::I::CheckOptional. Let me
know if this doesn't solve the problem for you.
That's an odd way to resolve the problem. I think the issue relates to my Module::Install:CheckOptional
module, which was incompatible with the latest version of Module::Install. This module gets distributed with
Benchmark::Timer in the inc/ directory. I'll release a new version with an update M::I::CheckOptional. Let me
know if this doesn't solve the problem for you.
Jul 14, 2009
issue 1
(Makefile.PL implies need for nonexistent module "support") reported by rev.chip
- 'perl Makefile.PL' by default looks for nonexistent module "support". I
had to simplify the Makefile.PL accordingly:
check_optional ( 'Statistics::PointEstimation' => 0 );
I had to remove the third argument.
This is with Perl 5.10.1 snapshot.
'perl Makefile.PL' by default looks for nonexistent module "support". I
had to simplify the Makefile.PL accordingly:
check_optional ( 'Statistics::PointEstimation' => 0 );
I had to remove the third argument.
This is with Perl 5.10.1 snapshot.