abw / Template2

Perl Template Toolkit v2
http://template-toolkit.org/
146 stars 94 forks source link

remove extraneous arguments when loading Template #309

Closed haarg closed 1 year ago

haarg commented 1 year ago

Template has never had an import method, so passing arguments to it is pointless. The import call has always just been ignored by perl, but in the future it will trigger an error if given unhandled arguments.

abw commented 1 year ago

Thanks for the fix. I have no idea what that was doing there.