Changeset 24790 for lang/perl/DateTime-Lite
- Timestamp:
- 11/25/08 07:58:57 (5 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
lang/perl/DateTime-Lite/trunk/tools/benchmark/load_times.pl
r24757 r24790 10 10 dt_lite => sub { 11 11 require DateTime::Lite; 12 DateTime::Lite->import(); 13 delete $INC{"DateTime/Lite.pm"}; 14 }, 15 dt_lite_full => sub { 16 require DateTime::Lite; 12 17 DateTime::Lite->import( qw(Arithmetic Strftime) ); 13 18 delete $INC{"DateTime/Lite.pm"};
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)