]> Dogcows Code - chaz/p5-File-KDBX/blob - xt/author/clean-namespaces.t
Version 0.800
[chaz/p5-File-KDBX] / xt / author / clean-namespaces.t
1 use strict;
2 use warnings;
3
4 # this test was generated with Dist::Zilla::Plugin::Test::CleanNamespaces 0.006
5
6 use Test::More 0.94;
7 use Test::CleanNamespaces 0.15;
8
9 subtest all_namespaces_clean => sub {
10 namespaces_clean(
11 grep { my $mod = $_; not grep { $mod =~ $_ } qr/::Util|::KDF::AES$/ }
12 Test::CleanNamespaces->find_modules
13 );
14 };
15
16 done_testing;
This page took 0.032395 seconds and 4 git commands to generate.