Changeset 351
- Timestamp:
- 08/15/06 22:39:29 (2 years ago)
- Files:
-
- trunk/api/perl/MogileFS.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/api/perl/MogileFS.pm
r326 r351 338 338 # remove everything up to the last colon, so we only have the method name left 339 339 my $method = $AUTOLOAD; 340 $method =~ s/^.*://; 340 $method =~ s/^.*://; 341 342 return if $method eq 'DESTROY'; 341 343 342 344 # let this work
