[Bps-public-commit] rt-extension-rest2 branch, master, updated. 1.07-1-ge845229
Aaron Trevena
ast at bestpractical.com
Tue Mar 10 17:50:38 EDT 2020
The branch, master has been updated
via e845229893fb18a3ea00b97fea3008df47576701 (commit)
from 06e180d722fbe19a2725e4a3fdac20b49ba90a90 (commit)
Summary of changes:
Makefile.PL | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
- Log -----------------------------------------------------------------
commit e845229893fb18a3ea00b97fea3008df47576701
Author: Aaron Trevena <aaron at aarontrevena.co.uk>
Date: Tue Mar 10 21:49:04 2020 +0000
Bump requirement for Path::Dispatcher to 1.07 to remove warnings about Any::Moose
diff --git a/Makefile.PL b/Makefile.PL
index 67349a2..44070da 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -20,7 +20,7 @@ requires 'Sub::Exporter';
requires 'Web::Machine' => '0.12';
requires 'Module::Path';
requires 'Pod::POM';
-requires 'Path::Dispatcher';
+requires 'Path::Dispatcher' => '1.07';
recommends 'JSON::XS';
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list