This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Inline S_procself_val() into S_set_caret_x().
[perl5.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);