Do not run optional test on RHEL

This commit is contained in:
Jitka Plesnikova 2018-04-06 16:45:42 +02:00
parent 89005166b8
commit bce81fc9c9

View File

@ -1,5 +1,9 @@
# Run optional test
%if ! (0%{?rhel})
%bcond_without perl_constant_enables_optional_test
%else
%bcond_with perl_constant_enables_optional_test
%endif
%global cpan_version 1.27