README

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

The Camelia image is copyright 2009 by Larry Wall. "Raku" is trademark of the Yet Another Society. All rights reserved.