This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Remove double space between words in pod
[perl5.git] / ext / Fcntl / Fcntl.pm
index 3a8d7e2..cc35ff0 100644 (file)
@@ -61,7 +61,7 @@ our($VERSION, @ISA, @EXPORT, @EXPORT_OK, %EXPORT_TAGS);
 require Exporter;
 require XSLoader;
 @ISA = qw(Exporter);
-$VERSION = '1.10';
+$VERSION = '1.11';
 
 XSLoader::load();