aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes/perl/perl-rdepends_5.10.1.inc3
-rw-r--r--recipes/perl/perl_5.10.1.bb2
2 files changed, 4 insertions, 1 deletions
diff --git a/recipes/perl/perl-rdepends_5.10.1.inc b/recipes/perl/perl-rdepends_5.10.1.inc
index f92fca82c9..552160311a 100644
--- a/recipes/perl/perl-rdepends_5.10.1.inc
+++ b/recipes/perl/perl-rdepends_5.10.1.inc
@@ -24,6 +24,9 @@ RDEPENDS_perl-module-config-heavy += "perl-module-config-git "
RDEPENDS_perl-module-utf8-heavy += "perl-module-unicore-exact "
+RDEPENDS_perl-module-pod-simple-blackbox += "perl-module-universal"
+RDEPENDS_perl-module-file-temp += "perl-module-io-seekable"
+
# Auto-generated dependencies
RDEPENDS_perl-module-app-prove += "perl-module-app-prove-state "
RDEPENDS_perl-module-app-prove += "perl-module-carp "
diff --git a/recipes/perl/perl_5.10.1.bb b/recipes/perl/perl_5.10.1.bb
index 0fe3371f4b..50db49209f 100644
--- a/recipes/perl/perl_5.10.1.bb
+++ b/recipes/perl/perl_5.10.1.bb
@@ -5,7 +5,7 @@ LICENSE = "Artistic|GPL"
PRIORITY = "optional"
# We need gnugrep (for -I)
DEPENDS = "virtual/db perl-native grep-native"
-PR = "r11"
+PR = "r12"
# Not tested enough
DEFAULT_PREFERENCE = "-1"