root/lang/perl/Gopper/trunk/lib/Gopper/Attribute/Handler.pm
@
659
| Revision 659, 220 bytes (checked in by yappo, 6 years ago) |
|---|
| Line | |
|---|---|
| 1 | package Gopper::Attribute::Handler; |
| 2 | use strict; |
| 3 | use warnings; |
| 4 | use base 'Class::Component::Attribute'; |
| 5 | |
| 6 | sub register { |
| 7 | my($class, $plugin, $c, $method, $value, $code) = @_; |
| 8 | $plugin->handler_method($method); |
| 9 | } |
| 10 | |
| 11 | 1; |
Note: See TracBrowser
for help on using the browser.
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)