=begin pod =TITLE class X::Syntax::Augment::WithoutMonkeyTyping class X::Syntax::Augment::WithoutMonkeyTyping does X::Syntax { } Compile time error thrown when C is used without C. Since C is considered a rather unsafe and impolate action, you have to pre-declare your intent with the C pragma. If you don't do that, for example augment class Int { }; you get the error ===SORRY!=== augment not allowed without 'use MONKEY_TYPING' =end pod