[svn:parrot] r37646 - trunk/src/ops

moritz at svn.parrot.org moritz at svn.parrot.org
Mon Mar 23 10:09:33 UTC 2009


Author: moritz
Date: Mon Mar 23 10:09:31 2009
New Revision: 37646
URL: https://trac.parrot.org/parrot/changeset/37646

Log:
[cage] try to clean up POD errors from experimental.ops

Modified:
   trunk/src/ops/experimental.ops

Modified: trunk/src/ops/experimental.ops
==============================================================================
--- trunk/src/ops/experimental.ops	Mon Mar 23 08:55:14 2009	(r37645)
+++ trunk/src/ops/experimental.ops	Mon Mar 23 10:09:31 2009	(r37646)
@@ -19,7 +19,7 @@
 may be removed in any release.
 
 If you rely on any of these opcodes, please open a
-L<https://trac.parrot.org/|Trac ticket>.
+Trac ticket at L<https://trac.parrot.org/>.
 
 
 =cut
@@ -40,6 +40,8 @@
 
 For other architectures, this is a C<noop>.
 
+=back
+
 =cut
 
 op trap() :deprecated {
@@ -51,8 +53,6 @@
 #endif
 }
 
-=back
-
 =head1 COPYRIGHT
 
 Copyright (C) 2001-2009, Parrot Foundation.


More information about the parrot-commits mailing list