File: clean-namespaces.t

package info (click to toggle)
libdatetime-locale-perl 1%3A1.11-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 13,948 kB
  • ctags: 125
  • sloc: perl: 1,700; makefile: 2
file content (16 lines) | stat: -rw-r--r-- 382 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
use strict;
use warnings;

# this test was generated with Dist::Zilla::Plugin::Test::CleanNamespaces 0.006

use Test::More 0.94;
use Test::CleanNamespaces 0.15;

subtest all_namespaces_clean => sub {
    namespaces_clean(
        grep { my $mod = $_; not grep { $mod =~ $_ } qr/DateTime::Locale::Conflicts/ }
            Test::CleanNamespaces->find_modules
    );
};

done_testing;