~ubuntu-branches/ubuntu/oneiric/libanyevent-redis-perl/oneiric

« back to all changes in this revision

Viewing changes to Makefile.PL

  • Committer: Bazaar Package Importer
  • Author(s): Alessandro Ghedini
  • Date: 2011-02-09 19:31:48 UTC
  • Revision ID: james.westby@ubuntu.com-20110209193148-asa3jeyaol6nikd2
Tags: upstream-0.23
ImportĀ upstreamĀ versionĀ 0.23

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
use inc::Module::Install;
 
2
name 'AnyEvent-Redis';
 
3
all_from 'lib/AnyEvent/Redis.pm';
 
4
readme_from 'lib/AnyEvent/Redis.pm';
 
5
requires 'AnyEvent';
 
6
requires 'Try::Tiny';
 
7
build_requires 'Test::More';
 
8
test_requires 'Test::TCP',  1.03;
 
9
author_tests('xt');
 
10
auto_set_repository;
 
11
WriteAll;