/[Redis.pre-github]/Makefile.PL
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Contents of /Makefile.PL

Parent Directory Parent Directory | Revision Log Revision Log


Revision 70 - (show annotations)
Wed Mar 17 20:26:07 2010 UTC (14 years ago) by dpavlin
File MIME type: text/plain
File size: 550 byte(s)
use Encode::_utf8_on to mark bytes from Redis socket as utf-8 chars
1 use strict;
2 use warnings;
3 use ExtUtils::MakeMaker;
4
5 WriteMakefile(
6 NAME => 'Redis',
7 AUTHOR => 'Dobrica Pavlinusic <dpavlin@rot13.org>',
8 VERSION_FROM => 'lib/Redis.pm',
9 ABSTRACT_FROM => 'lib/Redis.pm',
10 PL_FILES => {},
11 PREREQ_PM => {
12 'Test::More' => 0,
13 'IO::Socket::INET' => 0,
14 'Data::Dumper' => 0,
15 'Carp' => 0,
16 'Encode' => 0,
17 },
18 dist => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', },
19 clean => { FILES => 'Redis-*' },
20 );

  ViewVC Help
Powered by ViewVC 1.1.26