Compare commits

...

1 Commits
rawhide ... f28

Author SHA1 Message Date
Jitka Plesnikova 0892656922 Fix typo in tests macro 2018-03-15 13:57:09 +01:00
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ BuildRequires: perl(Test::More)
# Test::Pod 1.41 not used
# Test::Pod::Coverage 1.08 not used
# Optional tests:
%if %{with perl_autodie_enables_optinonal_test} && !%{defined perl_bootstrap}
%if %{with perl_autodie_enables_optional_test} && !%{defined perl_bootstrap}
BuildRequires: perl(BSD::Resource)
BuildRequires: perl(Import::Into) >= 1.002004
%endif