Skip to content

Commit

Permalink
Encode.pm is 5.8.0+
Browse files Browse the repository at this point in the history
git-svn-id: http://code.sixapart.com/svn/memcached/trunk/api/perl@829 b0b603af-a30f-0410-a34e-baf09ae79d0b
  • Loading branch information
ask committed Oct 6, 2009
1 parent 6c4fa3f commit e3af21f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ChangeLog
@@ -1,3 +1,6 @@

* Add Encode.pm requirement to Makefile.PL for perl 5.6.x (Ask).

2009-09-22: version 1.27

* Fix get() with utf-8 keys (athomason)
Expand Down
1 change: 1 addition & 0 deletions Makefile.PL
Expand Up @@ -5,6 +5,7 @@ WriteMakefile( 'NAME' => 'Cache::Memcached',
'Storable' => 0,
'Time::HiRes' => 0,
'String::CRC32' => 0,
'Encode' => 0,
},
($] >= 5.005 ?
(ABSTRACT_FROM => 'lib/Cache/Memcached.pm',
Expand Down

0 comments on commit e3af21f

Please sign in to comment.