In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/2e3b2a1fba7611d1cd6060a5f07f6a0f91a06b3a?hp=28118845adbde9f823d609bb19abbbf8d1ffee47>

- Log -----------------------------------------------------------------
commit 2e3b2a1fba7611d1cd6060a5f07f6a0f91a06b3a
Author: Chris 'BinGOs' Williams <ch...@bingosnet.co.uk>
Date:   Sat Mar 25 20:06:53 2017 +0000

    Fix wrong text in Module-CoreList is_core test
-----------------------------------------------------------------------

Summary of changes:
 dist/Module-CoreList/t/is_core.t | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dist/Module-CoreList/t/is_core.t b/dist/Module-CoreList/t/is_core.t
index 1ddc260348..3903703fb8 100644
--- a/dist/Module-CoreList/t/is_core.t
+++ b/dist/Module-CoreList/t/is_core.t
@@ -81,4 +81,4 @@ ok(! Module::CoreList->is_core("CGI", undef, 5.021), "CGI not 
in 5.021");
 ok(! Module::CoreList->is_core("CGI", undef, 5.021001), "CGI not in 5.021001");
 
 ok(  Module::CoreList::is_core("Config", 0, "5.020"), "Config v0+ is in core 
in 5.020");
-ok(  Module::CoreList::is_core("Config", undef, "5.020"), "Config v(undef) is 
in core in 7.020");
+ok(  Module::CoreList::is_core("Config", undef, "5.020"), "Config v(undef) is 
in core in 5.020");

--
Perl5 Master Repository

Reply via email to