Depend on latest Test::Exception to avoid failing tests.
Florian Ragwitz [Tue, 12 May 2009 11:31:13 +0000 (13:31 +0200)]
Closes RT#45987.

Changes
Makefile.PL

diff --git a/Changes b/Changes
index 2879542..6db10bb 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,9 @@
 Revision history for Perl extension Class-MOP.
 
+    * Makefile.PL
+      - Depend on Text::Exception 0.27 to avoid failing tests ond old
+        versions (rafl)
+
     * Class::MOP
       - Made is_class_loaded a little stricter. It was reporting that
         a class was loaded if it merely had an @ISA variable in its
index 3b097f2..3331eef 100644 (file)
@@ -23,7 +23,7 @@ requires 'Task::Weaken';
 
 test_requires 'File::Spec';
 test_requires 'Test::More'      => '0.77';
-test_requires 'Test::Exception' => '0.21';
+test_requires 'Test::Exception' => '0.27';
 
 extra_tests();