Skip to content

Commit c1d08c8

Browse files
committed
update versions to modules that changed
1 parent 5aaa031 commit c1d08c8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

lib/CPAN/Audit/FreshnessCheck.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package CPAN::Audit::FreshnessCheck;
22

33
use v5.10;
44

5-
our $VERSION = '1.001';
5+
our $VERSION = '1.002';
66

77
=head1 NAME
88

lib/CPAN/Audit/Query.pm

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ use strict;
33
use warnings;
44
use 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,
3131
which means that you'll find no advisories.
3232
3333
=cut

0 commit comments

Comments
 (0)