In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/7dc1157f253ee6502c36b5d8e2b24e7e78b5efaf?hp=ed549f2e7fe319d460835b5ecf2c0b5abead3d12>
- Log ----------------------------------------------------------------- commit 7dc1157f253ee6502c36b5d8e2b24e7e78b5efaf Author: Leon Brocard <[email protected]> Date: Tue Sep 22 20:43:44 2009 +0100 Remove broken URL from the mro documentation ----------------------------------------------------------------------- Summary of changes: ext/mro/mro.pm | 8 +------- 1 files changed, 1 insertions(+), 7 deletions(-) diff --git a/ext/mro/mro.pm b/ext/mro/mro.pm index 5a193e2..07a4721 100644 --- a/ext/mro/mro.pm +++ b/ext/mro/mro.pm @@ -328,13 +328,7 @@ works (like C<goto &maybe::next::method>); =back -=head2 The prototype Perl 6 Object Model uses C3 - -=over 4 - -=item L<http://svn.openfoundry.org/pugs/perl5/Perl6-MetaModel/> - -=back +=head2 The Pugs prototype Perl 6 Object Model uses C3 =head2 Parrot now uses C3 -- Perl5 Master Repository
