This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Implement the encoding pragma for regex literals.
[perl5.git] / lib / FileHandle.pm
index fecf51a..6be2242 100644 (file)
@@ -1,6 +1,6 @@
 package FileHandle;
 
-use 5.005_64;
+use 5.006;
 use strict;
 our($VERSION, @ISA, @EXPORT, @EXPORT_OK);