From 897e73fcd9c1745d4823e6875039a4f29f2bb504 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sun, 2 Jan 2011 08:17:02 -0600 Subject: tests for the also stuff --- t/lib/05/Bar/Conflicts2.pm | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 t/lib/05/Bar/Conflicts2.pm (limited to 't/lib/05/Bar/Conflicts2.pm') diff --git a/t/lib/05/Bar/Conflicts2.pm b/t/lib/05/Bar/Conflicts2.pm new file mode 100644 index 0000000..d45754e --- /dev/null +++ b/t/lib/05/Bar/Conflicts2.pm @@ -0,0 +1,13 @@ +package Bar::Conflicts2; +use strict; +use warnings; + +use Dist::CheckConflicts + -conflicts => { + 'Bar::Also' => 0.06, + }, + -also => [ + 'Baz', + ]; + +1; -- cgit v1.2.3-54-g00ecf