test_most: rebuild for perl update

This commit is contained in:
Joachim Mairböck
2025-12-25 22:10:08 +01:00
parent 0afe2c4cd7
commit e79b4b10c9

View File

@@ -9,7 +9,7 @@ turning on strict and warning and gives you a bit more fine-grained control over
HOMEPAGE="https://metacpan.org/pod/Test::Most"
COPYRIGHT="2008 Curtis Poe"
LICENSE="Artistic"
REVISION="2"
REVISION="3"
SOURCE_URI="https://cpan.metacpan.org/authors/id/O/OV/OVID/Test-Most-$portVersion.tar.gz"
CHECKSUM_SHA256="089eb894f7bace4c37c6334e0e290eb20338ee10223af0c82cbe7281c78382df"
SOURCE_DIR="Test-Most-$portVersion"
@@ -31,12 +31,6 @@ REQUIRES="
BUILD_REQUIRES="
haiku_devel
exception_class
test_deep
test_differences
test_exception
test_warn
vendor_perl
"
BUILD_PREREQUIRES="
cmd:make
@@ -44,7 +38,11 @@ BUILD_PREREQUIRES="
"
TEST_REQUIRES="
algorithm_diff
exception_class
test_deep
test_differences
test_exception
test_warn
"
BUILD()