summaryrefslogtreecommitdiffstats
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 a85c20e2dd..d948417e58 100644
--- a/recipes/perl/perl-rdepends_5.10.1.inc
+++ b/recipes/perl/perl-rdepends_5.10.1.inc
@@ -19,6 +19,9 @@ RDEPENDS_perl-module-file-spec += "perl-module-file-spec-unix "
RDEPENDS_perl-module-english += "perl-module-tie-hash-namedcapture "
RDEPENDS_perl-module-english += "perl-module-errno "
+RDEPENDS_perl-module-errno += "perl-module-list-util "
+RDEPENDS_perl-module-config-heavy += "perl-module-config-git "
+
# 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 c8a438e78f..c0f6378567 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 = "r5"
+PR = "r6"
# Not tested enough
DEFAULT_PREFERENCE = "-1"