This repository was archived by the owner on Jun 1, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -350,7 +350,7 @@ our %released = (
350350 '5.027002c' => '2017-12-05',
351351 '5.022005c' => '2018-01-01',
352352 '5.024003c' => '2018-01-05',
353- '5.026002c' => '????-?? -??',
353+ '5.026002c' => '2018-01 -??',
354354 '5.027003c' => '????-??-??',
355355 );
356356
Original file line number Diff line number Diff line change @@ -30,5 +30,5 @@ my $released = $Module::CoreList::released{ $curver };
3030$released = $Module::CoreList::released { $curver };
3131
3232ok( defined $released , " There is a released entry for $] " );
33- like( $released , qr { ^( \d {4}\-\d {2}\-\d {2}| \?\?\?\? - \?\? - \?\? ) $} ,
33+ like( $released , qr { ^[ \?\d ] {4}\- [ \?\d ] {2}\- [ \?\d ] {2}$} ,
3434 ' It should be a date in YYYY-MM-DD format' );
Original file line number Diff line number Diff line change @@ -642,6 +642,7 @@ the strings?).
642642 rurban 5.26.0c-RC1 2017-Apr-19 cperl 5.26
643643 rurban 5.26.0c 2017-Apr-25
644644 rurban 5.26.1c 2017-Aug-07
645+ rurban 5.26.2c 2018-Jan-??
645646
646647 Sawyer X 5.27.0 2017-May-31 The 5.27 development track
647648 Eric 5.27.1 2017-Jun-20
You can’t perform that action at this time.
0 commit comments