Re: Update portbump to perl v5.40 and signatures

2025-02-13 Thread Andrew Hewus Fresh
On Mon, Feb 10, 2025 at 12:45:27AM -0500, George Koehler wrote: > On Fri, 7 Feb 2025 15:29:57 -0800 > Andrew Hewus Fresh wrote: > > > -sub new { > > - my ($class, $dir, $tweak_wantlib, $lib_depends_tgt) = @_; > > +sub new($class, $dir, $tweak_wantlib, $lib_depends_tgt = undef) { > > > -sub ver

Re: Update portbump to perl v5.40 and signatures

2025-02-09 Thread George Koehler
On Fri, 7 Feb 2025 15:29:57 -0800 Andrew Hewus Fresh wrote: > -sub new { > - my ($class, $dir, $tweak_wantlib, $lib_depends_tgt) = @_; > +sub new($class, $dir, $tweak_wantlib, $lib_depends_tgt = undef) { > -sub verbose { > - my $self = shift; > +sub verbose($self, $set = undef) { > -sub