summaryrefslogtreecommitdiff
path: root/ext/Fcntl
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2010-10-27 13:28:38 -0700
committerFather Chrysostomos <sprout@cpan.org>2010-10-27 13:51:53 -0700
commitbfaa4ac3d7a811d910abda1ee773cb9e5e44a947 (patch)
treef5578f4da44ae541d03225019d126c4045d948cd /ext/Fcntl
parentc39f743926b75b32e3d01edba8bcf03808ed4613 (diff)
downloadperl-bfaa4ac3d7a811d910abda1ee773cb9e5e44a947.tar.gz
Increase Fcntl’s version
Diffstat (limited to 'ext/Fcntl')
-rw-r--r--ext/Fcntl/Fcntl.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/Fcntl/Fcntl.pm b/ext/Fcntl/Fcntl.pm
index b1d2051b0e..3a8d7e2b73 100644
--- a/ext/Fcntl/Fcntl.pm
+++ b/ext/Fcntl/Fcntl.pm
@@ -61,7 +61,7 @@ our($VERSION, @ISA, @EXPORT, @EXPORT_OK, %EXPORT_TAGS);
require Exporter;
require XSLoader;
@ISA = qw(Exporter);
-$VERSION = '1.09';
+$VERSION = '1.10';
XSLoader::load();