Author: pmichaud
Date: Thu Oct  4 22:29:34 2007
New Revision: 21865

Modified:
   trunk/DEPRECATED.pod

Log:
[pge]:
* Officially declare 'newfrom' as deprecated.


Modified: trunk/DEPRECATED.pod
==============================================================================
--- trunk/DEPRECATED.pod        (original)
+++ trunk/DEPRECATED.pod        Thu Oct  4 22:29:34 2007
@@ -39,7 +39,18 @@
 
 =head1 Deprecated methods
 
-Currently no methods are deprecated.
+=over 4
+
+=item C<newfrom> sub/method in PGE
+
+The C<newfrom> method in PGE is now deprecated.  Use C<new> instead.
+To get access to the C<new> method when a Match object isn't available,
+use the PGE::Match protoobject (available in the C<PGE> namespace):
+
+    $P0 = get_hll_global ['PGE'], 'Match'
+    object = $P0.'new'(...)
+
+=back
 
 =head1 Deprecated ops
 

Reply via email to