-
Notifications
You must be signed in to change notification settings - Fork 26
Open
Description
Creating an OO module for interfacing with Perl's, let's say suboptimal approach of swallowing failures which should be thrown as exceptions, would have been the perfect solution of fixing those in a backcompat way.
Sadly Path::Class still returns undef on several methods instead of throwing exceptions.
Naively I thought that using autodie changes this behaviour which is doesn't.
Do you see a way of changing Path::Class' behaviour, lexically scoped so it doesn't break other modules, to either do so when autodie is used or by e.g. an import parameter?
Metadata
Metadata
Assignees
Labels
No labels