- or download this
perl build/brew_build.pl
- or download this
perl build/brew_build.pl --reload 1 --count 3
- or download this
perl build/brew_build.pl -d 1 -c -1
- or download this
perl build/brew_build.pl -v 5.20.1
- or download this
% perl build/brew_build.pl
perl-5.23.7
...
perl-5.20.3 :: PASS
perl-5.22.1 :: PASS
perl-5.23.7 :: PASS
- or download this
#!/usr/bin/perl
use warnings;
...
results();
}
- or download this
#!/usr/bin/perl
use warnings;
...
else {
system "cpanm --installdeps . && dmake && dmake test";
}