Mercurial > pub > Impl
diff _test/temp.pl @ 141:7245c39e941e
(no commit message)
author | wizard |
---|---|
date | Tue, 06 Jul 2010 17:26:48 +0400 |
parents | 44977efed303 |
children | 1f7a6d762394 |
line wrap: on
line diff
--- 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