META6::Query

query information from a raku module directory

META6::Query

Useful subs for interacting with META6-compliant directory structures.

To get the root directory relative to the current file, you would use

use META6::Query;

my $root-dir = META6::Query::root-dir $?FILE;

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