| Data-Localize documentation | view source | Contained in the Data-Localize distribution. |
Data::Localize::Storage - Base Role For Storage Objects
package MyStorage;
use Any::Moose;
with 'Data::Localize::Storage';
sub get { ... }
sub set { ... }
| Data-Localize documentation | view source | Contained in the Data-Localize distribution. |