Changeset 24472

Show
Ignore:
Timestamp:
11/20/08 17:53:14 (5 years ago)
Author:
daisuke
Message:

class methods suck

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lang/perl/DateTime-Lite/trunk/t/14locale.t

    r24134 r24472  
    3434is( $@, '', 'make sure constructor accepts locale parameter as object' ); 
    3535 
    36 DateTime::Lite->DefaultLocale('it'); 
     36local $DateTime::Lite::DefaultLocale = 'it'; 
    3737is( DateTime::Lite->now->locale->id, 'it', 'default locale should now be "it"' );