Skip to content

Commit 67ca558

Browse files
author
Marcin Przepiorowski
committed
release 2.3.9-rc1
1 parent 22cfe82 commit 67ca558

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/Toolkit_helpers.pm

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ use File::Spec;
2929

3030
use lib '../lib';
3131

32-
our $version = '2.3.8.1';
32+
our $version = '2.3.9-rc1';
3333

3434
sub logger {
3535
my $debug = shift;
@@ -395,7 +395,6 @@ sub get_engine_list {
395395
@engine_list = $engine_obj->getDefaultEngines();
396396
}
397397

398-
399398
if ( scalar(@engine_list) < 1 ) {
400399
print "There is no engine selected to process. \n";
401400
pod2usage(-verbose => 2, -output=>\*STDERR, -input=>\*DATA);

0 commit comments

Comments
 (0)