Do not run optional test on RHEL
This commit is contained in:
parent
c98851d4be
commit
0d08a6121e
@ -1,5 +1,9 @@
|
||||
# Run optional tests
|
||||
%if ! (0%{?rhel})
|
||||
%{bcond_without perl_Class_Method_Modifiers_enables_optional_test}
|
||||
%else
|
||||
%{bcond_with perl_Class_Method_Modifiers_enables_optional_test}
|
||||
%endif
|
||||
|
||||
Name: perl-Class-Method-Modifiers
|
||||
Summary: Provides Moose-like method modifiers
|
||||
|
Loading…
Reference in New Issue
Block a user