Bump up the VERSIONs of modules that have changed since 5.6.0,
[p5sagit/p5-mst-13.2.git] / ext / IO / lib / IO / Seekable.pm
index 95dd4d0..650f755 100644 (file)
@@ -107,7 +107,7 @@ require Exporter;
 @EXPORT = qw(SEEK_SET SEEK_CUR SEEK_END);
 @ISA = qw(Exporter);
 
-$VERSION = "1.08";
+$VERSION = "1.09";
 
 sub seek {
     @_ == 3 or croak 'usage: $io->seek(POS, WHENCE)';