Bump VERSION to 0.04. Tweak a warning message
[p5sagit/Devel-Size.git] / SizeMe.xs
index 3178176..904047d 100644 (file)
--- a/SizeMe.xs
+++ b/SizeMe.xs
@@ -756,7 +756,7 @@ regex_size(pTHX_ const REGEXP * const baseregex, struct state *st, pPATH) {
   /*ADD_SIZE(st, strlen(SvANY(baseregex)->subbeg));*/
 #endif
   if (st->go_yell && !st->regex_whine) {
-    carp("Devel::Size: Calculated sizes for compiled regexes are incompatible, and probably always will be");
+    carp("Devel::Size: Calculated sizes for compiled regexes are incomplete");
     st->regex_whine = 1;
   }
 }