NAME
Dist::Zilla::Plugin::CSJEWELL::UploadToDPAN - upload the dist to CPAN
VERSION
version 0.994
SYNOPSIS
If loaded, this plugin will allow the release command to upload to a DarkPAN via SSH, and run a command to rebuild the DarkPAN afterwards.
DESCRIPTION
This plugin looks for configuration in your dist.ini
or (more likely) ~/.dzil/config.ini
:
[CSJEWELL::UploadToDPAN]
ssh_username = root@curtisjewell.website
copy_destination = /var/www/darkpan
post_copy_command = /root/dpan.sh
ATTRIBUTES
ssh_username
copy_destination
post_copy_command
AUTHOR
Curtis Jewell <csjewell@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2021 by Curtis Jewell.
...