GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Module::Build::Pluggable::GithubMeta(3) User Contributed Perl Documentation Module::Build::Pluggable::GithubMeta(3)

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

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

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

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.

Tokuhiro Matsuno

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

Copyright X 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.

Module::Build::Pluggable
2022-04-07 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.