remove direct use of Class::C3 in tests
[p5sagit/Class-C3-Componentised.git] / Makefile.PL
index f01e2af..338ce6b 100644 (file)
@@ -8,6 +8,7 @@ author    'Ash Berlin <ash@cpan.org>';
 all_from  'lib/Class/C3/Componentised.pm';
 
 test_requires  'Test::Exception' => '0.31';
+test_requires  'Test::More' => '0.96';
 
 requires  'MRO::Compat'         => '0.09';
 requires  'Class::Inspector'    => '1.23';
@@ -16,10 +17,6 @@ requires  'Class::Inspector'    => '1.23';
 # isn't needed. However, some existing code relies on us loading Class::C3. We
 # don't want to break it just yet. Therefore we depend directly on Class::C3 as
 # well.
-
-### !!! IMPORTANT !!! ###
-# tests currently rely on Class::C3 availability, by requiring it directly
-# will need adjustment if the require is removed
 requires  'Class::C3' => '0.20';
 
 resources repository => 'git://git.shadowcat.co.uk/p5sagit/Class-C3-Componentised.git';