jonasbn / perl-date-holidays

Date::Holidays - national holidays adapter/aggregator for all your holiday needs
https://jonasbn.github.io/perl-date-holidays/
5 stars 6 forks source link

remove extraneous arguments to use and use_ok #113

Closed haarg closed 11 months ago

haarg commented 11 months ago

Description

The Date::Holidays::Produceral module does not export anything and has no import method, so passing arguments to it serves no purpose.

These arguments were ignored by perl, but future versions are intending to throw errors for arguments passed to an undefined import method.

Type of change

Checklist:

jonasbn commented 11 months ago

Thanks @haarg