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: 27261
Status: resolved
Priority: 0/
Queue: DateTime-TimeZone

People
Owner: Nobody in particular
Requestors: chrismcc [...] pricegrabber.com
Cc:
AdminCc:

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



Subject: simple bug with package name with patch
Date: Wed, 23 May 2007 07:48:26 -0700 (PDT)
To: bug-DateTime-TimeZone [...] rt.cpan.org
From: Christopher McCrory <chrismcc [...] pricegrabber.com>
Hello... DateTime-TimeZone-0.6601 buildhost is RHEL5 x86_64 in tools/parse_olson on line 445: package DateTime::TimeZone; generates DateTime/TimeZoneCatalog.pm with: package DateTime::TimeZone; where is should be package DateTime::TimeZoneCatalog; patch: --- tools/parse_olson.orig 2007-05-23 07:46:34.000000000 -0700 +++ tools/parse_olson 2007-05-23 07:46:46.000000000 -0700 @@ -442,7 +442,7 @@ # # Do not edit this file directly. -package DateTime::TimeZone; +package DateTime::TimeZoneCatalog; use strict; -- Christopher McCrory "The guy that keeps the servers running" To the optimist, the glass is half full. To the pessimist, the glass is half empty. To the engineer, the glass is twice as big as it needs to be.
Subject: Re: [rt.cpan.org #27261] simple bug with package name with patch
Date: Wed, 23 May 2007 10:07:17 -0500 (CDT)
To: Christopher McCrory via RT <bug-DateTime-TimeZone [...] rt.cpan.org>
From: Dave Rolsky <autarch [...] urth.org>
On Wed, 23 May 2007, Christopher McCrory via RT wrote: Show quoted text
> in tools/parse_olson on line 445: > package DateTime::TimeZone; > > generates DateTime/TimeZoneCatalog.pm with: > package DateTime::TimeZone; where is should be > package DateTime::TimeZoneCatalog; > > patch: > --- tools/parse_olson.orig 2007-05-23 07:46:34.000000000 -0700 > +++ tools/parse_olson 2007-05-23 07:46:46.000000000 -0700 > @@ -442,7 +442,7 @@ > # > # Do not edit this file directly. > > -package DateTime::TimeZone; > +package DateTime::TimeZoneCatalog;
No, actually, that's intentional. /*=================================================== VegGuide.Org www.BookIRead.com Your guide to all that's veg. My book blog ===================================================*/