Subject: | Carp::Assert::More doesn't behave like Carp::Assert |
Carp::Assert allows its use as "no Carp::Assert" in code to disable
assertions, so that assertions are disabled when desired.
Since Carp::Assert::More bills itself as an extension of Carp::Assert,
it needs the same functionality.