bluefeet / GitLab-API-v4

A complete GitLab API v4 client.
https://metacpan.org/pod/GitLab::API::v4
Other
20 stars 23 forks source link

test script using current perl #43

Closed haarg closed 3 years ago

haarg commented 4 years ago

Instead of relying on the environment, call the script using the currently running perl. This also provides an easy way to add lib to the @INC path, rather than overriding PERL5LIB, which won't play nice with local::lib.

bluefeet commented 3 years ago

Very nice! Thank you.