The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

SYNOPSIS

  newtests-perldelta.pl [FROM TO]

Output the added tests between the two last released versions of Perl

  newtests-perldelta.pl

Output the added tests between the version tagged v5.11.1 and this version

  newtests-perldelta.pl v5.11.1 HEAD

New Tests

Many modules updated from CPAN incorporate new tests.

    HEAD

    for my $file (sort keys %desc) { next if $removed{ $file }; print <<ITEM; =item $file

    $desc{ $file }

    ITEM };

    print <<TAIL

TAIL