Upgrade to Test::Simple 0.09.
[p5sagit/p5-mst-13.2.git] / lib / attributes.pm
index 3c8923f..28f7eee 100644 (file)
@@ -27,7 +27,7 @@ sub carp {
 #
 # The extra trips through newATTRSUB in the interpreter wipe out any savings
 # from avoiding the BEGIN block.  Just do the bootstrap now.
-BEGIN { bootstrap }
+BEGIN { bootstrap attributes }
 
 sub import {
     @_ > 2 && ref $_[2] or do {