Upgrade to Test::Harness 2.57_05
[p5sagit/p5-mst-13.2.git] / lib / assertions.pm
index 0ced4bc..6bf131d 100644 (file)
@@ -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.