avoid v-strings with require/use
[p5sagit/p5-mst-13.2.git] / ext / IO / lib / IO / Seekable.pm
index 987cbc3..684b8bc 100644 (file)
@@ -94,7 +94,7 @@ Derived from FileHandle.pm by Graham Barr E<lt>gbarr@pobox.comE<gt>
 
 =cut
 
-require 5.6.1;
+use 5.006_001;
 use Carp;
 use strict;
 our($VERSION, @EXPORT, @ISA);