Skip to content

Conversation

@haarg
Copy link

@haarg haarg commented Jul 30, 2023

File::Spec does not export anything, so passing arguments to its use line is incorrect. Instead, export and use the functions from File::Spec::Functions.

The extra arguments to File::Spec were ignored by perl, but future perl versions are intending to throw an error for arguments being passed to an undefined import method.

File::Spec does not export anything, so passing arguments to its use
line is incorrect. Instead, export and use the functions from
File::Spec::Functions.

The extra arguments to File::Spec were ignored by perl, but future perl
versions are intending to throw an error for arguments being passed to
an undefined import method.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant