diff options
author | Leon Brocard <acme@astray.com> | 2011-06-12 14:11:54 +0100 |
---|---|---|
committer | Leon Brocard <acme@astray.com> | 2011-06-12 14:11:54 +0100 |
commit | b43aaa67e50d25d4c14aaa463adb69b38e8fc72f (patch) | |
tree | 0c208f5dd4dfd68b61642d80280be38b68fc30e3 /ext | |
parent | 63e77aaf05e38fa0e392c54a6a8e2f23e7ae0ba6 (diff) | |
download | perl-b43aaa67e50d25d4c14aaa463adb69b38e8fc72f.tar.gz |
Fix two broken URLs in mro.pm, bump version and document in perldelta
Diffstat (limited to 'ext')
-rw-r--r-- | ext/mro/Changes | 3 | ||||
-rw-r--r-- | ext/mro/mro.pm | 12 |
2 files changed, 4 insertions, 11 deletions
diff --git a/ext/mro/Changes b/ext/mro/Changes index 0dd224e18a..9f9f18e1f5 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 9f01039575..ec7ba84b1b 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<http://aspn.activestate.com/ASPN/Mail/Message/perl6-internals/2746631> - =item L<http://use.perl.org/~autrijus/journal/25768> =back @@ -338,14 +336,6 @@ Parrot now uses C3 =back -=head2 C3 for TinyCLOS - -=over 4 - -=item L<http://www.call-with-current-continuation.org/eggs/c3.html> - -=back - =head2 Class::C3 =over 4 |