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