semifor / Net-Twitter

A Perl interface to the Twitter APIs
83 stars 37 forks source link

remove extraneous arguments to use_ok #83

Open haarg opened 1 year ago

haarg commented 1 year ago

use_ok does not accept a test name, but passes its extra arguments to the module's import method. Perl has always ignored these extraneous arguments, but future versions are intending to make it an error to pass arguments to an undefined import method.