sub flunk
Documentation for sub flunk
assembled from the following types:
module Test
From Test
(Test) sub flunk
multi sub flunk( = '')
The opposite of pass
, makes a test fail with an optional message.
Documentation for sub flunk
assembled from the following types:
From Test
multi sub flunk( = '')
The opposite of pass
, makes a test fail with an optional message.