diff options
Diffstat (limited to 'Master/tlpkg/tlperl/lib/Module/Load/Conditional.pm')
-rw-r--r-- | Master/tlpkg/tlperl/lib/Module/Load/Conditional.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/tlpkg/tlperl/lib/Module/Load/Conditional.pm b/Master/tlpkg/tlperl/lib/Module/Load/Conditional.pm index be8984e8ba8..39dccf1ce2b 100644 --- a/Master/tlpkg/tlperl/lib/Module/Load/Conditional.pm +++ b/Master/tlpkg/tlperl/lib/Module/Load/Conditional.pm @@ -18,7 +18,7 @@ BEGIN { $FIND_VERSION $ERROR $CHECK_INC_HASH]; use Exporter; @ISA = qw[Exporter]; - $VERSION = '0.44'; + $VERSION = '0.46'; $VERBOSE = 0; $DEPRECATED = 0; $FIND_VERSION = 1; @@ -332,7 +332,7 @@ sub check_install { sub _parse_version { my $self = shift; my $str = shift or return; - my $verbose = shift or 0; + my $verbose = shift || 0; ### skip lines which doesn't contain VERSION return unless $str =~ /VERSION/; |