Skip to content

Commit

Permalink
test for clean namespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
karenetheridge committed Dec 14, 2013
1 parent 7765ef0 commit e95862b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions dist.ini
Expand Up @@ -19,6 +19,7 @@ remove = MooseX::Role::WithOverloading
[Prereqs / DevelopRequires]
MooseX::AttributeHelpers = 0
MooseX::Role::WithOverloading = 0
Test::CleanNamespaces = 0

[ContributorsFromGit]

Expand Down
9 changes: 9 additions & 0 deletions xt/release/clean-namespaces.t
@@ -0,0 +1,9 @@
use strict;
use warnings FATAL => 'all';

use Test::More;
use Test::CleanNamespaces;

all_namespaces_clean();

done_testing;

0 comments on commit e95862b

Please sign in to comment.