Author: particle
Date: Wed Oct  5 07:11:49 2005
New Revision: 9351

Modified:
   trunk/t/library/pcre.t
Log:
[perl #37354] [PATCH] pcre.t
This patch updates t/library/pcre.t.
'isnull' becomes 'if_null'.
Courtesy of François PERRAD.

Modified: trunk/t/library/pcre.t
==============================================================================
--- trunk/t/library/pcre.t      (original)
+++ trunk/t/library/pcre.t      Wed Oct  5 07:11:49 2005
@@ -40,7 +40,7 @@ pir_output_is( <<'CODE', <<'OUT', 'soup 
 
 
     find_global func, 'PCRE', 'init'
-    isnull func, NOK1
+    if_null func, NOK1
     branch OK1
 NOK1:
     print 'not '
@@ -48,7 +48,7 @@ OK1:
     print "ok 1\n"
 
     lib= func()
-    isnull lib, NOK2
+    if_null lib, NOK2
     branch OK2
 NOK2:
     print 'not '

Reply via email to