# HG changeset patch # User wizard # Date 1278422808 -14400 # Node ID 7245c39e941eaa8804c956325e74ea7dafc72779 # Parent fb896377389f8fb9984a0f4779ebafd2f6e54c62 (no commit message) diff -r fb896377389f -r 7245c39e941e _test/temp.pl --- a/_test/temp.pl Mon Jul 05 02:22:42 2010 +0400 +++ b/_test/temp.pl Tue Jul 06 17:26:48 2010 +0400 @@ -1,6 +1,6 @@ #!/usr/bin/perl use strict; - +use DateTime::TimeZone; -IMPL::Profiler::PrintStatistics(); \ No newline at end of file +print "$_\n" foreach DateTime::TimeZone->names_in_category('America'); \ No newline at end of file