|
NAMECPAN::Audit::Query - filter the database for advisories that interest you SYNOPSIS use CPAN::Audit::Query;
my $query = CPAN::Audit::Query->new( db => ... );
my @advisories = $query->advisories_for( $dist_name, $version_range );
DESCRIPTIONClass methods
Instance methods
LICENSECopyright (C) Viacheslav Tykhanovskyi. This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself. AUTHORViacheslav Tykhanovskyi <viacheslav.t@gmail.com>
|