From b43aaa67e50d25d4c14aaa463adb69b38e8fc72f Mon Sep 17 00:00:00 2001 From: Leon Brocard Date: Sun, 12 Jun 2011 14:11:54 +0100 Subject: [PATCH] Fix two broken URLs in mro.pm, bump version and document in perldelta --- ext/mro/Changes | 3 +++ ext/mro/mro.pm | 12 +----------- pod/perldelta.pod | 4 ++++ 3 files changed, 8 insertions(+), 11 deletions(-) diff --git a/ext/mro/Changes b/ext/mro/Changes index 0dd224e..9f9f18e 100644 --- a/ext/mro/Changes +++ b/ext/mro/Changes @@ -1,5 +1,8 @@ Revision history for Perl extension mro. +1.08 Sun Jun 12 14:09:03 BST 2011 + - remove two broken URLs from the documentation + 1.01 Fri Dec 26 19:23:01 2008 - original version; created by h2xs 1.23 with options -b 5.10.0 -c -A -n mro --skip-ppport diff --git a/ext/mro/mro.pm b/ext/mro/mro.pm index 9f01039..ec7ba84 100644 --- a/ext/mro/mro.pm +++ b/ext/mro/mro.pm @@ -12,7 +12,7 @@ use warnings; # mro.pm versions < 1.00 reserved for MRO::Compat # for partial back-compat to 5.[68].x -our $VERSION = '1.07'; +our $VERSION = '1.08'; sub import { mro::set_mro(scalar(caller), $_[1]) if $_[1]; @@ -322,8 +322,6 @@ Parrot now uses C3 =over 4 -=item L - =item L =back @@ -338,14 +336,6 @@ Parrot now uses C3 =back -=head2 C3 for TinyCLOS - -=over 4 - -=item L - -=back - =head2 Class::C3 =over 4 diff --git a/pod/perldelta.pod b/pod/perldelta.pod index b983ed3..bacef9c 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -266,6 +266,10 @@ L has been updated to include Perl 5.12.4. =item * +L has been updated to remove two broken URLs in the documentation. + +=item * + L has been upgraded from version 0.38 to version 0.42 Eliminated use of C on array elements which has been deprecated. -- 2.7.4