From 0d3f8aa943596e58664d8aed3e0fca4dc4dafcbe Mon Sep 17 00:00:00 2001 From: "H.Merijn Brand" Date: Wed, 1 Jul 2009 18:04:40 +0200 Subject: [PATCH] Drop config_args from signature as documented --- V.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/V.pm b/V.pm index 889edbe..451bd87 100644 --- a/V.pm +++ b/V.pm @@ -257,6 +257,7 @@ sub signature $@ and return "00000000000000000000000000000000"; my $conf = shift || summary (); + delete $conf->{config_args}; return Digest::MD5::md5_hex (join "\xFF" => map { "$_=".(defined $conf->{$_} ? $conf->{$_} : "\xFE"); } sort keys %$conf); -- 2.11.4.GIT