Show
Ignore:
Timestamp:
11/25/08 07:58:57 (5 years ago)
Author:
daisuke
Message:

add full dt::lite loading

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lang/perl/DateTime-Lite/trunk/tools/benchmark/load_times.pl

    r24757 r24790  
    1010    dt_lite => sub {  
    1111        require DateTime::Lite;  
     12        DateTime::Lite->import(); 
     13        delete $INC{"DateTime/Lite.pm"}; 
     14    }, 
     15    dt_lite_full => sub {  
     16        require DateTime::Lite;  
    1217        DateTime::Lite->import( qw(Arithmetic Strftime) ); 
    1318        delete $INC{"DateTime/Lite.pm"};