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
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