diff options
author | Lorry Tar Creator <lorry-tar-importer@lorry> | 2015-04-24 03:26:57 +0000 |
---|---|---|
committer | Lorry Tar Creator <lorry-tar-importer@lorry> | 2015-04-24 03:26:57 +0000 |
commit | 5b19971882c74b097f4a052852a67ee81cb2bb5a (patch) | |
tree | 5ece4540878b66af375437bccd72a7abe93badbc /xt/author/clean-namespaces.t | |
download | Sub-Name-tarball-master.tar.gz |
Sub-Name-0.14HEADSub-Name-0.14master
Diffstat (limited to 'xt/author/clean-namespaces.t')
-rw-r--r-- | xt/author/clean-namespaces.t | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/xt/author/clean-namespaces.t b/xt/author/clean-namespaces.t new file mode 100644 index 0000000..36387da --- /dev/null +++ b/xt/author/clean-namespaces.t @@ -0,0 +1,11 @@ +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 { all_namespaces_clean() }; + +done_testing; |