File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ package CPAN::Audit::FreshnessCheck;
22
33use v5.10;
44
5- our $VERSION = ' 1.001 ' ;
5+ our $VERSION = ' 1.002 ' ;
66
77=head1 NAME
88
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ use strict;
33use warnings;
44use CPAN::Audit::Version;
55
6- our $VERSION = " 1.001 " ;
6+ our $VERSION = " 1.002 " ;
77
88=encoding utf8
99
@@ -26,8 +26,8 @@ CPAN::Audit::Query - filter the database for advisories that interest you
2626
2727=item * new(HASH)
2828
29- The only parameter is the hash reference from L<CPAN::Audit::DB> or
30- L<CPANSA::DB> (deprecated) . With no C<db > parameter, it uses the empty hash,
29+ The only parameter is the hash reference from L<CPAN::Audit::DB> (deprecated) or
30+ L<CPANSA::DB> . With no C<db > parameter, it uses the empty hash,
3131which means that you'll find no advisories.
3232
3333=cut
You can’t perform that action at this time.
0 commit comments