oracular (3) Dist::Build::ShareDir.3pm.gz

Provided by: libdist-build-perl_0.010-1_all bug

NAME

       Dist::Build::ShareDir - Sharedir support for Dist::Build

VERSION

       version 0.010

SYNOPSIS

        load_module("Dist::Build::ShareDir");
        dist_sharedir('share', 'Foo-Bar');
        module_sharedir('foo', 'Foo::Bar');

DESCRIPTION

       This Dist::Build extension implements sharedirs. It does not take any arguments at loading time, and
       exposts two functions to the planner:

   dist_sharedir($dir, $dist_name)
       This marks $dir as the source sharedir for the distribution $dist_name. If $dist_name isn't given, it
       defaults to the "dist_name" of the planner.

   module_sharedir($dir, $module_name)
       This marks $dir as the source sharedir for the module $module_name.

AUTHOR

       Leon Timmermans <fawaka@gmail.com>

       This software is copyright (c) 2024 by Leon Timmermans.

       This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5
       programming language system itself.