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.