Author: coke
Date: Wed Nov 12 14:01:31 2008
New Revision: 32579
Modified:
trunk/docs/pdds/pdd19_pir.pod
Log:
remove [DEPRECATED] warning - this is gone now.
Modified: trunk/docs/pdds/pdd19_pir.pod
==============================================================================
--- trunk/docs/pdds/pdd19_pir.pod (original)
+++ trunk/docs/pdds/pdd19_pir.pod Wed Nov 12 14:01:31 2008
@@ -839,18 +839,6 @@
want the parentheses?
}}
-=item .return <var>(args)
-
-{{ Deprecated. Use .tailcall instead. See RT#58236. }}
-
-=item .return <var>.'somemethod'(args)
-
-{{ Deprecated. Use .tailcall instead. See RT#58236. }}
-
-=item .return <var>.<var>(args)
-
-{{ Deprecated. Use .tailcall instead. See RT#58236. }}
-
=item .tailcall <var>(args)
=item .tailcall <var>.'somemethod'(args)