use hash with time
authorDobrica Pavlinusic <dpavlin@rot13.org>
Tue, 1 Jun 2010 20:41:55 +0000 (22:41 +0200)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Tue, 1 Jun 2010 20:41:55 +0000 (22:41 +0200)
script/changes

index 38e12dc..ca31147 100755 (executable)
@@ -25,7 +25,7 @@ foreach my $c ( @changes ) {
 
        warn "# hash ",dump($hash);
 
-       my $tx = $t->post_form( $url => $params->to_hash );
+       my $tx = $t->post_form( $url => $hash );
        if ( my $res = $tx->success) { print $res->body }
        else {
                my ($code, $message) = $tx->error;