From 001fcc9ff888212c6a4d83097c879897cd7bf072 Mon Sep 17 00:00:00 2001 From: Dobrica Pavlinusic Date: Tue, 1 Jun 2010 22:41:55 +0200 Subject: [PATCH] use hash with time --- script/changes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/changes b/script/changes index 38e12dc..ca31147 100755 --- a/script/changes +++ b/script/changes @@ -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; -- 2.20.1