Show
Ignore:
Timestamp:
12/12/07 12:05:22 (12 months ago)
Author:
ogawa
Message:

Delayed loading for XML::Atom::* modules.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • AddToHatenaBookmark/trunk/AddToHatenaBookmark/AddToHatenaBookmark.pl

    r429 r452  
    3636use MT::Log; 
    3737use MT::I18N; 
    38 use XML::Atom::Entry; 
    39 use XML::Atom::Client; 
    4038 
    4139sub post { 
     
    4947    my $password = $config->{hatena_password} or return; 
    5048 
     49    require XML::Atom::Entry; 
     50    require XML::Atom::Client; 
    5151    my $link = XML::Atom::Link->new; 
    5252    $link->type('text/html');