Changeset 24502 for lang/perl/DateTime-Lite
- Timestamp:
- 11/20/08 20:09:10 (5 years ago)
- Location:
- lang/perl/DateTime-Lite/trunk
- Files:
-
- 2 modified
-
lib/DateTime/Lite.pm (modified) (1 diff)
-
tools/benchmark/simple_create.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lang/perl/DateTime-Lite/trunk/lib/DateTime/Lite.pm
r24500 r24502 11 11 use Time::Local qw( timegm_nocheck ); 12 12 13 our $VERSION = '0.00001'; 14 13 15 use overload ( 14 16 fallback => 1, -
lang/perl/DateTime-Lite/trunk/tools/benchmark/simple_create.pl
r24501 r24502 1 1 use strict; 2 2 use Benchmark qw(cmpthese); 3 BEGIN { $ENV{PERL_DATETIME_PP} = 1 };4 3 use DateTime; 5 4 use DateTime::Lite; 5 6 print "Benchmarking DateTime $DateTime::VERSION and DateTime::Lite $DateTime::Lite::VERSION\n"; 7 print " (DateTime is ", $DateTime::IsPurePerl ? "NOT " : "", "using XS -- tweak PERL_DATETIME_PP to change this)\n"; 6 8 7 9 cmpthese(10000, {
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)