Skip to content

Commit

Permalink
slight edits to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
briandfoy committed Sep 10, 2024
1 parent 4441e74 commit 4c3ccb2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions script/cpan-audit
Original file line number Diff line number Diff line change
Expand Up @@ -539,7 +539,7 @@ is considered affected.
=head2 JSON data
If you request JSON output, the data looks like
If you request JSON output, the data looks like:
{
"meta" : {
Expand Down Expand Up @@ -571,7 +571,7 @@ The meta data contains information about the run of C<cpan-audit>.
"command": "modules"
}
These information are shown
These information are shown:
=over 4
Expand Down Expand Up @@ -643,7 +643,7 @@ exits with 64 added to that number. The maximum number of reported advisories
is 62, since values over 126 are spoken for.
If the option C<--exit-zero> is set C<cpan-audit> exits always with a normal
exit code (0). This allows to use C<cpan-audit> in build environments together
exit code (0). This allows you to use C<cpan-audit> in build environments together
with bash exit mode activated (C<set -e>).
=over 4
Expand Down

0 comments on commit 4c3ccb2

Please sign in to comment.