Skip to content

CompUnit::Repository::FileSystem but CompUnit::Repository::Installable

License

Notifications You must be signed in to change notification settings

ugexe/Raku-CompUnit--Repository--Lib

Repository files navigation

CompUnit::Repository::Lib

Load modules and install modules to the development style lib/original-path

Synopsis

use CompUnit::Repository::Lib;

use lib "CompUnit::Repository::Lib#{$*CWD/resources/test-dists}";

require <Acme::Foo>; # `require` by name
use Acme::Foo;       # `use` by name

See: tests

About

CompUnit::Repository::FileSystem but CompUnit::Repository::Installable

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages