c38e7c7
rpm version comparisons don't work the same way as perl versions,
c38e7c7
so make the version requirement more strict so as to work OK for both
c38e7c7
c38e7c7
Upstream's META.yml says it wants 0.59 anyway
c38e7c7
c38e7c7
--- lib/Set/Infinite/_recurrence.pm
c38e7c7
+++ lib/Set/Infinite/_recurrence.pm
c38e7c7
@@ -12,7 +12,9 @@
c38e7c7
 use vars qw( @ISA $PRETTY_PRINT $max_iterate );
c38e7c7
 
c38e7c7
 @ISA = qw( Set::Infinite );
c38e7c7
-use Set::Infinite 0.5502;
c38e7c7
+# Actually need Set::Infinite 0.5502 but use 0.59 for the benefit of rpm version comparisons
c38e7c7
+# We have Set::Infinite 0.63 or later in all supported Fedora/EPEL releases anyway
c38e7c7
+use Set::Infinite 0.59;
c38e7c7
 
c38e7c7
 BEGIN {
c38e7c7
     $PRETTY_PRINT = 1;   # enable Set::Infinite debug