libwww-perl / URI

The Perl URI module
https://metacpan.org/pod/URI
Other
41 stars 48 forks source link

Fix storable.t #97

Closed skaji closed 2 years ago

skaji commented 2 years ago

In github actions, we just run tests by prove, not make && make test. So we should not assume the lib directory is blib/lib.

This PR fixes t/storable.t so that it chooses the proper lib directory.

NOTE