Subject: | Documentation bug in DT::TimeZone |
The regexp was incorrectly copied from DT/TimeZone/Local.pm
to DT/TimeZone.pm.
Nothing serious really.
Jean Forget
--- /home/p80/modules/DateTime-TimeZone-0.28/lib/DateTime/TimeZone.pm Sat Jul 24 22:32:31 2004
+++ /var/tmp/DateTime/TimeZone.new Thu Sep 9 21:19:48 2004
@@ -544,7 +544,7 @@
Finally, it checks for a file called F</etc/sysconfig/clock>. If this
file exists, it looks for a line inside the file matching
-C</^(?:TIME)ZONE="([^"]+)"/>. If this line exists, it tries the value as a
+C</^(?:TIME)?ZONE="([^"]+)"/>. If this line exists, it tries the value as a
time zone name.
If none of these methods work, it gives up and dies.