Perl-Email-Project / Email-Valid

perl library to validate email addresses
19 stars 19 forks source link

Makefile.PL: fix conditional declaration, avoid string eval #50

Closed Grinnz closed 2 years ago

Grinnz commented 3 years ago

Avoid "my ... if ...", and block eval is enough for checking a require.

rjbs commented 2 years ago

Thanks, applied!