Disable releasecheck in 1.836

This commit is contained in:
Nick Bebout 2017-09-23 16:55:44 -05:00
parent 8d76e44c5e
commit 31115d0e16

View file

@ -1021,8 +1021,8 @@ $modulesversion = defined $modulesversion ? $modulesversion : 1 ;
# the second line (ending with "1 ;") can then stay active or be commented, # the second line (ending with "1 ;") can then stay active or be commented,
# the result will be the same: no releasecheck by default (because 0 is then defined value). # the result will be the same: no releasecheck by default (because 0 is then defined value).
#$releasecheck = defined $releasecheck ? $releasecheck : 0 ; $releasecheck = defined $releasecheck ? $releasecheck : 0 ;
$releasecheck = defined $releasecheck ? $releasecheck : 1 ; #$releasecheck = defined $releasecheck ? $releasecheck : 1 ;
my $warn_release = ( $releasecheck ) ? check_last_release( ) : q{} ; my $warn_release = ( $releasecheck ) ? check_last_release( ) : q{} ;