Class::Inspector - Get information about a class and its structure
Class::Inspector allows you to get information about a loaded class. Most or all of this information can be found in other ways, but they aren't always very friendly, and usually involve a relatively high level of Perl wizardry, or strange and unusua...
PLICEASE/Class-Inspector-1.36 - 19 Jul 2019 12:36:51 UTC
Class::Inspector::Functions - Get information about a class and its structure
Class::Inspector::Functions is a function based interface of Class::Inspector. For a thorough documentation of the available functions, please check the manual for the main module. Exports The following functions are exported by default. installed lo...
PLICEASE/Class-Inspector-1.36 - 19 Jul 2019 12:36:51 UTC
Class::Handle - Create objects that are handles to Classes
Class related functionality in Perl is broken up into a variety of different modules. Class::Handle attempts to provide a convenient object wrapper around the various different types of functions that can be performed on a class. Please note that thi...
ADAMK/Class-Handle-1.07 - 11 Dec 2007 04:48:27 UTC
Class::Autouse - Run-time load a class the first time you call a method in it.
Class::Autouse is a runtime class loader that allows you to specify classes that will only load when a method of that class is called. For large classes or class trees that might not be used during the running of a program, such as Date::Manip, this ...
ADAMK/Class-Autouse-2.01 - 03 Feb 2012 07:59:58 UTC
Class::Injection - Injects methods to other classes
The Injection class is a elegant way to manipulate existing classes without editing them. It is done during runtime. It is a good way to write plugins without creating special plugins technologies....
AHERNIT/Class-Injection-1.11 - 12 Jun 2016 17:55:09 UTC
UML::Class::Simple - Render simple UML class diagrams, by loading the code
"UML::Class::Simple" is a Perl CPAN module that generates UML class diagrams (PNG format, GIF format, XMI format, or dot source) automatically from Perl 5 source or Perl 5 runtime. Perl developers can use this module to obtain pretty class diagrams f...
AGENT/UML-Class-Simple-0.22 - 18 Dec 2016 23:00:01 UTC
Class::Inheritance - get and set inheritance values for a class.
Class::Inheritance tries to get all the information you would ever need regarding inheritance and multiple inheritance for classes. The main focus of the module is to ask "From which class did this method come from?". NOTE: You MUST have the classes ...
NIELSEN/Class-Inheritance-0.03 - 27 Oct 2004 01:17:53 UTC
Class::Usul::TraitFor::Usage - Help and diagnostic information for command line programs
Help and diagnostic information for command line programs...
PJFL/Class-Usul-0.84.1 - 14 Apr 2018 12:28:18 UTC