NAME
Pinto::Remote - Interact with a remote Pinto repository
VERSION
version 0.017
METHODS
add( dist => 'SomeDist-1.2.tar.gz' )
Adds the specified distribution to the remote Pinto repository. Returns a Pinto::Remote::Response that contains the overall status and output from the server.
remove( package => 'Some::Package' )
Removes the specified package from the remote Pinto repository. Returns a Pinto::Remote::Response that contains the overall status and output from the server.
list()
Returns a Pinto::Remote::Response that contains a list of all the packages and distributions that are currently indexed in the remote repository.
SUPPORT
Perldoc
You can find documentation for this module with the perldoc command.
perldoc Pinto::Remote
Websites
The following websites have more information about this module, and may be of help to you. As always, in addition to those websites please use your favorite search engine to discover more resources.
Search CPAN
The default CPAN search engine, useful to view POD in HTML format.
RT: CPAN's Bug Tracker
The RT ( Request Tracker ) website is the default bug/issue tracking system for CPAN.
CPAN Ratings
The CPAN Ratings is a website that allows community ratings and reviews of Perl modules.
CPAN Testers
The CPAN Testers is a network of smokers who run automated tests on uploaded CPAN distributions.
CPAN Testers Matrix
The CPAN Testers Matrix is a website that provides a visual way to determine what Perls/platforms PASSed for a distribution.
CPAN Testers Dependencies
The CPAN Testers Dependencies is a website that shows a chart of the test results of all dependencies for a distribution.
Bugs / Feature Requests
Please report any bugs or feature requests by email to bug-pinto-remote at rt.cpan.org
, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Pinto-Remote. You will be automatically notified of any progress on the request by the system.
Source Code
https://github.com/thaljef/Pinto-Remote
git clone https://github.com/thaljef/Pinto-Remote
AUTHOR
Jeffrey Ryan Thalhammer <jeff@imaginative-software.com>
COPYRIGHT AND LICENSE
This software is copyright (c) 2011 by Imaginative Software Systems.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.