Changeset 11254
- Timestamp:
- 05/08/08 00:25:16 (5 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
lang/perl/tiarra/trunk/main/Tiarra/Utils/DefineHelper.pm
r3004 r11254 75 75 my $funcname; 76 76 no strict 'refs'; 77 no warnings qw(redefine prototype); 77 78 foreach (@_) { 78 79 $funcname = $package.'::'.$_; 79 undef *{$funcname};80 #undef *{$funcname}; 80 81 *{$funcname} = $code; 81 82 }
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)