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

Debian::Upstream::Metadata::Perl -- debian/upstream/metadata for Perl modules

Description

       "Debian::Upstream::Metadata::Perl" is a helper module which can be used to convert the data in a
       CPAN::Meta object to a debian/upstream/metadata files, according to the UpstreamMetadata specification.

       Please, note that upstream links will be switched to https URLs.

Methods

       convert (CPAN::Meta object, filename)
           Not exported function, cf. SYNOPSIS.

Name

       Debian::Upstream::Metadata::Perl -- debian/upstream/metadata for Perl modules

See Also

       •   CPAN::Meta::Spec

       •   UpstreamMetadata <https://wiki.debian.org/UpstreamMetadata>

Synopsis

        use Debian::Upstream::Metadata::Perl;

        Debian::Upstream::Metadata::Perl->convert(
           CPAN::Meta->new('META.yaml'),
           'debian/upstream/metadata');

See Also