__normalize_header to cleanup names
[MojoFacets.git] / 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;