App-perlall
view release on metacpan or search on metacpan
0.50 2016-06-12
* build: cmdline options -D or -U override now default settings.
* list: support cperl and perl
0.49 2015-11-27
* Devel::PatchPerl::Plugin::Compiler: mandatory fix for 5.22
which broke ByteLoader and thus the bytecode compiler.
0.48 2015-10-06
* Devel::PatchPerl::Plugin::Compiler: updated RT#81332 (B) for 5.18,5.20,5.22
* build: fixed detection of cmdline options -DAU
* build: run TEST_JOBS=4 make test_harness with build
* build: default to -Uuseshrplib on darwin with DEBUGGING
* build: do not derive $Config{useshrplib} from default perl anymore
0.47 2015-07-08
* fix -strong bug with clang, leave now -fstack-protector and
-fstack-protector-strong.
* add -ddflow, -sstack, -cps, -cpi suffix support for clang
* remove support for old -faddress-sanitizer syntax
script/perlall view on Meta::CPAN
:Help('Upgrade perlall to its latest or stable version')
{
my $c = shift;
$c->addopts('latest|l');
my $branch = $c->options->{latest} ? 'master' : 'release';
$c->_system("wget","--no-check-certificate","-O","perlall.tmp",
"http://github.com/rurban/App-perlall/raw/$branch/script/perlall");
if (-s "perlall.tmp" > 5000) {
$c->_system("chmod","0755","perlall.tmp");
$c->_system("mv","perlall.tmp",-l $0 ? readlink($0) : $0) or
"$0 updated"
} else {
"wget download from github failed"
}
}
=item B<help>
prints this help. With -v even more.
=cut
( run in 0.380 second using v1.01-cache-2.11-cpan-05444aca049 )