NAME
Pinto::Store - Storage for distribution archives
VERSION
version 0.14
DESCRIPTION
Pinto::Store is the base class for Pinto Stores. It provides the basic API for adding/removing distribution archives to the store. Subclasses implement the underlying logic by augmenting the methods declared here.
AUTHOR
Jeffrey Ryan Thalhammer <jeff@stratopan.com>
COPYRIGHT AND LICENSE
This software is copyright (c) 2015 by Jeffrey Ryan Thalhammer.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.
Module Install Instructions
To install Pinto, copy and paste the appropriate command in to your terminal.
cpanm Pinto
perl -MCPAN -e shellinstall Pinto
For more information on module installation, please visitthe detailed CPAN module installation guide.