8000 Warn of perl library pitfalls · somnathzankar/rabbitmq-tutorials@73511e4 · GitHub
[go: up one dir, main page]

8000
Skip to content

Commit 73511e4

Browse files
author
Emile Joubert
committed
Warn of perl library pitfalls
1 parent 0b7fb86 commit 73511e4

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

perl/README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,13 @@ For tutorial six UUID::Tiny needs to be installed.
1515

1616
cpan -i UUID::Tiny
1717

18+
There are known problems with the the Net::RabbitFoot module:
19+
20+
* The MooseX::AttributeHelpers dependency has been deprecated and no longer builds on Perl 5.18
21+
* The library tests fail on 32bit systems
22+
1823
On Ubuntu:
19-
24+
2025
sudo apt-get install make libclass-data-inheritable-perl libtest-deep-perl libmoosex-app-cmd-perl libcoro-perl libjson-xs-perl libxml-libxml-perl libconfig-any-perl libmoosex-attributehelpers-perl libmoosex-configfromfile-perl libtest-exception-perl libfile-sharedir-perl libreadonly-xs-perl libuuid-tiny-perl
2126
sudo cpan -i Net::RabbitFoot
2227

0 commit comments

Comments
 (0)
0