In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/200ad250b053cb412891217bf2ab0493b5fe2da8?hp=36aa5d0de00a5c6bf7066b4a1e2370ffd8de6b8b>
- Log ----------------------------------------------------------------- commit 200ad250b053cb412891217bf2ab0493b5fe2da8 Author: Hugo van der Sanden <[email protected]> Date: Tue Feb 21 15:45:02 2017 +0000 update comment in test_bootstrap.pl ----------------------------------------------------------------------- Summary of changes: t/porting/test_bootstrap.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/porting/test_bootstrap.t b/t/porting/test_bootstrap.t index 3371823995..6888daa921 100644 --- a/t/porting/test_bootstrap.t +++ b/t/porting/test_bootstrap.t @@ -16,7 +16,7 @@ plan('no_plan'); open my $fh, '<', '../MANIFEST' or die "Can't open MANIFEST: $!"; -# Three tests in t/comp need to use require or use to get their job done: +# Some tests in t/comp need to use require or use to get their job done: my %exceptions = ( hints => "require './test.pl'", parser => 'use DieDieDie', -- Perl5 Master Repository
