META6::QueryUseful subs for interacting with META6-compliant directory structures.To get the root directory relative to the current file, you would useuse META6::Query; my $root-dir = META6::Query::root-dir $?FILE;