What is the proper way to path a module in a non-standard directory

2019-04-28 Thread ToddAndMargo via perl6-users
Apparently use lib 'path' is not the correct way. And especially not in a module itself that calls other modules.

What is the proper way to path a module in a non-standard directory

2019-04-28 Thread ToddAndMargo via perl6-users
Apparently use lib 'path' is not the correct way. And especially not in a module itself that calls other modules.