[svn:parrot] r43401 - trunk
mikehh at svn.parrot.org
mikehh at svn.parrot.org
Wed Jan 6 22:00:19 UTC 2010
Author: mikehh
Date: Wed Jan 6 22:00:18 2010
New Revision: 43401
URL: https://trac.parrot.org/parrot/changeset/43401
Log:
fix codetest failure - pod syntax (=back seems to need a blank line before it)
Modified:
trunk/DEPRECATED.pod
Modified: trunk/DEPRECATED.pod
==============================================================================
--- trunk/DEPRECATED.pod Wed Jan 6 21:55:09 2010 (r43400)
+++ trunk/DEPRECATED.pod Wed Jan 6 22:00:18 2010 (r43401)
@@ -114,6 +114,7 @@
changes in semantic of handling removed elements.
L<https://trac.parrot.org/parrot/ticket/1403>
+
=back
=head1 Opcodes
@@ -141,7 +142,7 @@
All bitwise ops (all ops containing C<bitwise> in their names) will be provided
by dynops. B<NOTE>: Before removing the bitwise ops, make sure that the
equivalent dynops are available and that the major HLLs (Rakudo, Partcl, Lua,
-etc) have switched to using them.
+etc) have switched to using them.
L<https://trac.parrot.org/parrot/ticket/1260>
More information about the parrot-commits
mailing list