summaryrefslogtreecommitdiff
path: root/packages/perl/libexception-class-perl_1.23.bb
diff options
context:
space:
mode:
authorJamie Lenehan <lenehan@twibble.org>2006-10-04 02:37:54 +0000
committerJamie Lenehan <lenehan@twibble.org>2006-10-04 02:37:54 +0000
commit7d7dd39f5d9c644849e5bf0e278638a19b947450 (patch)
treea624ef39f08a6a033b043664728d4e0f8ad9078c /packages/perl/libexception-class-perl_1.23.bb
parentf8d7743c3aba8f3431ac504e4f99da9139766d49 (diff)
perl modules: Update the SRC_URI on all the modules to use PV to refer to
the version so upgrades are easier.
Diffstat (limited to 'packages/perl/libexception-class-perl_1.23.bb')
-rw-r--r--packages/perl/libexception-class-perl_1.23.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/perl/libexception-class-perl_1.23.bb b/packages/perl/libexception-class-perl_1.23.bb
index b62e4d0ab1..03d5529e15 100644
--- a/packages/perl/libexception-class-perl_1.23.bb
+++ b/packages/perl/libexception-class-perl_1.23.bb
@@ -6,7 +6,7 @@ DEPENDS = "libclass-data-inheritable-perl-native libdevel-stacktrace-perl-native
RDEPENDS = "libclass-data-inheritable-perl libdevel-stacktrace-perl"
PR = "r4"
-SRC_URI = "http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/Exception-Class-1.23.tar.gz"
+SRC_URI = "http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/Exception-Class-${PV}.tar.gz"
S = "${WORKDIR}/Exception-Class-${PV}"