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

People
Owner: Nobody in particular
Requestors: isarin.sathitruangsak [...] ftid.com
Cc:
AdminCc:

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



Subject: names_in_category
Hi there, Should $_[0] be $_[1] in names_in_category function? DB<12> c DateTime::TimeZone::names_in_category(/dssweb/local-perl/lib/site_perl/5.8.3/DateTime/TimeZoneCatal\ og.pm:929): 929: return unless exists $DateTime::TimeZone::CATEGORIES{ $_[0] }; DB<12> p $_[0] DateTime::TimeZone DB<13> p $_[1] Africa thanks, Isarin
[guest - Mon Aug 2 11:41:52 2004]: Show quoted text
> Hi there, > > Should $_[0] be $_[1] in names_in_category function? > > DB<12> c > DateTime::TimeZone::names_in_category(/dssweb/local- > perl/lib/site_perl/5.8.3/DateTime/TimeZoneCatal\ > og.pm:929): > 929: return unless exists $DateTime::TimeZone::CATEGORIES{ > $_[0] }; > DB<12> p $_[0] > DateTime::TimeZone > DB<13> p $_[1] > Africa
This is a function, not a method.