Avoid relying on prototypes working for tests to pass. They aren't tested yet.
[p5sagit/p5-mst-13.2.git] / t / comp / uproto.t
2009-10-09 Nicholas Clark Don't use require in comp/uproto.t, as require isn...
2009-10-09 Nicholas Clark In opt(), use is(..., undef) rather than ok(!defined...
2006-11-13 Rafael Garcia-Suarez Parsing fix: it wasn't possible to call a function...
2006-11-02 Rafael Garcia-Suarez More regression tests for the _ prototype
2006-10-19 Rafael Garcia-Suarez Allow the _ prototype character to be followed by optio...
2006-10-18 Rafael Garcia-Suarez Add a regression test for change #29041
2006-10-18 Rafael Garcia-Suarez Test for the interaction between ; and _ in prototypes
2006-10-18 Rafael Garcia-Suarez The _ character is only allowed to be at the end of...
2006-10-18 Rafael Garcia-Suarez Improvements and fixes to the _ prototype
2006-10-17 Rafael Garcia-Suarez First attempt at implementing the _ prototype