diff options
Diffstat (limited to 'perl/perl-Class-Inspector/README')
-rw-r--r-- | perl/perl-Class-Inspector/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/perl/perl-Class-Inspector/README b/perl/perl-Class-Inspector/README new file mode 100644 index 0000000000..7fa09709e9 --- /dev/null +++ b/perl/perl-Class-Inspector/README @@ -0,0 +1,6 @@ +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.
\ No newline at end of file |