Skip Menu |

This queue is for tickets about the Games-Mastermind CPAN distribution.

Report information
The Basics
Id: 51736
Status: resolved
Priority: 0/
Queue: Games-Mastermind

People
Owner: Nobody in particular
Requestors: FWIE [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.03
Fixed in: 0.04



Subject: [Patch] POD nit
The attached patch fixes some POD, which renders wrong, at least at search.cpan.org.
Subject: pod.patch
diff --git a/lib/Games/Mastermind.pm b/lib/Games/Mastermind.pm index fcd04c2..e8c495a 100644 --- a/lib/Games/Mastermind.pm +++ b/lib/Games/Mastermind.pm @@ -135,7 +135,7 @@ Give the answer to C<@guess> as a reference to an array of two numbers: the number of black marks (right colour in the right position) and the number of white marks (right colour in the wrong position). -The winning combination is C<[ $mm->holes(), 0 ]>. +The winning combination is C<< [ $mm->holes(), 0 ] >>. =item reset()
After migrating the repository to git, I just applied your patch.

Thanks.

-- BooK