Show
Ignore:
Timestamp:
04/29/10 23:07:53 (3 years ago)
Author:
ktat
Message:

change the way to disable executing code defined as '.'.

(see 'DO SOMETHING WITHOUT EXPORTING ANYTHING'.)
for example, -list => [] -> -list => []

avoid warning message on perl 5.12
add test.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lang/perl/Util-Any/trunk/Changes

    r37256 r37324  
    11Revision history for Util-Any 
     2 
     30.22    2010/04/29 22:58:00 
     4        change the way to disable executing code defined as '.'. 
     5          (see 'DO SOMETHING WITHOUT EXPORTING ANYTHING'.) 
     6          for example, -list => [''] -> -list => [] 
     7        avoid warning message on perl 5.12 
    28 
    390.21    2010/04/22 02:38:00