aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Class-Unload
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 0.06Philip M. Gollucci2010-06-082-4/+4
| | | | | | | | | | PR: ports/147365 Approved by: cm@therek.net (maintainer) Submitted by: myself (pgollucci@) Changes: http:/search.cpan.org/dist/Class-Unload/Changes Notes: svn path=/head/; revision=256148
* Unloads the given class by clearing out its symbol table and removingMartin Wilke2009-03-154-0/+47
it from %INC. SYNOPSIS use Class::Unload; use Class::Inspector; use Some::Class; Class::Unload->unload( 'Some::Class' ); Class::Inspector->loaded( 'Some::Class' ); # Returns false require Some::Class; # Reloads the class WWW: http://search.cpan.org/dist/Class-Unload/ PR: ports/132406 Submitted by: Cezary Morga <cm at therek.net> Notes: svn path=/head/; revision=230144