Skip to content

Commit

Permalink
Remove v2 stuff, v1.41
Browse files Browse the repository at this point in the history
  • Loading branch information
tseemann committed Jun 10, 2018
1 parent 6c5ac6a commit f0cf772
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 609 deletions.
3 changes: 1 addition & 2 deletions bin/nullarbor.pl
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down
Loading

0 comments on commit f0cf772

Please sign in to comment.