Skip to content

Commit 7db6993

Browse files
committed
Add cpan install note to perl README.
1 parent b5dd677 commit 7db6993

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

perl/README.md

+4
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,12 @@ To successfully use the examples you will need a running RabbitMQ server.
99

1010
To run this code you need to intall Net::RabbitFoot
1111

12+
cpan -i Net::RabbitFoot
13+
1214
For tutorial six UUID::Tiny needs to be installed.
1315

16+
cpan -i UUID::Tiny
17+
1418
## Code
1519

1620
[Tutorial one: "Hello World!"](http://www.rabbitmq.com/tutorial-one-python.html):

0 commit comments

Comments
 (0)