In perl.git, the branch maint-5.18 has been updated <http://perl5.git.perl.org/perl.git/commitdiff/6b83bdbad8a3d9306803b554640131f4c47a99c7?hp=e2a4306ace4a19cb3a434e4eb9fedad6ff1248b4>
- Log ----------------------------------------------------------------- commit 6b83bdbad8a3d9306803b554640131f4c47a99c7 Author: Ricardo Signes <[email protected]> Date: Tue Jan 7 11:35:00 2014 -0500 fix typo in perldelta M pod/perldelta.pod commit add9c69da6b23c1a4f0efe9a14a9a6deed0771df Author: Ricardo Signes <[email protected]> Date: Tue Jan 7 08:02:21 2014 -0500 correct release date for v5.18.2 M dist/Module-CoreList/lib/Module/CoreList.pm ----------------------------------------------------------------------- Summary of changes: dist/Module-CoreList/lib/Module/CoreList.pm | 4 ++-- pod/perldelta.pod | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dist/Module-CoreList/lib/Module/CoreList.pm b/dist/Module-CoreList/lib/Module/CoreList.pm index 702cfd6..d63a428 100644 --- a/dist/Module-CoreList/lib/Module/CoreList.pm +++ b/dist/Module-CoreList/lib/Module/CoreList.pm @@ -3,7 +3,7 @@ use strict; use vars qw/$VERSION %released %version %families %upstream %bug_tracker %deprecated %delta/; use Module::CoreList::TieHashDelta; -$VERSION = '3.03'; +$VERSION = '3.03_01'; my $dumpinc = 0; sub import { @@ -242,7 +242,7 @@ sub changes_between { 5.019005 => '2013-10-20', 5.019006 => '2013-11-20', 5.019007 => '2013-12-20', - 5.018002 => '2014-01-09', + 5.018002 => '2014-01-06', ); for my $version ( sort { $a <=> $b } keys %released ) { diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 16349ca..d8b41a7 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -31,7 +31,7 @@ C<B::SPECIAL> object in this case. [perl #119413] L<B::Concise> has been upgraded from version 0.95 to 0.95_01. -This fixes a bug in dumping unexpected SEPCIALs. +This fixes a bug in dumping unexpected SPECIALs. =item * -- Perl5 Master Repository
