File: clean-namespaces.t

package info (click to toggle)
libmoosex-types-path-tiny-perl 0.012-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 304 kB
  • sloc: perl: 276; makefile: 2
file content (13 lines) | stat: -rw-r--r-- 324 bytes parent folder | download | duplicates (17)
1
2
3
4
5
6
7
8
9
10
11
12
13
use strict;
use warnings;

# this test was generated with Dist::Zilla::Plugin::Test::CleanNamespaces 0.006
# and altered by the local dist.ini

use Test::More 0.94;
use Test::CleanNamespaces 0.15;
use Test::Needs { 'MooseX::Types' => '0.42' };

subtest all_namespaces_clean => sub { all_namespaces_clean() };

done_testing;