[svn:parrot] r37753 - trunk

allison at svn.parrot.org allison at svn.parrot.org
Fri Mar 27 03:46:59 UTC 2009


Author: allison
Date: Fri Mar 27 03:46:57 2009
New Revision: 37753
URL: https://trac.parrot.org/parrot/changeset/37753

Log:
[cage] Add a deprecation notice for paths prefixed with 'library/' or
'include/'.

Modified:
   trunk/DEPRECATED.pod

Modified: trunk/DEPRECATED.pod
==============================================================================
--- trunk/DEPRECATED.pod	Fri Mar 27 01:52:05 2009	(r37752)
+++ trunk/DEPRECATED.pod	Fri Mar 27 03:46:57 2009	(r37753)
@@ -18,7 +18,7 @@
 Either run parrot with the C<-w> option to enable all warnings, or
 specifically by including this C<PIR> code:
 
- .include 'include/warnings.pasm'
+ .include 'warnings.pasm'
  warningson .PARROT_WARNINGS_DEPRECATED_FLAG
 
 =head1 Configuration
@@ -160,6 +160,11 @@
 
 L<https://trac.parrot.org/parrot/ticket/159>
 
+=item load or include paths prefixed with 'library/' or 'include/'
+[eligible in 1.5]
+
+L<https://trac.parrot.org/parrot/ticket/511>
+
 =back
 
 =head1 Functions


More information about the parrot-commits mailing list