File fixversion.diff of Package perl-JSON-XS
rpm has a different semantic for versions Index: JSON-XS-2.3/XS.pm =================================================================== --- JSON-XS-2.3.orig/XS.pm 2010-08-18 01:27:03.000000000 +0200 +++ JSON-XS-2.3/XS.pm 2011-01-17 21:42:08.477314137 +0100 @@ -103,7 +103,7 @@ package JSON::XS; use common::sense; -our $VERSION = '2.3'; +our $VERSION = '2.30'; our @ISA = qw(Exporter); our @EXPORT = qw(encode_json decode_json to_json from_json);