Logoj0ke.net Open Build Service > Projects > devel:perl > perl-autodie > Changes
Sign Up | Log In

Changes of Revision 2

[-] Changed perl-autodie.spec
x
 
1
@@ -17,6 +17,10 @@
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