- Timestamp:
- 06/27/08 16:44:10 (5 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
dan/perl/Object-with/branches/yappo/lib/Object/with.pm
r14700 r14701 28 28 *{$name} = $code; 29 29 } else { 30 *{$name} = sub{};30 undef ${"$caller\::"}{$method}; 31 31 } 32 32 delete $TMP_METHOD_CACHE{$name}; … … 47 47 no strict 'refs'; 48 48 no warnings 'redefine'; 49 49 50 $TMP_METHOD_CACHE{$name} = defined &{$name} ? \&{$name} : undef unless exists $TMP_METHOD_CACHE{$name}; 50 51 *{$name} = sub { unshift @_, $TMP_OBJ; goto &{"$class\::$method"} };
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)