summaryrefslogtreecommitdiff
path: root/Master/tlpkg/tlperl/lib/autodie.pm
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/tlperl/lib/autodie.pm')
-rw-r--r--Master/tlpkg/tlperl/lib/autodie.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/tlpkg/tlperl/lib/autodie.pm b/Master/tlpkg/tlperl/lib/autodie.pm
index 8e8e7094c7c..25799f02854 100644
--- a/Master/tlpkg/tlperl/lib/autodie.pm
+++ b/Master/tlpkg/tlperl/lib/autodie.pm
@@ -8,7 +8,7 @@ our @ISA = qw(Fatal);
our $VERSION;
BEGIN {
- $VERSION = '2.06_01';
+ $VERSION = '2.1001';
}
use constant ERROR_WRONG_FATAL => q{
@@ -264,7 +264,7 @@ C<system> and C<exec> with:
=head2 flock
It is not considered an error for C<flock> to return false if it fails
-to an C<EWOULDBLOCK> (or equivalent) condition. This means one can
+due to an C<EWOULDBLOCK> (or equivalent) condition. This means one can
still use the common convention of testing the return value of
C<flock> when called with the C<LOCK_NB> option: