The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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