Changeset 9905

Show
Ignore:
Timestamp:
04/19/08 21:10:58 (5 years ago)
Author:
yappo
Message:

え、っなに? Storable::thaw しなくていいの?

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • websites/coderepos.org/scripts/commit-ping-worker.pl

    r9904 r9905  
    77use LWP::UserAgent; 
    88use LWP::Simple; 
    9 use Storable; 
    109use YAML; 
    1110 
     
    3231 
    3332    load_servers if $last_update + 3600 < time; 
    34     my $yaml = Dump(Storable::thaw($job->arg)); 
     33    my $yaml = Dump($job->arg); 
    3534 
    3635    my $ua = LWP::UserAgent->new;