diff options
Diffstat (limited to 'meta-perl/recipes-perl/libtest/libtest-warn-perl_0.37.bb')
-rw-r--r-- | meta-perl/recipes-perl/libtest/libtest-warn-perl_0.37.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-perl/recipes-perl/libtest/libtest-warn-perl_0.37.bb b/meta-perl/recipes-perl/libtest/libtest-warn-perl_0.37.bb index 5148fbeb09..6536787623 100644 --- a/meta-perl/recipes-perl/libtest/libtest-warn-perl_0.37.bb +++ b/meta-perl/recipes-perl/libtest/libtest-warn-perl_0.37.bb | |||
@@ -7,7 +7,7 @@ the time to go take a look. \ | |||
7 | " | 7 | " |
8 | 8 | ||
9 | SECTION = "libs" | 9 | SECTION = "libs" |
10 | HOMEPAGE= "https://metacpan.org/release/Test-Warn" | 10 | HOMEPAGE = "https://metacpan.org/release/Test-Warn" |
11 | 11 | ||
12 | LICENSE = "Artistic-1.0 | GPL-1.0-or-later" | 12 | LICENSE = "Artistic-1.0 | GPL-1.0-or-later" |
13 | LIC_FILES_CHKSUM = "file://README;beginline=73;endline=78;md5=42b423d91c92ba59c215835a2ee9b57a" | 13 | LIC_FILES_CHKSUM = "file://README;beginline=73;endline=78;md5=42b423d91c92ba59c215835a2ee9b57a" |
@@ -19,7 +19,7 @@ SRC_URI = "${CPAN_MIRROR}/authors/id/B/BI/${CPAN_AUTHOR}/${CPAN_PACKAGE}-${PV}.t | |||
19 | 19 | ||
20 | SRC_URI[sha256sum] = "98ca32e7f2f5ea89b8bfb9a0609977f3d153e242e2e51705126cb954f1a06b57" | 20 | SRC_URI[sha256sum] = "98ca32e7f2f5ea89b8bfb9a0609977f3d153e242e2e51705126cb954f1a06b57" |
21 | 21 | ||
22 | S = "${WORKDIR}/${CPAN_PACKAGE}-${PV}" | 22 | S = "${UNPACKDIR}/${CPAN_PACKAGE}-${PV}" |
23 | 23 | ||
24 | inherit cpan ptest-perl | 24 | inherit cpan ptest-perl |
25 | 25 | ||