Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the DateTime-TimeZone CPAN distribution.

Report information
The Basics
Id: 16086
Status: resolved
Priority: 0/
Queue: DateTime-TimeZone

People
Owner: Nobody in particular
Requestors: rgarciasuarez [...] mandriva.com
Cc:
AdminCc:

Bug Information
Severity: Critical
Broken in: 0.38
Fixed in: 0.3801



Subject: Missing module in DateTime-TimeZone distribution
Some modules in the DateTime-TimeZone 0.38 distribution use a module "DateTime::TimeZone::Singleton" which does not exist on CPAN, as far as I can tell.
Date: Thu, 24 Nov 2005 07:49:03 -0600 (CST)
From: Dave Rolsky <autarch [...] urth.org>
To: via RT <bug-DateTime-TimeZone [...] rt.cpan.org>
Subject: Re: [cpan #16086] Missing module in DateTime-TimeZone distribution
RT-Send-Cc:
On Thu, 24 Nov 2005, via RT wrote: Show quoted text
> > This message about DateTime-TimeZone was sent to you by RGARCIA <RGARCIA@cpan.org> via rt.cpan.org > > Full context and any attached attachments can be found at: > <URL: https://rt.cpan.org/Ticket/Display.html?id=16086 > > > Some modules in the DateTime-TimeZone 0.38 distribution use a module > "DateTime::TimeZone::Singleton" which does not exist on CPAN, as far as > I can tell.
I can't find any reference to it in my source repo (any more). Can you give me an example? -dave /*=================================================== VegGuide.Org www.BookIRead.com Your guide to all that's veg. My book blog ===================================================*/
[autarch@urth.org - Thu Nov 24 08:49:39 2005]: Show quoted text
> I can't find any reference to it in my source repo (any more). Can > you > give me an example?
For example at the top of DateTime::TimeZone::Europe::Belfast : http://search.cpan.org/src/DROLSKY/DateTime-TimeZone-0.38/lib/DateTime/TimeZone/Europe/Belfast.pm The following code fails to compile due to missing DateTime::TimeZone::Singleton : (there are 5 other modules in this case) use DateTime::TimeZone::Singleton; use DateTime::TimeZone::OlsonDB; BEGIN { @DateTime::TimeZone::Europe::Belfast::ISA = ( 'DateTime::TimeZone::Singleton' ); __PACKAGE__->_load_class(); }
Date: Thu, 24 Nov 2005 08:06:44 -0600 (CST)
From: Dave Rolsky <autarch [...] urth.org>
To: via RT <bug-DateTime-TimeZone [...] rt.cpan.org>
Subject: Re: [cpan #16086] Missing module in DateTime-TimeZone distribution
RT-Send-Cc:
On Thu, 24 Nov 2005, via RT wrote: Show quoted text
> The following code fails to compile due to missing > DateTime::TimeZone::Singleton : (there are 5 other modules in this case) > > use DateTime::TimeZone::Singleton; > use DateTime::TimeZone::OlsonDB; > > BEGIN { > @DateTime::TimeZone::Europe::Belfast::ISA = ( > 'DateTime::TimeZone::Singleton' ); > __PACKAGE__->_load_class(); > }
Aha! I just realized I really need to delete all the generated files before generating new ones, since this zone is now just a link, not a real zone any more. Thanks for the bug report, I'll get a new release out soon. -dave /*=================================================== VegGuide.Org www.BookIRead.com Your guide to all that's veg. My book blog ===================================================*/