summaryrefslogtreecommitdiff
path: root/lib/assertions.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/assertions.pm')
-rw-r--r--lib/assertions.pm6
1 files changed, 5 insertions, 1 deletions
diff --git a/lib/assertions.pm b/lib/assertions.pm
index 0ced4bc228..6bf131d2ac 100644
--- a/lib/assertions.pm
+++ b/lib/assertions.pm
@@ -1,6 +1,6 @@
package assertions;
-our $VERSION = '0.02';
+our $VERSION = '0.03';
# use strict;
# use warnings;
@@ -184,6 +184,10 @@ assertions - select assertions in blocks of code
=head1 DESCRIPTION
+ *** WARNING: assertion support is only available from perl version
+ *** 5.9.0 and upwards. Check assertions::compat (also available from
+ *** this package) for an alternative backwards compatible module.
+
The C<assertions> pragma specifies the tags used to enable and disable
the execution of assertion subroutines.