Changes since last packaged version (1.16):
1.17 Mon 6 Aug 2007
- Classes with leading numbers after the first :: are permitted
- Removing some old cruft from the tests
- Updated to Module::Install 0.65
1.16 Wed 10 May 2006
- This release contains only build-time changes
- AutoInstall is only needed for options, so remove auto_install
1.15 Sun 7 May 2006
- This release contains only build-time changes
- Upgrading to Module::Install 0.62
1.14 Sun 8 Apr 2006
- This release contains only build-time changes
- Moved from older CVS to newer SVN repository
- Upgraded to Module::Install 0.61
developer is officially maintaining the package.
The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list). Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.
1.13 Wed Sep 28 2005
- Fixed a minor POD bug in the synopsis
1.12 Fri Sep 9 2005
- Added a fix for classes with insanely broken ->isa methods
that cause Perl to die.
1.11 Tue Sep 6 2005
- It occured to me after I added ->find that what it _really_ is
is a way to find all the subclasses, but then include the class
itself in the returned list. This method makes much more sense
it I don't return the class itself, and rename it ->subclasses
- Fixed broken Makefile.PL
1.10 Mon Sep 5 2005
- Added the ->find method
- Cleaned up and reorganised the POD
- Made sure all return conditions are documented properly
- Converted to Module::Install
1.09 skipped
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 unusual looking code.
Class::Inspector attempts to provide an easier, more friendly
interface to this information.