commit 76955bd268c4ca4057783a2bacb6a023ae6d1946 (patch)
parent f7c0b4a8f044e22e833bc5e78e177146b0b619cf
Author: Alex Karle <alex@alexkarle.com>
Date: Sun, 2 May 2021 00:02:54 -0400
deps: Lock in Mojolicious at v8.67
This is the version we're using in production, and I noticed a fresh
build failed to install Mojo::Webpack::Plugin .13 with Mojolicious 9.17,
so this patch should fix the versioning issues and ensure the code is
installable on a fresh machine!
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/cpanfile b/cpanfile
@@ -1,3 +1,3 @@
-requires 'Mojolicious';
+requires 'Mojolicious', '== 8.67';
requires 'Mojolicious::Plugin::Webpack', '== 0.13';
requires 'Class::Tiny';