Revision history for Class-C3-Componentised
+1.0003 5 Mar 2008
+ Fix tests on perl 5.10.0
+
1.0002 4 Mar 2008
Make tests more resilient
# Clear down inc so ppl dont mess us up with installing modules that we
# expect not to exist
-@INC = ();
+#@INC = ();
+# This breaks Carp1.08/perl 5.10.0; bah
throws_ok { MyModule->load_components('+ClassC3ComponentFooThatShouldntExist'); } qr/^Can't locate ClassC3ComponentFooThatShouldntExist.pm in \@INC/;