in reply to Re: RFC: pragma pragmatic
in thread RFC: pragma pragmatic
Heh... the offending line is
- my $loadstr = @args ? "use $mod" : "use $mod qw(@args)"; + my $loadstr = @args ? "use $mod qw(@args)" : "use $mod";
Silly bug, sorry... thanks for the report! Corrected in the OP.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: RFC: pragma pragmatic
by Athanasius (Cardinal) on Aug 10, 2017 at 10:23 UTC | |
by shmem (Chancellor) on Aug 12, 2017 at 09:23 UTC | |
by shmem (Chancellor) on Aug 11, 2017 at 20:21 UTC |