root/lang/perl/HTTP-MobileAttribute/trunk/lib/HTTP/MobileAttribute/Plugin.pm
@
8913
| Revision 8913, 246 bytes (checked in by tokuhirom, 5 years ago) |
|---|
| Line | |
|---|---|
| 1 | package HTTP::MobileAttribute::Plugin; |
| 2 | use strict; |
| 3 | use warnings; |
| 4 | use base qw/Class::Component::Plugin/; |
| 5 | |
| 6 | sub class_component_load_attribute_resolver { |
| 7 | $_[1] eq 'CarrierMethod' ? "HTTP::MobileAttribute::Attribute::CarrierMethod" : undef |
| 8 | } |
| 9 | |
| 10 | 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)