From 7db6993310cb9857e6505431b0edfeb5e1841623 Mon Sep 17 00:00:00 2001 From: Colin B Date: Fri, 6 Jul 2012 09:09:40 -0700 Subject: [PATCH] Add cpan install note to perl README. --- perl/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/perl/README.md b/perl/README.md index 87a35360..c9877a8b 100644 --- a/perl/README.md +++ b/perl/README.md @@ -9,8 +9,12 @@ To successfully use the examples you will need a running RabbitMQ server. To run this code you need to intall Net::RabbitFoot + cpan -i Net::RabbitFoot + For tutorial six UUID::Tiny needs to be installed. + cpan -i UUID::Tiny + ## Code [Tutorial one: "Hello World!"](http://www.rabbitmq.com/tutorial-one-python.html):