[svn:parrot] r46287 - trunk

coke at svn.parrot.org coke at svn.parrot.org
Tue May 4 21:42:35 UTC 2010


Author: coke
Date: Tue May  4 21:42:31 2010
New Revision: 46287
URL: https://trac.parrot.org/parrot/changeset/46287

Log:
Try to be more helpful.

Modified:
   trunk/DEPRECATED.pod

Modified: trunk/DEPRECATED.pod
==============================================================================
--- trunk/DEPRECATED.pod	Tue May  4 18:36:36 2010	(r46286)
+++ trunk/DEPRECATED.pod	Tue May  4 21:42:31 2010	(r46287)
@@ -22,17 +22,23 @@
 shipped, this feature may be removed in B<any> upcoming release, and
 you should no longer rely on it.
 
-Whenever deprecated items are removed, information
-regarding how to cope with the removal should be added to
-L<https://trac.parrot.org/parrot/wiki/Deprecation>.
+If you find a feature you once used was removed after a deprecation
+cycle, L<https://trac.parrot.org/parrot/wiki/Deprecation>. Otherwise
+please open a documentation ticket via Trac[1].
 
-When running parrot, you can receive warnings about deprecated opcodes.
+=head1 Are you using any Deprecated Features?
+
+When running parrot, you can receive warnings about deprecations.
 Either run parrot with the C<-w> option to enable all warnings, or
-specifically by including this C<PIR> code:
+deprecations specifically by including this snippet:
+
+=begin PIR_FRAGMENT
 
  .include 'warnings.pasm'
  warningson .PARROT_WARNINGS_DEPRECATED_FLAG
 
+=end PIR_FRAGMENT
+
 =head1 PMCS
 
 =over 4


More information about the parrot-commits mailing list