The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Net::OAuth::LP::Models::CVE - Bug CVE Model

DESCRIPTION

Interface to setting/retrieving bug CVE information

SYNOPSIS

    my $c = Net::OAuth::LP::Client->new(consumer_key => 'blah',
                                        access_token => 'fdsafsda',
                                        access_token_secret => 'fdsafsda');

    my $b = Net::OAuth::LP::Models::Bug->new(c => $c);
    $b->find(1);
    say $b->cves->all;

ATTRIBUTES

cves

METHODS

In addition to those listed this object inherits methods from List::Objects::WithUtils.

new

    my $cve = Net::OAuth::LP::Models::CVE->new(cves => $bug->CVE);