Changeset 526

Show
Ignore:
Timestamp:
05/02/07 20:43:18 (2 years ago)
Author:
hachi
Message:

Make perl space constants out of the ones in XS land.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/client-xs-20070328/Cache-Memcached-GetParserXS/Makefile.PL

    r304 r526  
    2222  # files to replace their "fallback" counterparts before distributing your 
    2323  # changes. 
    24   my @names = (qw()); 
     24  my @names = (qw(DEST NSLEN ON_ITEM BUF STATE OFFSET FLAGS KEY FINISHED)); 
    2525  ExtUtils::Constant::WriteConstants( 
    2626                                     NAME         => 'Cache::Memcached::GetParserXS',