Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use $arg to match @argv in Makefile.PL
As the default pattern match was used, $arg was not evaluated. This fixes warning "Use of uninitialized value $_ in pattern match (m//) at Makefile.PL line 19".
- Loading branch information