logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

Author

       Leon Timmermans <fawaka@gmail.com>

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,$distribution)
       This marks $dir as the source sharedir for the distribution $distribution. If $distribution isn't given,
       it defaults to the "distribution" of the planner.

   module_sharedir($dir,$module_name)
       This marks $dir as the source sharedir for the module $module_name. If $module_name isn't given, it
       defaults to the "main_module" of the planner.

Name

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

Synopsis

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

Version

       version 0.020

See Also