From e2074188a5067152e648b684733bf3e5ddf6a4c6 Mon Sep 17 00:00:00 2001 From: Elizabeth Mattijsen Date: Thu, 13 Feb 2025 20:50:32 +0000 Subject: [PATCH] BUILDALL and POPULATE are implementation dependent, they should be ignored (otherwise this test will break in 2025.02 --- t/namespace.t | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/t/namespace.t b/t/namespace.t index 0be9eb6..a61fe93 100644 --- a/t/namespace.t +++ b/t/namespace.t @@ -3,8 +3,7 @@ use Test; use Game::Entities; -is-deeply Game::Entities.^methodsĀ».name.Set, < - BUILDALL +is-deeply Game::Entities.^methodsĀ».name.grep(!(* eq 'BUILDALL' | 'POPULATE')).Set, < add alive check -- GitLab