Once you have cloned the repo, you will need to download the submodules.
git submodule init
git submodule update
There is a vagrant development environment available, with a local rabbitmq installation and ssl enabled.
The test environment variables have been set to use this install
vagrant up
vagrant ssh
cd /vagrant
make distclean; perl Makefile.PL; make
#run all tests with test debugging
NARDEBUG=1 prove -I blib/lib -I blib/arch -v t/
#run all tests in ssl mode
MQSSL=1 prove -I blib/lib -I blib/arch -v t/
#To build a release
perl Makefile.PL
make manifest
make dist
Keyboard Shortcuts
Global
s
Focus search bar
?
Bring up this help dialog
GitHub
gp
Go to pull requests
gi
go to github issues (only if github is preferred repository)