Skip Menu |

This queue is for tickets about the SVN-Web CPAN distribution.

Report information
The Basics
Id: 32039
Status: resolved
Priority: 0/
Queue: SVN-Web

People
Owner: Nobody in particular
Requestors: mark [...] aufflick.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.53
Fixed in: (no value)



Subject: dependency on Module::Build 0.26 not shown
The build process relies on config_data which is first present in Module::Build 0.26 - if your version is older your build will die with: Can't locate object method "config_data" via package "MyModuleBuilder" at Build.PL line 417.
Subject: dependencies not reflected in Build.pl
Also build process doesn't reflect dependency on: * Time::Zone - if it's missing tests will fail. * Exception::Class with sub caught (not sure exactly what version this first appeared in - between 1.19 and 1.23) - tests will fail * Number.Format plugin for Template::Toolkit * Locale::Maketext::Lexicon - needs newish version (0.65 works, 0.36 doesn't) otherwise months etc. won't work
sorry - my mistake, the Exception::Class and Number::Formate dependencies are indicated - but the configure phase succeeds anyway (which fooled my build system into thinking it was ok to make).
On Tue Jan 01 23:08:23 2008, AUFFLICK wrote: Show quoted text
> Also build process doesn't reflect dependency on: > > * Time::Zone - if it's missing tests will fail.
Are you sure? Time::Zone has been listed as a dependency since http://jc.ngo.org.uk/svnweb/jc/revision/?rev=891, almost two years ago.
Im closing this off as its been solved in SVN.