Folks,
I have a bunch of commits waiting since ages for the p5- series of perl
modules. It’s mainly a batch modification to allow for more recent perl
versions. Example:
Pro > git diff --staged perl/p5-test-notabs/Portfile
diff --git a/perl/p5-test-notabs/Portfile b/perl/p5-test-notabs/Portfile
index 37f02d267ca..ea6fd23b5a9 100644
--- a/perl/p5-test-notabs/Portfile
+++ b/perl/p5-test-notabs/Portfile
@@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup perl5 1.0
-perl5.branches 5.28 5.30 5.32 5.34
+perl5.branches 5.28 5.30 5.32 5.34 5.36 5.38 5.40
perl5.setup Test-NoTabs 2.02
license {Artistic-1 GPL}
maintainers nomaintainer
I also have a Portfile for the new Kicad 10.0 series waiting, but I’d like to
fix the perl ports before that.
Can I commit those?
Cheers,
Vincent