The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Net::API::CPAN::Contributor - Meta CPAN API Contributor Class

SYNOPSIS

    use Net::API::CPAN::Contributor;
    my $string = $obj->distribution;
    my $str = $obj->object;
    my $string = $obj->pauseid;
    my $string = $obj->release_author;
    my $string = $obj->release_name;

VERSION

    v0.1.0

DESCRIPTION

This class serves to retrieve and manipulate contributors.

It inherits from Net::API::CPAN::Generic

CONSTRUCTOR

new

Provided with an hash or hash reference of parameters, and this instantiates a new Net::API::CPAN::Contributor object.

The parameters that can be provided bear the same name and supports the same values as the methods below.

METHODS

distribution

Sets or gets a string and returns a scalar object, even if there is no value.

object

Returns the object type for this class, which is contributor

pauseid

Sets or gets a string and returns a scalar object, even if there is no value.

release_author

Sets or gets a string and returns a scalar object, even if there is no value.

release_name

Sets or gets a string and returns a scalar object, even if there is no value.

AUTHOR

Jacques Deguest <jack@deguest.jp>

SEE ALSO

Net::API::CPAN, Net::API::CPAN::Activity, Net::API::CPAN::Author, Net::API::CPAN::Changes, Net::API::CPAN::Changes::Release, Net::API::CPAN::Contributor, Net::API::CPAN::Cover, Net::API::CPAN::Diff, Net::API::CPAN::Distribution, Net::API::CPAN::DownloadUrl, Net::API::CPAN::Favorite, Net::API::CPAN::File, Net::API::CPAN::Module, Net::API::CPAN::Package, Net::API::CPAN::Permission, Net::API::CPAN::Rating, Net::API::CPAN::Release

MetaCPAN::API, MetaCPAN::Client

https://github.com/metacpan/metacpan-api/blob/master/docs/API-docs.md

COPYRIGHT & LICENSE

Copyright(c) 2023 DEGUEST Pte. Ltd.

All rights reserved

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