Show
Ignore:
Timestamp:
10/07/08 15:48:46 (3 months ago)
Author:
bonnu
Message:

lang/perl/Method-Cached - derivation & syntax correct

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lang/perl/Method-Cached/trunk/lib/Method/Cached/Domain/Default.pm

    r20615 r20895  
    77 
    88my $_setting = { 
    9     storage_class   => 'Cache::FastMmap', 
    10     storage_args    => [ 
    11         share_file     => '/tmp/fastmmap-sharefile.bin', 
     9    storage_class => 'Cache::FastMmap', 
     10    storage_args  => [ 
     11        share_file     => '/tmp/fastmmap.bin', 
    1212        unlink_on_exit => 0, 
    1313    ], 
    14     key_regularizer => 'LIST', 
     14    key_rule      => 'LIST', 
    1515}; 
    1616