* Synced the perlfaq
[p5sagit/p5-mst-13.2.git] / lib / FileHandle.pm
index b609614..6b3636a 100644 (file)
@@ -4,7 +4,7 @@ use 5.006;
 use strict;
 our($VERSION, @ISA, @EXPORT, @EXPORT_OK);
 
-$VERSION = "2.01";
+$VERSION = "2.02";
 
 require IO::File;
 @ISA = qw(IO::File);