There is an ongoing outage on the primary CPAN mirror. It is possible to work around the issue by using MetaCPAN as a mirror.

NAME

App::Nopaste::Service::Pastedance - paste to any Pastedance instance

SYNOPSIS

cat << "EOS" > ~/bin/pd
#!/usr/bin/env perl

export PASTEDANCE_URL= # if unset it defaults to http://pb.rbfh.de/
exec nopaste -s Pastedance "$@"
EOS