summaryrefslogtreecommitdiff
path: root/elpa.pm
diff options
context:
space:
mode:
Diffstat (limited to 'elpa.pm')
-rwxr-xr-xelpa.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/elpa.pm b/elpa.pm
index d6e3126..a43f395 100755
--- a/elpa.pm
+++ b/elpa.pm
@@ -18,7 +18,7 @@ my $options;
$options = Config::Tiny->read( "debian/elpa-test" )
if ( -f "debian/elpa-test" );
-if ( $version >= 0.90
+if ( $version >= "0.90"
&& !defined $options->{_}->{ "disable" }
&& !defined $ENV{ 'DH_ELPA_TEST_DISABLE' }
) {