commit: d709c163243c21f1338ede069911aa9906fd0c87
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sat Oct 11 17:19:49 2014 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sat Oct 11 17:19:49 2014 +0000
URL:
http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=d709c163
[eclass] perl-module.eclass: EQAWarn on EAPI0 and 1
---
eclass/perl-module.eclass | 1 +
1 file changed, 1 insertion(+)
diff --git a/eclass/perl-module.eclass b/eclass/perl-module.eclass
index 1dc824e..a61f6d1 100644
--- a/eclass/perl-module.eclass
+++ b/eclass/perl-module.eclass
@@ -19,6 +19,7 @@ PERL_EXPF="src_unpack src_compile src_test src_install"
case "${EAPI:-0}" in
0|1)
+ eqawarn "$P: EAPI 0 and 1 are deprecated both in ::gentoo and
::perl-experimental"
PERL_EXPF+=" pkg_setup pkg_preinst pkg_postinst pkg_prerm
pkg_postrm"
;;
2|3|4|5)