diff options
Diffstat (limited to 'Master/tlpkg/tlperl/lib/if.pm')
-rw-r--r-- | Master/tlpkg/tlperl/lib/if.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/tlpkg/tlperl/lib/if.pm b/Master/tlpkg/tlperl/lib/if.pm index d321cd6157e..1fb5f3deb49 100644 --- a/Master/tlpkg/tlperl/lib/if.pm +++ b/Master/tlpkg/tlperl/lib/if.pm @@ -1,10 +1,10 @@ package if; -$VERSION = '0.0601'; +$VERSION = '0.0602'; sub work { my $method = shift() ? 'import' : 'unimport'; - die "Too few arguments to `use if' (some code returning an empty list in list context?)" + die "Too few arguments to 'use if' (some code returning an empty list in list context?)" unless @_ >= 2; return unless shift; # CONDITION |