Skip to content

Commit

Permalink
Version in use must be a number.
Browse files Browse the repository at this point in the history
Perl v5.39.1 started complaining about this.
  • Loading branch information
briandfoy committed Jul 24, 2023
1 parent 0b4b92a commit cccd601
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions script/release
Expand Up @@ -397,8 +397,8 @@ the automated_testing and required features and parallel testing.
=cut

use Getopt::Long qw(:config noignorecase bundling);
use Module::Release '2.127';
my $script_version = '2.127';
use Module::Release 2.131;
my $script_version = '2.131';

my $class = "Module::Release";

Expand Down

0 comments on commit cccd601

Please sign in to comment.