AnyMQ icon indicating copy to clipboard operation
AnyMQ copied to clipboard

Simple message queue based on AnyEvent

Results 2 AnyMQ issues
Sort by recently updated
recently updated
newest added

This updates the files in inc for Module::Starter which should clear up the string of test failures on Test::Builder::Module being too low of a version (wants 0.99, getting 0.98).

Test::More wants Test::Builder::Module 0.99. AnyMQ brings its own Test::Builder::Module 0.98 in inc/ As a result tests fail because the older version is the first in @INC. See also https://github.com/clkao/Web-Hippie/issues/11