-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
1 addition
and
609 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,13 +23,12 @@ | |
use Nullarbor::Report; | ||
use Nullarbor::Requirements qw(require_exe require_perlmod require_version require_var require_file); | ||
use Nullarbor::Utils qw(num_cpus); | ||
use Nullarbor::Plugins; | ||
|
||
#------------------------------------------------------------------- | ||
# constants | ||
|
||
my $EXE = "$FindBin::RealScript"; | ||
my $VERSION = '1.40'; | ||
my $VERSION = '1.41'; | ||
my $AUTHOR = 'Torsten Seemann <[email protected]>'; | ||
my $URL = "https://github.com/tseemann/nullarbor"; | ||
my @CMDLINE = ($0, @ARGV); | ||
|
Oops, something went wrong.