The Perl and Raku Conference 2025: Greenville, South Carolina - June 27-29 Learn more

use strict;
# this test was generated with Dist::Zilla::Plugin::Test::CleanNamespaces 0.006
use Test::More 0.94;
subtest all_namespaces_clean => sub {
namespaces_clean(
grep { my $mod = $_; not grep { $mod =~ $_ } qr/^Iterator::Flex$/, qr/Iterator::Flex::Factory/, qr/Iterator::Flex::Method/, qr/Iterator::Flex::Utils/, qr/Iterator::Flex::Common/ }
Test::CleanNamespaces->find_modules
);
};
done_testing;