# @@ Meta Begin # Redirect tweezer 0.0 # Meta as::author {Karl Lehenbauer} # Meta as::build::date 2015-03-24 # Meta as::note Business Edition Only --- License required # Meta as::origin http://github.com/flightaware/TclTweezer # Meta as::repository http://teapot-be.activestate.com # Meta as::type package # Meta category Introspection Debugging # Meta description This is a hackish tool for doing dangerous but # Meta description potentially interesting things to Tcl objects. Using # Meta description it you can sniff any Tcl object that you can # Meta description contrive for the tweezer to be able to see, such as # Meta description a variable, proc, array element, element of a list # Meta description within a list, etc, find out its data type (internal # Meta description representation), look at and manipulate its # Meta description reference count, generate a new reference, and even # Meta description force an object to shimmer to a different internal # Meta description representation, which may actually be useful for # Meta description something. --- Access to this package requires a # Meta description valid ActiveState ActiveTcl Business Edition # Meta description license. Please visit # Meta description http://www.activestate.com/business-edition to learn # Meta description more about the ActiveTcl Business Edition offering. # Meta license BSD # Meta platform solaris2.8-sparc # Meta require {Tcl 8.4} # Meta subject introspection debugging shimmer reference internal # Meta subject dangerous # Meta summary Deep introspection tool # @@ Meta End