summaryrefslogtreecommitdiffstats
path: root/t/lib/06/Bar/Conflicts.pm
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2013-07-08 17:20:23 -0400
committerJesse Luehrs <doy@tozt.net>2013-07-08 17:25:39 -0400
commit04a6fd13f7ea3a45881d6e75ea1dffba38a999fd (patch)
treeb275e3345e05514fea8264c82a82b8ce0973170f /t/lib/06/Bar/Conflicts.pm
parent3e4a621b8dbe1a03d3bfc8c8cac349112d987b7c (diff)
downloaddist-checkconflicts-04a6fd13f7ea3a45881d6e75ea1dffba38a999fd.tar.gz
dist-checkconflicts-04a6fd13f7ea3a45881d6e75ea1dffba38a999fd.zip
remove test numbers
Diffstat (limited to 't/lib/06/Bar/Conflicts.pm')
-rw-r--r--t/lib/06/Bar/Conflicts.pm22
1 files changed, 0 insertions, 22 deletions
diff --git a/t/lib/06/Bar/Conflicts.pm b/t/lib/06/Bar/Conflicts.pm
deleted file mode 100644
index c9c6f3d..0000000
--- a/t/lib/06/Bar/Conflicts.pm
+++ /dev/null
@@ -1,22 +0,0 @@
-package Bar::Conflicts;
-use strict;
-use warnings;
-
-use Dist::CheckConflicts
- ':runtime',
- -conflicts => {
- 'Bar::Foo' => 0.01,
- 'Bar::Foo::Good' => 0.01,
- 'Bar::Foo::Bad' => 0.01,
- 'Bar::Bar' => 0.01,
- 'Bar::Bar::Good' => 0.01,
- 'Bar::Bar::Bad' => 0.01,
- 'Bar::Baz' => 0.01,
- 'Bar::Baz::Good' => 0.01,
- 'Bar::Baz::Bad' => 0.01,
- 'Bar::Quux' => 0.01,
- 'Bar::Quux::Good' => 0.01,
- 'Bar::Quux::Bad' => 0.01,
- };
-
-1;