File: clean-namespaces.t

package info (click to toggle)
libmoosex-types-structured-perl 0.36-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 492 kB
  • sloc: perl: 757; makefile: 11
file content (13 lines) | stat: -rw-r--r-- 324 bytes parent folder | download | duplicates (3)
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.44' };

subtest all_namespaces_clean => sub { all_namespaces_clean() };

done_testing;