This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Add core switch to CGI.pm distribution tests
[perl5.git] / lib / diagnostics.pm
index b224943..031b08e 100755 (executable)
@@ -168,10 +168,10 @@ Tom Christiansen <F<tchrist@mox.perl.com>>, 25 June 1995.
 =cut
 
 use strict;
-use 5.6.0;
+use 5.006;
 use Carp;
 
-our $VERSION = 1.0;
+our $VERSION = 1.1;
 our $DEBUG;
 our $VERBOSE;
 our $PRETTY;