mauke / Function-Parameters

Function::Parameters - define functions and methods with parameter lists ("subroutine signatures")
https://metacpan.org/pod/Function::Parameters
18 stars 19 forks source link

Fix info() with taint mode on. #12

Closed schwern closed 9 years ago

schwern commented 9 years ago

The return value of glob is always tainted.

It's good to be DRY, but this code was way too complicated for just four tiny methods.

schwern commented 9 years ago

PS Once this is fixed I can switch perl5i over to using Function::Parameters. :)