Skip to content

Commit

Permalink
Merge branch 'redis2.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
melo committed Jan 30, 2011
2 parents b6c1e58 + 5958a32 commit 41d1109
Show file tree
Hide file tree
Showing 12 changed files with 842 additions and 261 deletions.
7 changes: 7 additions & 0 deletions .gitignore
@@ -0,0 +1,7 @@
*~
blib
pm_to_blib
Makefile
Makefile.old
*.sw[op]
*.tar.gz
5 changes: 4 additions & 1 deletion Makefile.PL
Expand Up @@ -9,8 +9,11 @@ WriteMakefile(
ABSTRACT_FROM => 'lib/Redis.pm',
PL_FILES => {},
PREREQ_PM => {
'Test::More' => 0,
'Test::More' => 0.92,
'Test::Exception' => 0,
'Test::Deep' => 0,
'IO::Socket::INET' => 0,
'IO::String' => 0,
'Data::Dumper' => 0,
'Carp' => 0,
'Encode' => 0,
Expand Down

0 comments on commit 41d1109

Please sign in to comment.