Skip to content
Snippets Groups Projects
Commit 1961a431 authored by gregor herrmann's avatar gregor herrmann
Browse files

Add patch to fix load order issue.

Thanks: Toby Inkster for the patch proposal.
Closes: #980682
parent 50326aed
No related branches found
No related tags found
No related merge requests found
Description: fix load order issue
Origin: GitHub issue
Bug: https://github.com/avenj/list-objects-withutils/issues/6
Forwarded: https://github.com/avenj/list-objects-withutils/issues/6
Bug-Debian: https://bugs.debian.org/980682
Author: Toby Inkster
Reviewed-by: gregor herrmann <gregoa@debian.org>
Last-Update: 2021-01-22
--- a/lib/List/Objects/WithUtils/Role/Array/WithJunctions.pm
+++ b/lib/List/Objects/WithUtils/Role/Array/WithJunctions.pm
@@ -2,7 +2,7 @@
$List::Objects::WithUtils::Role::Array::WithJunctions::VERSION = '2.028003';
use strictures 2;
-use List::Objects::WithUtils::Array::Junction ();
+require List::Objects::WithUtils::Array::Junction;
use Role::Tiny;
load-order.patch
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment