Author: allison
Date: Mon Jan 19 16:35:32 2009
New Revision: 35786

Modified:
   trunk/DEPRECATED.pod

Log:
[install] Add deprecation notice for loading PIR/PASM/PBC files without an 
extension.

Modified: trunk/DEPRECATED.pod
==============================================================================
--- trunk/DEPRECATED.pod        (original)
+++ trunk/DEPRECATED.pod        Mon Jan 19 16:35:32 2009
@@ -138,6 +138,18 @@
 
 See TT #159
 
+=item * load_bytecode without a file extension [post 0.9.0]
+
+The load_bytecode opcode will require an extension on all .pir, .pasm, and 
.pbc files.
+It will perform limited checks for alternate extenstions:
+
+  a .pir file that isn't found will check for a .pbc file
+
+  a .pasm file that isn't found will check for a .pbc file
+  
+  a .pbc file that isn't found will check for a .pir file, then a .pasm file
+
+
 =back
 
 =head1 Functions

Reply via email to