Skip to content

Commit e3af21f

Browse files
author
ask
committed
Encode.pm is 5.8.0+
git-svn-id: http://code.sixapart.com/svn/memcached/trunk/api/perl@829 b0b603af-a30f-0410-a34e-baf09ae79d0b
1 parent 6c4fa3f commit e3af21f

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

ChangeLog

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
2+
* Add Encode.pm requirement to Makefile.PL for perl 5.6.x (Ask).
3+
14
2009-09-22: version 1.27
25

36
* Fix get() with utf-8 keys (athomason)

Makefile.PL

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ WriteMakefile( 'NAME' => 'Cache::Memcached',
55
'Storable' => 0,
66
'Time::HiRes' => 0,
77
'String::CRC32' => 0,
8+
'Encode' => 0,
89
},
910
($] >= 5.005 ?
1011
(ABSTRACT_FROM => 'lib/Cache/Memcached.pm',

0 commit comments

Comments
 (0)