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

Module::Build::Pluggable::GithubMeta - A Module::Build extension to include GitHub meta information in

Author

       Tokuhiro Matsuno

       Based on code from Module::Install::GithubMeta by Chris "BinGOs" Williams, Based on code from
       Module::Install::Repository by Tatsuhiko Miyagawa

Description

       Module::Build::GithubMeta is a Module::Build extension to include GitHub http://github.com meta
       information in META.yml.

       It automatically detects if the distribution directory is under git version control and whether the
       origin is a GitHub repository and will set the repository and homepage meta in META.yml to the
       appropriate URLs for GitHub.

License

       Copyright © Tokuhiro Matsuno, Chris Williams and Tatsuhiko Miyagawa

       This module may be used, modified, and distributed under the same terms as Perl itself. Please see the
       license that came with your Perl distribution for details.

Name

       Module::Build::Pluggable::GithubMeta - A Module::Build extension to include GitHub meta information in
       META.yml

See Also

       Module::Build::Pluggable

perl v5.40.1                                       2025-05-04             Module::Build::...ble::GithubMeta(3pm)

Synopsis

           use Module::Build::Pluggable qw(
               GithubMeta
           );

           my $builder = Module::Build::Pluggable->new(
               ...
           );
           $builder->crate_build_script();

See Also