Skip Menu |

This queue is for tickets about the Test CPAN distribution.

Report information
The Basics
Id: 6387
Status: new
Priority: 0/
Queue: Test

People
Owner: Nobody in particular
Requestors: support [...] SoftwareDiamonds.com
Cc:
AdminCc:

Bug Information
Severity: Wishlist
Broken in: (no value)
Fixed in: (no value)



Subject: Process last arg of ok that is a hash or array ref as options
Process last arg of ok that is a hash or array ref as options. Add notes and test name option where test name is printed out after the /(ok|not ok)/, before any command '#' ok @list, 3, [notes=>join(',',@list)]; #extra notes ok @list, 3, {name=>'\@list size}; #name ok @list, 3, [name=>'\@list size,notes=>join(',',@list)]; #name&notes Ditto skip subroutine