From 1a5c849d0ca5e5c35e5cfd042c09cc9e05480caa Mon Sep 17 00:00:00 2001
From: Marcel Telka <marcel@telka.sk>
Date: Sun, 07 Apr 2024 17:15:49 +0200
Subject: [PATCH] perl/Test2-Plugin-NoWarnings: update to 0.10

---
 components/perl/Test2-Plugin-NoWarnings/pkg5                          |    6 +++---
 components/perl/Test2-Plugin-NoWarnings/manifests/sample-manifest.p5m |    2 +-
 components/perl/Test2-Plugin-NoWarnings/Makefile                      |    6 +++---
 3 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/components/perl/Test2-Plugin-NoWarnings/Makefile b/components/perl/Test2-Plugin-NoWarnings/Makefile
index 6bdd00e..cc09b90 100644
--- a/components/perl/Test2-Plugin-NoWarnings/Makefile
+++ b/components/perl/Test2-Plugin-NoWarnings/Makefile
@@ -19,12 +19,11 @@
 include ../../../make-rules/shared-macros.mk
 
 COMPONENT_PERL_MODULE =		Test2::Plugin::NoWarnings
-HUMAN_VERSION =			0.09
-COMPONENT_REVISION =		2
+HUMAN_VERSION =			0.10
 COMPONENT_SUMMARY =		Test2::Plugin::NoWarnings - Fail if tests warn
 COMPONENT_CPAN_AUTHOR =		DROLSKY
 COMPONENT_ARCHIVE_HASH =	\
-	sha256:be3dd800042eef362bf17d2056cf9e934dee91ccce98e4f178b8fb5772f2fb74
+	sha256:c97cb1122cc6e3e4a079059da71e12f65760bfb0671d19d25a7ec7c5f1f240fb
 COMPONENT_LICENSE =		Artistic-2.0
 COMPONENT_LICENSE_FILE =	LICENSE
 
@@ -33,4 +32,5 @@
 # Auto-generated dependencies
 PERL_REQUIRED_PACKAGES += runtime/perl
 TEST_REQUIRED_PACKAGES.perl += library/perl-5/ipc-run3
+TEST_REQUIRED_PACKAGES.perl += library/perl-5/module-pluggable
 TEST_REQUIRED_PACKAGES.perl += library/perl-5/test2-suite
diff --git a/components/perl/Test2-Plugin-NoWarnings/manifests/sample-manifest.p5m b/components/perl/Test2-Plugin-NoWarnings/manifests/sample-manifest.p5m
index aeddc50..9820a5b 100644
--- a/components/perl/Test2-Plugin-NoWarnings/manifests/sample-manifest.p5m
+++ b/components/perl/Test2-Plugin-NoWarnings/manifests/sample-manifest.p5m
@@ -10,7 +10,7 @@
 #
 
 #
-# Copyright 2023 <contributor>
+# Copyright 2024 <contributor>
 #
 
 set name=pkg.fmri value=pkg:/$(COMPONENT_FMRI)-$(PLV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
diff --git a/components/perl/Test2-Plugin-NoWarnings/pkg5 b/components/perl/Test2-Plugin-NoWarnings/pkg5
index a4aa7f3..83d10a5 100644
--- a/components/perl/Test2-Plugin-NoWarnings/pkg5
+++ b/components/perl/Test2-Plugin-NoWarnings/pkg5
@@ -5,10 +5,10 @@
         "runtime/perl-538"
     ],
     "fmris": [
+        "library/perl-5/test2-plugin-nowarnings",
         "library/perl-5/test2-plugin-nowarnings-534",
         "library/perl-5/test2-plugin-nowarnings-536",
-        "library/perl-5/test2-plugin-nowarnings-538",
-        "library/perl-5/test2-plugin-nowarnings"
+        "library/perl-5/test2-plugin-nowarnings-538"
     ],
     "name": "Test2-Plugin-NoWarnings"
-}
\ No newline at end of file
+}

--
Gitblit v1.9.3