mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-21 18:48:05 -04:00
8 lines
412 B
Plaintext
8 lines
412 B
Plaintext
The Perl 5 module Mixin::ExtraFields provides a simple way to add
|
|
an arbitrary number of stashes for named data. These data can be
|
|
stored in the object, in a database, or anywhere else. The storage
|
|
mechanism is abstracted away from the provided interface, so one
|
|
storage mechanism can be easily swapped for another. Multiple
|
|
ExtraFields stashes can be mixed into one class, using one or many
|
|
storage mechanisms.
|