https://github.com/mjgardner/dist-zilla-plugin-uploadtosftp
Upload tarball to my own site
https://github.com/mjgardner/dist-zilla-plugin-uploadtosftp
Last synced: about 2 months ago
JSON representation
Upload tarball to my own site
- Host: GitHub
- URL: https://github.com/mjgardner/dist-zilla-plugin-uploadtosftp
- Owner: mjgardner
- Created: 2011-05-20T19:27:28.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2020-10-17T22:32:57.000Z (over 4 years ago)
- Last Synced: 2025-04-06T10:46:55.856Z (2 months ago)
- Language: Perl
- Homepage: http://search.cpan.org/dist/Dist-Zilla-Plugin-UploadToSFTP/
- Size: 143 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.pod
- Changelog: Changes
Awesome Lists containing this project
README
=pod
=for :stopwords Mark Gardner GSI Commerce cpan testmatrix url bugtracker rt cpants kwalitee
diff irc mailto metadata placeholders metacpan=head1 NAME
Dist::Zilla::Plugin::UploadToSFTP - Upload tarball to my own site
=head1 VERSION
version 0.003
=head1 DESCRIPTION
; in dzil.ini
[UploadToSFTP]
site = sftp.geocities.invalid
directory = /Heartland/Meadows/3044
debug = 0# in $HOME/.netrc
machine sftp.geocities.invalid login mjgardner password drowssapThis is a L plugin that
uploads a distribution tarball to an SFTP site. It can be used in addition to
L
or in its place. In fact I wrote it for the latter case so that I could release
proprietary distributions inhouse.=head2 F<.netrc> file
The F<.netrc> file is described in L and should have an
entry in it matching the site given in the F file and specifying
the username and password.=head1 ATTRIBUTES
=head2 site
The SFTP site to upload to.
=head2 directory
The directory on the SFTP site to upload the tarball to.
=head2 debug
Tells C to run in verbose mode. Defaults to C<0>.
=head1 METHODS
=head2 release
Uploads the tarball to the specified site and directory.
=head1 SEE ALSO
=over
=item L
=item L
The original inspiration for this module.
=back
=head1 SUPPORT
=head2 Perldoc
You can find documentation for this module with the perldoc command.
perldoc Dist::Zilla::Plugin::UploadToSFTP
=head2 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.=over 4
=item *
CPANTS
The CPANTS is a website that analyzes the Kwalitee ( code metrics ) of a distribution.
L
=item *
CPAN Testers
The CPAN Testers is a network of smoke testers who run automated tests on uploaded CPAN distributions.
L
=item *
CPAN Testers Matrix
The CPAN Testers Matrix is a website that provides a visual overview of the test results for a distribution on various Perls/platforms.
L
=item *
CPAN Testers Dependencies
The CPAN Testers Dependencies is a website that shows a chart of the test results of all dependencies for a distribution.
L
=back
=head2 Bugs / Feature Requests
Please report any bugs or feature requests through the web
interface at L. You will be automatically notified of any
progress on the request by the system.=head2 Source Code
The code is open to the world, and available for you to hack on. Please feel free to browse it and play
with it, or whatever. If you want to contribute patches, please send me a diff or prod me to pull
from your repository :)L
git clone git://github.com/mjgardner/Dist-Zilla-Plugin-UploadToSFTP.git
=head1 AUTHOR
Mark Gardner
=head1 COPYRIGHT AND LICENSE
This software is copyright (c) 2011 by GSI Commerce.
This is free software; you can redistribute it and/or modify it under
the same terms as the Perl 5 programming language system itself.=cut