houseabsolute / Params-ValidationCompiler

Build an optimized subroutine parameter validator once, use it forever
https://metacpan.org/release/Params-ValidationCompiler/
Other
4 stars 5 forks source link

add missing 'use B' #11

Closed xenu closed 7 years ago

xenu commented 7 years ago

It fixes the following error:

Undefined subroutine &B::perlstring called at /home/xenu/perl5/perlbrew/perls/perl-5.24.0/lib/site_perl/5.24.0/Params/ValidationCompiler/Compiler.pm line 282.

I suppose you didn't notice that because you were always using the module in combination with something else that loads B (maybe Test2 or Moose?).

autarch commented 7 years ago

Thanks! I merged this from the CLI.