-
-
05 Feb 2016 15:46:16 UTC
- Distribution: Time-Progress-Stored
- Module version: 1.002
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Issues
- Testers (453 / 2 / 12)
- Kwalitee
Bus factor: 0- % Coverage
- License: perl_5
- Perl: v5.10.0
- Activity
24 month- Tools
- Download (12.83KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
NAME
Time::Progress::Stored::Storage::Memory - Store the reports in-memory
DESCRIPTION
This is mostly for testing.
Store the reports in serialized JSON, to emulate storing them in an external server, which is better than just keeping the hashref around would be.
PROPERTIES
METHODS
store($id, $content) : Bool
Store the current report $content (a data structure) under the $id key.
retrieve($id) : $content | undef
Retrieve the current report $content under the $id key, or undef if none was found.
Module Install Instructions
To install Time::Progress::Stored, copy and paste the appropriate command in to your terminal.
cpanm Time::Progress::Stored
perl -MCPAN -e shell install Time::Progress::Stored
For more information on module installation, please visit the detailed CPAN module installation guide.