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
test_requires 'File::Spec';
test_requires 'Test::More' => '0.77';
-test_requires 'Test::Exception' => '0.21';
+test_requires 'Test::Exception' => '0.27';
extra_tests();