Skip Menu |

This queue is for tickets about the Test-Compiles CPAN distribution.

Report information
The Basics
Id: 125974
Status: open
Priority: 0/
Queue: Test-Compiles

People
Owner: Nobody in particular
Requestors: felix.li.tfbo [...] statefarm.com
Cc:
AdminCc:

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



Subject: Test::Compiles doc bug
Date: Tue, 31 Jul 2018 16:57:38 +0000
To: "bug-Test-Compiles [...] rt.cpan.org" <bug-Test-Compiles [...] rt.cpan.org>
From: Felix Li <felix.li.tfbo [...] statefarm.com>
Hi, I suspect that there's a documentation error in the Synopsis ... compiles_ok q{ print "hello world" }; should read compiles q{ print "hello world" }; Thanks for all those lovely modules ! "How do we convince people that in programming simplicity and clarity 'in short: what mathematicians call "elegance"' are not a dispensable luxury, but a crucial matter that decides between success and failure?" ... Edsger Wybe Dijkstra
Thanks. Though it is possible to do: use Test::Compiles compiles => { -as => 'compiles_ok' };