aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/perl
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2010-06-10 21:37:43 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2010-06-10 21:50:51 +0200
commitdce51c1b4ea37b62b953e1b719c8468e14d2f5ca (patch)
treed9f31ab62b7087b7cc40d85284824461f23f5433 /recipes/perl
parent719de6735f6d14ad05f231df900795bbb19a2810 (diff)
downloadopenembedded-dce51c1b4ea37b62b953e1b719c8468e14d2f5ca.tar.gz
recipes: bump PR/INC_PR for packages changed in RDEPENDS/RRECOMMENDS/RSUGGESTS/RPROVIDES/RCONFLICTS/RREPLACES cleanup
* only 769 from 1102 recipes were covered by automatic PR bump, list of remaining 333 recipes not using PR/INC_PR is available for manual PR add or INC_PR conversion - volunteers? http://build.shr-project.org/tests/jama/files.not.PR.bumped * just echo 'PR = "r1"' to recipes without any PR/INC_PR is not so good idea without manual check, because sometimes they rely on PR set in their .inc file and "r1" could make it go backwards Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/perl')
-rw-r--r--recipes/perl/libalgorithm-diff-perl_1.1902.bb2
-rw-r--r--recipes/perl/libarchive-tar-perl_1.30.bb2
-rw-r--r--recipes/perl/libarchive-zip-perl_1.30.bb2
-rw-r--r--recipes/perl/libcache-cache-perl_1.06.bb2
-rw-r--r--recipes/perl/libclass-container-perl_0.12.bb2
-rw-r--r--recipes/perl/libdata-optlist-perl_0.101.bb2
-rw-r--r--recipes/perl/libdate-manip-perl_5.54.bb2
-rw-r--r--recipes/perl/libdbi-perl_1.607.bb2
-rw-r--r--recipes/perl/libdevice-serialport-perl_1.04.bb2
-rw-r--r--recipes/perl/libemail-date-format-perl_1.002.bb2
-rw-r--r--recipes/perl/libexception-class-perl_1.23.bb2
-rw-r--r--recipes/perl/libhtml-parser-perl_3.60.bb2
-rw-r--r--recipes/perl/libhtml-parser-perl_3.64.bb2
-rw-r--r--recipes/perl/libhtml-treebuilder-perl_3.23.bb2
-rw-r--r--recipes/perl/libintl-perl_1.11.bb2
-rw-r--r--recipes/perl/libintl-perl_1.16.bb2
-rw-r--r--recipes/perl/libintl-perl_1.20.bb2
-rw-r--r--recipes/perl/libio-zlib-perl_1.04.bb2
-rw-r--r--recipes/perl/libio-zlib-perl_1.10.bb2
-rw-r--r--recipes/perl/libmath-bigint-gmp-perl_1.18.bb2
-rw-r--r--recipes/perl/libmime-lite-perl_3.024.bb2
-rw-r--r--recipes/perl/libmodule-build-perl_0.2805.bb2
-rw-r--r--recipes/perl/libmodule-load-perl_0.16.bb2
-rw-r--r--recipes/perl/libnet-dbus-perl_0.33.5.bb2
-rw-r--r--recipes/perl/libnet-dbus-perl_0.33.6.bb2
-rw-r--r--recipes/perl/libnet-ip-perl_1.25.bb2
-rw-r--r--recipes/perl/libparams-util-perl_0.20.bb2
-rw-r--r--recipes/perl/libsub-exporter-perl_0.970.bb2
-rw-r--r--recipes/perl/libsub-install-perl_0.922.bb2
-rw-r--r--recipes/perl/libsub-uplevel-perl_0.13.bb2
-rw-r--r--recipes/perl/libtest-builder-tester-perl_1.01.bb2
-rw-r--r--recipes/perl/libtest-differences-perl_0.47.bb2
-rw-r--r--recipes/perl/libtest-exception-perl_0.22.bb2
-rw-r--r--recipes/perl/libtest-mockmodule-perl_0.05.bb2
-rw-r--r--recipes/perl/libtest-output-perl_0.10.bb2
-rw-r--r--recipes/perl/libtext-diff-perl_0.35.bb2
-rw-r--r--recipes/perl/libtimedate-perl_1.20.bb2
-rw-r--r--recipes/perl/liburi-perl_1.52.bb2
-rw-r--r--recipes/perl/libxml-dom-perl_1.44.bb2
-rw-r--r--recipes/perl/libyaml-perl_0.62.bb2
40 files changed, 40 insertions, 40 deletions
diff --git a/recipes/perl/libalgorithm-diff-perl_1.1902.bb b/recipes/perl/libalgorithm-diff-perl_1.1902.bb
index d932760373..24b4284468 100644
--- a/recipes/perl/libalgorithm-diff-perl_1.1902.bb
+++ b/recipes/perl/libalgorithm-diff-perl_1.1902.bb
@@ -3,7 +3,7 @@ SECTION = "libs"
LICENSE = "Artistic|GPL"
RDEPENDS_${PN} += "perl-module-exporter perl-module-strict perl-module-vars \
perl-module-strict perl-module-vars"
-PR = "r4"
+PR = "r5"
SRC_URI = "http://search.cpan.org/CPAN/authors/id/T/TY/TYEMQ/Algorithm-Diff-${PV}.tar.gz"
diff --git a/recipes/perl/libarchive-tar-perl_1.30.bb b/recipes/perl/libarchive-tar-perl_1.30.bb
index 33acdfe966..d01c958bac 100644
--- a/recipes/perl/libarchive-tar-perl_1.30.bb
+++ b/recipes/perl/libarchive-tar-perl_1.30.bb
@@ -3,7 +3,7 @@ SECTION = "libs"
LICENSE = "Artistic|GPL"
DEPENDS += "libio-zlib-perl-native"
RDEPENDS_${PN} += "libio-zlib-perl"
-PR = "r5"
+PR = "r6"
SRC_URI = "http://search.cpan.org/CPAN/authors/id/K/KA/KANE/Archive-Tar-${PV}.tar.gz"
diff --git a/recipes/perl/libarchive-zip-perl_1.30.bb b/recipes/perl/libarchive-zip-perl_1.30.bb
index 12b644c98e..b81f8eda7a 100644
--- a/recipes/perl/libarchive-zip-perl_1.30.bb
+++ b/recipes/perl/libarchive-zip-perl_1.30.bb
@@ -4,7 +4,7 @@ LICENSE = "Artistic|GPL"
DEPENDS += "libio-zlib-perl-native"
RDEPENDS_${PN} += "libio-zlib-perl"
-PR= "r0"
+PR = "r1"
SRC_URI = "http://search.cpan.org/CPAN/authors/id/A/AD/ADAMK/Archive-Zip-${PV}.tar.gz"
diff --git a/recipes/perl/libcache-cache-perl_1.06.bb b/recipes/perl/libcache-cache-perl_1.06.bb
index cee4455c17..b9c5a05500 100644
--- a/recipes/perl/libcache-cache-perl_1.06.bb
+++ b/recipes/perl/libcache-cache-perl_1.06.bb
@@ -4,7 +4,7 @@ LICENSE = "Artistic|GPL"
DEPENDS = "libdigest-sha1-perl-native liberror-perl-native \
libipc-sharelite-perl-native"
RDEPENDS_${PN} = "libdigest-sha1-perl liberror-perl libipc-sharelite-perl"
-PR = "r0"
+PR = "r1"
SRC_URI = "http://search.cpan.org/CPAN/authors/id/J/JS/JSWARTZ/Cache-Cache-${PV}.tar.gz"
diff --git a/recipes/perl/libclass-container-perl_0.12.bb b/recipes/perl/libclass-container-perl_0.12.bb
index beffb373ca..987ac76e63 100644
--- a/recipes/perl/libclass-container-perl_0.12.bb
+++ b/recipes/perl/libclass-container-perl_0.12.bb
@@ -3,7 +3,7 @@ SECTION = "libs"
LICENSE = "Artistic|GPL"
DEPENDS = "libparams-validate-perl-native"
RDEPENDS_${PN} = "libparams-validate-perl"
-PR = "r7"
+PR = "r8"
SRC_URI = "http://search.cpan.org/CPAN/authors/id/K/KW/KWILLIAMS/Class-Container-${PV}.tar.gz"
diff --git a/recipes/perl/libdata-optlist-perl_0.101.bb b/recipes/perl/libdata-optlist-perl_0.101.bb
index 44ccf43add..fdce451c8b 100644
--- a/recipes/perl/libdata-optlist-perl_0.101.bb
+++ b/recipes/perl/libdata-optlist-perl_0.101.bb
@@ -4,7 +4,7 @@ LICENSE = "Artistic|GPL"
DEPENDS += "libsub-install-perl-native libparams-util-perl-native"
RDEPENDS_${PN} += "perl-module-list-util libparams-util-perl perl-module-strict \
libsub-install-perl perl-module-warnings "
-PR = "r4"
+PR = "r5"
SRC_URI = "http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/Data-OptList-${PV}.tar.gz"
diff --git a/recipes/perl/libdate-manip-perl_5.54.bb b/recipes/perl/libdate-manip-perl_5.54.bb
index 381e7f0ed2..f1568b7072 100644
--- a/recipes/perl/libdate-manip-perl_5.54.bb
+++ b/recipes/perl/libdate-manip-perl_5.54.bb
@@ -1,7 +1,7 @@
DESCRIPTION = "Date and time manipulation routines."
SECTION = "libs"
LICENSE = "Artistic|GPL"
-PR = "r1"
+PR = "r2"
RDEPENDS_${PN} = "perl-module-test-more \
perl-module-io-file \
diff --git a/recipes/perl/libdbi-perl_1.607.bb b/recipes/perl/libdbi-perl_1.607.bb
index 2d52376cf1..4d6d79ee30 100644
--- a/recipes/perl/libdbi-perl_1.607.bb
+++ b/recipes/perl/libdbi-perl_1.607.bb
@@ -1,7 +1,7 @@
DESCRIPTION = "Various MIME modules."
SECTION = "libs"
LICENSE = "Artistic|GPL"
-PR = "r1"
+PR = "r2"
RDEPENDS_${PN} = "perl-module-scalar-util \
perl-module-file-spec \
diff --git a/recipes/perl/libdevice-serialport-perl_1.04.bb b/recipes/perl/libdevice-serialport-perl_1.04.bb
index 583a818ae1..e789d56320 100644
--- a/recipes/perl/libdevice-serialport-perl_1.04.bb
+++ b/recipes/perl/libdevice-serialport-perl_1.04.bb
@@ -4,7 +4,7 @@ LICENSE = "GPL"
RDEPENDS_${PN} += "perl-module-carp perl-module-posix perl-module-io-handle \
perl-module-strict perl-module-warnings perl-module-vars \
perl-module-xsloader"
-PR= "r1"
+PR = "r2"
SRC_URI = "http://www.cpan.org/modules/by-module/Device/Device-SerialPort-${PV}.tar.gz"
diff --git a/recipes/perl/libemail-date-format-perl_1.002.bb b/recipes/perl/libemail-date-format-perl_1.002.bb
index 0885a065df..95747ff32c 100644
--- a/recipes/perl/libemail-date-format-perl_1.002.bb
+++ b/recipes/perl/libemail-date-format-perl_1.002.bb
@@ -1,7 +1,7 @@
DESCRIPTION = "Various MIME modules."
SECTION = "libs"
LICENSE = "Artistic|GPL"
-PR = "r1"
+PR = "r2"
RDEPENDS_${PN} = "perl-module-test-more \
perl-module-time-local"
diff --git a/recipes/perl/libexception-class-perl_1.23.bb b/recipes/perl/libexception-class-perl_1.23.bb
index e242f0d238..3216018206 100644
--- a/recipes/perl/libexception-class-perl_1.23.bb
+++ b/recipes/perl/libexception-class-perl_1.23.bb
@@ -3,7 +3,7 @@ SECTION = "libs"
LICENSE = "Artistic|GPL"
DEPENDS = "libclass-data-inheritable-perl-native libdevel-stacktrace-perl-native"
RDEPENDS_${PN} = "libclass-data-inheritable-perl libdevel-stacktrace-perl"
-PR = "r8"
+PR = "r9"
SRC_URI = "http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/Exception-Class-${PV}.tar.gz"
diff --git a/recipes/perl/libhtml-parser-perl_3.60.bb b/recipes/perl/libhtml-parser-perl_3.60.bb
index 522e4c0d78..d0da602bb1 100644
--- a/recipes/perl/libhtml-parser-perl_3.60.bb
+++ b/recipes/perl/libhtml-parser-perl_3.60.bb
@@ -1,7 +1,7 @@
DESCRIPTION = "HTML Parser bits."
SECTION = "libs"
LICENSE = "Artistic|GPL"
-PR = "r1"
+PR = "r2"
RDEPENDS_${PN} = "perl-module-test-more \
perl-module-xsloader \
diff --git a/recipes/perl/libhtml-parser-perl_3.64.bb b/recipes/perl/libhtml-parser-perl_3.64.bb
index fdc59e0c7f..040f443294 100644
--- a/recipes/perl/libhtml-parser-perl_3.64.bb
+++ b/recipes/perl/libhtml-parser-perl_3.64.bb
@@ -1,7 +1,7 @@
DESCRIPTION = "HTML Parser bits."
SECTION = "libs"
LICENSE = "Artistic|GPL"
-PR = "r1"
+PR = "r2"
RDEPENDS_${PN} = "perl-module-test-more \
perl-module-xsloader \
diff --git a/recipes/perl/libhtml-treebuilder-perl_3.23.bb b/recipes/perl/libhtml-treebuilder-perl_3.23.bb
index 7063918060..2575c17a9d 100644
--- a/recipes/perl/libhtml-treebuilder-perl_3.23.bb
+++ b/recipes/perl/libhtml-treebuilder-perl_3.23.bb
@@ -1,7 +1,7 @@
DESCRIPTION = "HTML::TreeBUilder - Class is for HTML syntax trees that get built out of HTML source"
SECTION = "libs"
LICENSE = "Artistic|GPL"
-PR = "r3"
+PR = "r4"
RDEPENDS_${PN} = "perl-module-extutils-makemaker"
diff --git a/recipes/perl/libintl-perl_1.11.bb b/recipes/perl/libintl-perl_1.11.bb
index 4272022c04..1d3e07c596 100644
--- a/recipes/perl/libintl-perl_1.11.bb
+++ b/recipes/perl/libintl-perl_1.11.bb
@@ -1,7 +1,7 @@
DESCRIPTION = "libintl-perl is an internationalization library for Perl"
SECTION = "libs"
LICENSE = "Artistic|GPL"
-PR= "r2"
+PR = "r3"
SRC_URI = "http://www.cpan.org/authors/id/G/GU/GUIDO/libintl-perl-${PV}.tar.gz"
diff --git a/recipes/perl/libintl-perl_1.16.bb b/recipes/perl/libintl-perl_1.16.bb
index c7a82117ff..31f0d1bfa2 100644
--- a/recipes/perl/libintl-perl_1.16.bb
+++ b/recipes/perl/libintl-perl_1.16.bb
@@ -4,7 +4,7 @@ LICENSE = "Artistic|GPL"
RDEPENDS_${PN} = "perl-module-vars perl-module-locale perl-module-io-handle \
perl-module-symbol perl-module-selectsaver perl-module-io \
perl-module-integer perl-module-exporter-heavy"
-PR = "r4"
+PR = "r5"
SRC_URI = "http://www.cpan.org/authors/id/G/GU/GUIDO/libintl-perl-${PV}.tar.gz"
diff --git a/recipes/perl/libintl-perl_1.20.bb b/recipes/perl/libintl-perl_1.20.bb
index 4c41c33494..b7e0e1f45e 100644
--- a/recipes/perl/libintl-perl_1.20.bb
+++ b/recipes/perl/libintl-perl_1.20.bb
@@ -4,7 +4,7 @@ LICENSE = "Artistic|GPL"
RDEPENDS_${PN} = "perl-module-vars perl-module-locale perl-module-io-handle \
perl-module-symbol perl-module-selectsaver perl-module-io \
perl-module-integer perl-module-exporter-heavy"
-PR = "r0"
+PR = "r1"
SRC_URI = "http://www.cpan.org/authors/id/G/GU/GUIDO/libintl-perl-${PV}.tar.gz"
diff --git a/recipes/perl/libio-zlib-perl_1.04.bb b/recipes/perl/libio-zlib-perl_1.04.bb
index 32b44ae867..c8a923d5ff 100644
--- a/recipes/perl/libio-zlib-perl_1.04.bb
+++ b/recipes/perl/libio-zlib-perl_1.04.bb
@@ -3,7 +3,7 @@ SECTION = "libs"
LICENSE = "Artistic|GPL"
DEPENDS = "libcompress-zlib-perl-native"
RDEPENDS_${PN} += "libcompress-zlib-perl"
-PR = "r5"
+PR = "r6"
SRC_URI = "http://search.cpan.org/CPAN/authors/id/T/TO/TOMHUGHES/IO-Zlib-${PV}.tar.gz"
diff --git a/recipes/perl/libio-zlib-perl_1.10.bb b/recipes/perl/libio-zlib-perl_1.10.bb
index 7b7f6cf08e..b535c0dcf7 100644
--- a/recipes/perl/libio-zlib-perl_1.10.bb
+++ b/recipes/perl/libio-zlib-perl_1.10.bb
@@ -3,7 +3,7 @@ SECTION = "libs"
LICENSE = "Artistic|GPL"
DEPENDS = "libcompress-zlib-perl-native"
RDEPENDS_${PN} += "libcompress-zlib-perl perl-module-tie-handle"
-PR = "r1"
+PR = "r2"
SRC_URI = "http://search.cpan.org/CPAN/authors/id/T/TO/TOMHUGHES/IO-Zlib-${PV}.tar.gz;name=io-zlib-${PV}"
SRC_URI[io-zlib-1.10.md5sum] = "078a9387009b928068f70759e61bd08f"
diff --git a/recipes/perl/libmath-bigint-gmp-perl_1.18.bb b/recipes/perl/libmath-bigint-gmp-perl_1.18.bb
index 70147033cf..8051d4075c 100644
--- a/recipes/perl/libmath-bigint-gmp-perl_1.18.bb
+++ b/recipes/perl/libmath-bigint-gmp-perl_1.18.bb
@@ -3,7 +3,7 @@ SECTION = "libs"
LICENSE = "Artistic|GPL"
DEPENDS += "gmp-native"
RDEPENDS_${PN} += "gmp"
-PR = "r6"
+PR = "r7"
SRC_URI = "http://search.cpan.org/CPAN/authors/id/T/TE/TELS/math/Math-BigInt-GMP-${PV}.tar.gz"
diff --git a/recipes/perl/libmime-lite-perl_3.024.bb b/recipes/perl/libmime-lite-perl_3.024.bb
index fae42e34c0..4c8835ad7f 100644
--- a/recipes/perl/libmime-lite-perl_3.024.bb
+++ b/recipes/perl/libmime-lite-perl_3.024.bb
@@ -1,7 +1,7 @@
DESCRIPTION = "Simple standalone module for generating MIME messages."
SECTION = "libs"
LICENSE = "Artistic|GPL"
-PR = "r1"
+PR = "r2"
RDEPENDS_${PN} = "perl-module-file-spec \
libemail-date-format-perl \
diff --git a/recipes/perl/libmodule-build-perl_0.2805.bb b/recipes/perl/libmodule-build-perl_0.2805.bb
index 095d4853c9..0a081d9698 100644
--- a/recipes/perl/libmodule-build-perl_0.2805.bb
+++ b/recipes/perl/libmodule-build-perl_0.2805.bb
@@ -8,7 +8,7 @@ DEPENDS = "libyaml-perl-native libversion-perl-native \
libarchive-tar-perl-native"
RDEPENDS_${PN} = "libyaml-perl libversion-perl libextutils-cbuilder-perl \
libextutils-parsexs-perl libarchive-tar-perl"
-PR = "r5"
+PR = "r6"
S = "${WORKDIR}/Module-Build-${PV}"
diff --git a/recipes/perl/libmodule-load-perl_0.16.bb b/recipes/perl/libmodule-load-perl_0.16.bb
index 5063990425..ee8e1ed00f 100644
--- a/recipes/perl/libmodule-load-perl_0.16.bb
+++ b/recipes/perl/libmodule-load-perl_0.16.bb
@@ -1,7 +1,7 @@
DESCRIPTION = "A module loading thingy for perl."
SECTION = "libs"
LICENSE = "Artistic|GPL"
-PR = "r1"
+PR = "r2"
RDEPENDS_${PN} = "perl-module-test-more"
diff --git a/recipes/perl/libnet-dbus-perl_0.33.5.bb b/recipes/perl/libnet-dbus-perl_0.33.5.bb
index 5e18628408..5c4fc3c05c 100644
--- a/recipes/perl/libnet-dbus-perl_0.33.5.bb
+++ b/recipes/perl/libnet-dbus-perl_0.33.5.bb
@@ -1,7 +1,7 @@
DESCRIPTION = "Net::DBus - Perl extension for the DBus message system"
SECTION = "libs"
LICENSE = "Artistic|GPL"
-PR = "r0"
+PR = "r1"
RDEPENDS_${PN} = "perl-module-vars perl-module-locale perl-module-io-handle \
perl-module-symbol perl-module-selectsaver perl-module-io \
diff --git a/recipes/perl/libnet-dbus-perl_0.33.6.bb b/recipes/perl/libnet-dbus-perl_0.33.6.bb
index 15a0633335..3ca98296ee 100644
--- a/recipes/perl/libnet-dbus-perl_0.33.6.bb
+++ b/recipes/perl/libnet-dbus-perl_0.33.6.bb
@@ -6,7 +6,7 @@ RDEPENDS_${PN} = "perl-module-vars perl-module-locale perl-module-io-handle \
perl-module-symbol perl-module-selectsaver perl-module-io \
perl-module-integer perl-module-exporter-heavy"
-PR = "r2"
+PR = "r3"
SRC_URI = "http://search.cpan.org/CPAN/authors/id/D/DA/DANBERR/Net-DBus-${PV}.tar.gz"
diff --git a/recipes/perl/libnet-ip-perl_1.25.bb b/recipes/perl/libnet-ip-perl_1.25.bb
index ec880453aa..00fd6b3fcd 100644
--- a/recipes/perl/libnet-ip-perl_1.25.bb
+++ b/recipes/perl/libnet-ip-perl_1.25.bb
@@ -3,7 +3,7 @@ SECTION = "libs"
LICENSE = "Artistic|GPL"
DEPENDS += "libio-zlib-perl-native"
RDEPENDS_${PN} += "libio-zlib-perl perl-module-math-bigint"
-PR = "r6"
+PR = "r7"
SRC_URI = "http://search.cpan.org/CPAN/authors/id/M/MA/MANU/Net-IP-${PV}.tar.gz"
diff --git a/recipes/perl/libparams-util-perl_0.20.bb b/recipes/perl/libparams-util-perl_0.20.bb
index 7ad689b6c2..59a6af01c1 100644
--- a/recipes/perl/libparams-util-perl_0.20.bb
+++ b/recipes/perl/libparams-util-perl_0.20.bb
@@ -3,7 +3,7 @@ SECTION = "libs"
LICENSE = "Artistic|GPL"
RDEPENDS_${PN} += "perl-module-exporter perl-module-overload \
perl-module-scalar-util perl-module-strict perl-module-vars"
-PR = "r4"
+PR = "r5"
SRC_URI = "http://search.cpan.org/CPAN/authors/id/A/AD/ADAMK/Params-Util-${PV}.tar.gz"
diff --git a/recipes/perl/libsub-exporter-perl_0.970.bb b/recipes/perl/libsub-exporter-perl_0.970.bb
index 4b299e3511..7c0ff937fd 100644
--- a/recipes/perl/libsub-exporter-perl_0.970.bb
+++ b/recipes/perl/libsub-exporter-perl_0.970.bb
@@ -5,7 +5,7 @@ DEPENDS += "libdata-optlist-perl-native libsub-install-perl-native \
libparams-util-perl-native"
RDEPENDS_${PN} += "perl-module-carp libdata-optlist-perl libparams-util-perl \
perl-module-strict libsub-install-perl perl-module-warnings"
-PR = "r4"
+PR = "r5"
SRC_URI = "http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/Sub-Exporter-${PV}.tar.gz"
diff --git a/recipes/perl/libsub-install-perl_0.922.bb b/recipes/perl/libsub-install-perl_0.922.bb
index 5af0cc59fa..1e715b5805 100644
--- a/recipes/perl/libsub-install-perl_0.922.bb
+++ b/recipes/perl/libsub-install-perl_0.922.bb
@@ -3,7 +3,7 @@ SECTION = "libs"
LICENSE = "Artistic|GPL"
RDEPENDS_${PN} += "perl-module-carp perl-module-scalar-util perl-module-strict \
perl-module-warnings"
-PR = "r4"
+PR = "r5"
SRC_URI = "http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/Sub-Install-${PV}.tar.gz"
diff --git a/recipes/perl/libsub-uplevel-perl_0.13.bb b/recipes/perl/libsub-uplevel-perl_0.13.bb
index c8227e5ef2..6a58bbc131 100644
--- a/recipes/perl/libsub-uplevel-perl_0.13.bb
+++ b/recipes/perl/libsub-uplevel-perl_0.13.bb
@@ -2,7 +2,7 @@ DESCRIPTION = "Sub::Uplevel - apparently run a function in a higher stack frame"
SECTION = "libs"
LICENSE = "Artistic|GPL"
RDEPENDS_${PN} += "perl-module-exporter perl-module-strict perl-module-vars"
-PR = "r4"
+PR = "r5"
SRC_URI = "http://search.cpan.org/CPAN/authors/id/D/DA/DAGOLDEN/Sub-Uplevel-${PV}.tar.gz"
diff --git a/recipes/perl/libtest-builder-tester-perl_1.01.bb b/recipes/perl/libtest-builder-tester-perl_1.01.bb
index 78373caf50..0af775880b 100644
--- a/recipes/perl/libtest-builder-tester-perl_1.01.bb
+++ b/recipes/perl/libtest-builder-tester-perl_1.01.bb
@@ -3,7 +3,7 @@ SECTION = "libs"
LICENSE = "Artistic|GPL"
RDEPENDS_${PN} += "perl-module-strict perl-module-carp perl-module-exporter \
perl-module-symbol perl-module-vars"
-PR = "r3"
+PR = "r4"
SRC_URI = "http://search.cpan.org/CPAN/authors/id/M/MA/MARKF/Test-Builder-Tester-${PV}.tar.gz"
diff --git a/recipes/perl/libtest-differences-perl_0.47.bb b/recipes/perl/libtest-differences-perl_0.47.bb
index ea95fa7135..b8922232b4 100644
--- a/recipes/perl/libtest-differences-perl_0.47.bb
+++ b/recipes/perl/libtest-differences-perl_0.47.bb
@@ -4,7 +4,7 @@ LICENSE = "Artistic|GPL"
DEPENDS += "libtext-diff-perl-native"
RDEPENDS_${PN} += "perl-module-carp perl-module-constant perl-module-exporter \
perl-module-strict libtext-diff-perl"
-PR = "r3"
+PR = "r4"
SRC_URI = "http://search.cpan.org/CPAN/authors/id/R/RB/RBS/Test-Differences-${PV}.tar.gz"
diff --git a/recipes/perl/libtest-exception-perl_0.22.bb b/recipes/perl/libtest-exception-perl_0.22.bb
index 11213f04a8..737dd79168 100644
--- a/recipes/perl/libtest-exception-perl_0.22.bb
+++ b/recipes/perl/libtest-exception-perl_0.22.bb
@@ -5,7 +5,7 @@ DEPENDS += "libsub-uplevel-perl-native"
RDEPENDS_${PN} += "perl-module-base perl-module-carp perl-module-strict \
libsub-uplevel-perl perl-module-test-builder \
perl-module-warnings"
-PR = "r3"
+PR = "r4"
SRC_URI = "http://search.cpan.org/CPAN/authors/id/A/AD/ADIE/Test-Exception-${PV}.tar.gz"
diff --git a/recipes/perl/libtest-mockmodule-perl_0.05.bb b/recipes/perl/libtest-mockmodule-perl_0.05.bb
index f49eef2a59..0173514f1f 100644
--- a/recipes/perl/libtest-mockmodule-perl_0.05.bb
+++ b/recipes/perl/libtest-mockmodule-perl_0.05.bb
@@ -3,7 +3,7 @@ SECTION = "libs"
LICENSE = "Artistic|GPL"
RDEPENDS_${PN} += "perl-module-carp perl-module-scalar-util perl-module-strict \
perl-module-vars "
-PR = "r3"
+PR = "r4"
SRC_URI = "http://search.cpan.org/CPAN/authors/id/S/SI/SIMONFLK/Test-MockModule-${PV}.tar.gz"
diff --git a/recipes/perl/libtest-output-perl_0.10.bb b/recipes/perl/libtest-output-perl_0.10.bb
index ce1eb9a2af..0c223b4add 100644
--- a/recipes/perl/libtest-output-perl_0.10.bb
+++ b/recipes/perl/libtest-output-perl_0.10.bb
@@ -3,7 +3,7 @@ SECTION = "libs"
LICENSE = "Artistic|GPL"
DEPENDS += "libsub-exporter-perl-native"
RDEPENDS_${PN} += "libsub-exporter-perl"
-PR = "r3"
+PR = "r4"
SRC_URI = "http://search.cpan.org/CPAN/authors/id/S/SS/SSORICHE/Test-Output-${PV}.tar.gz"
diff --git a/recipes/perl/libtext-diff-perl_0.35.bb b/recipes/perl/libtext-diff-perl_0.35.bb
index c48b1eb2d3..d67cd2210d 100644
--- a/recipes/perl/libtext-diff-perl_0.35.bb
+++ b/recipes/perl/libtext-diff-perl_0.35.bb
@@ -5,7 +5,7 @@ DEPENDS += "libalgorithm-diff-perl-native"
RDEPENDS_${PN} += "libalgorithm-diff-perl perl-module-carp perl-module-constant \
perl-module-exporter perl-module-strict perl-module-carp \
perl-module-strict "
-PR = "r4"
+PR = "r5"
SRC_URI = "http://search.cpan.org/CPAN/authors/id/R/RB/RBS/Text-Diff-${PV}.tar.gz"
diff --git a/recipes/perl/libtimedate-perl_1.20.bb b/recipes/perl/libtimedate-perl_1.20.bb
index fcd9b4f422..9c44dc62a5 100644
--- a/recipes/perl/libtimedate-perl_1.20.bb
+++ b/recipes/perl/libtimedate-perl_1.20.bb
@@ -2,7 +2,7 @@ DESCRIPTION = "TimeDate - parser for absolute times"
SECTION = "libs"
# You can redistribute it and/or modify it under the same terms as Perl itself.
LICENSE = "Artistic|GPL"
-PR = "r0"
+PR = "r1"
RDEPENDS_${PN} += "perl-module-carp perl-module-exporter perl-module-strict perl-module-time-local"
PACKAGE_ARCH = "all"
diff --git a/recipes/perl/liburi-perl_1.52.bb b/recipes/perl/liburi-perl_1.52.bb
index e32495a8ee..d9cf315f4e 100644
--- a/recipes/perl/liburi-perl_1.52.bb
+++ b/recipes/perl/liburi-perl_1.52.bb
@@ -2,7 +2,7 @@ DESCRIPTION = "Manipulates and accesses URI strings"
SECTION = "libs"
LICENSE = "Artistic|GPL"
#RDEPENDS_${PN} += " libmime-base64-perl libnet-perl"
-PR = "r2"
+PR = "r3"
SRC_URI = "http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/URI-${PV}.tar.gz"
diff --git a/recipes/perl/libxml-dom-perl_1.44.bb b/recipes/perl/libxml-dom-perl_1.44.bb
index 66e158ddc0..098e304b2f 100644
--- a/recipes/perl/libxml-dom-perl_1.44.bb
+++ b/recipes/perl/libxml-dom-perl_1.44.bb
@@ -1,7 +1,7 @@
DESCRIPTION = "XML::DOM - A perl module for building DOM Level 1 compliant document structures"
SECTION = "libs"
LICENSE = "unknown"
-PR= "r2"
+PR = "r3"
DEPENDS += "libxml-parser-perl-native libxml-regexp-perl-native \
libhtml-parser-perl-native libhtml-tagset-perl-native \
diff --git a/recipes/perl/libyaml-perl_0.62.bb b/recipes/perl/libyaml-perl_0.62.bb
index c98c797154..e52fb6b0b9 100644
--- a/recipes/perl/libyaml-perl_0.62.bb
+++ b/recipes/perl/libyaml-perl_0.62.bb
@@ -4,7 +4,7 @@ LICENSE = "Artistic|GPL"
DEPENDS = "libdigest-sha1-perl-native liberror-perl-native \
libipc-sharelite-perl-native"
RDEPENDS_${PN} = "libdigest-sha1-perl liberror-perl libipc-sharelite-perl"
-PR = "r5"
+PR = "r6"
SRC_URI = "http://search.cpan.org/CPAN/authors/id/I/IN/INGY/YAML-${PV}.tar.gz"