in reply to Test::Code
However, I often want to verify that these functions are correct without executing them
I have to admit that I find this intriguing. I'm always more interested in what my functions do than what they look like. Any chance of expanding on why you find this useful?
Naming niggle: I'd expect is_code to be a test for something being a subroutine, rather than a test for equality. Maybe code_is or code_eq?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Test::Code
by xdg (Monsignor) on Aug 12, 2005 at 11:45 UTC | |
|
Re^2: Test::Code
by Ovid (Cardinal) on Aug 12, 2005 at 17:33 UTC | |
by adrianh (Chancellor) on Aug 13, 2005 at 08:34 UTC |