Changes of Revision 2
[-] | Changed | perl-autodie.spec |
x 1
2 Requires: perl = %{perl_version} 3 BuildRoot: %{_tmppath}/%{name}-%{version}-build 4 5 +%if 0%{?centos_version} || 0%{?fedora_version} || 0%{?rhel_version} 6 +BuildRequires: perl-macros 7 +%endif 8 + 9 %description 10 The autodie pragma provides a convenient way to replace functions that normally 11 return false on failure with equivalents that throw an exception on failure. 12 |