in reply to Re^2: Getting test status with Test::More
in thread Getting test status with Test::More
"Inside an END code block, $? contains the value that the program is going to pass to exit(). You can modify $? to change the exit value of the program. Beware of changing $? by accident (e.g. by running something via system)."
|
|---|