forked from gaal/class-rebless
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
import Class::Rebless 0.02 from CPAN
git-cpan-module: Class::Rebless git-cpan-version: 0.02
- Loading branch information
1 parent
beb0602
commit 015fdc4
Showing
3 changed files
with
42 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
Class::Rebless - Rebase namespaces, hierarchically | ||
|
||
Class::Rebless takes a Perl data structure and recurses through its | ||
hierarchy, reblessing objects that it finds along the way into new | ||
namespaces. This is typically useful when your object belongs to a | ||
package that is too close to the main namespace for your tastes, and | ||
you want to rebless everything down to your project's base namespace. | ||
|
||
|
||
Copyright (c) 2004 Gaal Yahas. All rights reserved. This program is | ||
free software; you can redistribute it and/or modify it under the same | ||
terms as Perl itself. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters