Changeset 811 for trunk/api/perl/lib/Cache/Memcached.pm
- Timestamp:
- 05/05/09 01:32:37 (7 months ago)
- Files:
-
- 1 modified
-
trunk/api/perl/lib/Cache/Memcached.pm (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/api/perl/lib/Cache/Memcached.pm
r809 r811 36 36 37 37 use vars qw($VERSION $HAVE_ZLIB $FLAG_NOSIGNAL); 38 $VERSION = "1.2 5";38 $VERSION = "1.26"; 39 39 40 40 BEGIN { … … 820 820 # be something reasonable. Obviously "reset" should not 821 821 # be on the list :) but other types that might go in here 822 # include maps, cachedump, slabs, or items. 823 $types = [ qw( misc malloc sizes self ) ]; 822 # include maps, cachedump, slabs, or items. Note that 823 # this does NOT include 'sizes' anymore, as that can freeze 824 # bug servers for a couple seconds. 825 $types = [ qw( misc malloc self ) ]; 824 826 } else { 825 827 $types = [ $types ];
