=head1 NAME Mojolicious::Command::nopaste - A clone of App::Nopaste using Mojolicious =head1 SYNOPSIS $ mojo nopaste pastie myfile.pl $ cat myfile.pl | mojo nopaste shadowcat $ mojo nopaste -p # contents pulled from clipboard =head1 DESCRIPTION This module is a clone of the venerable L using the L toolkit. Nearly all of the functionality is mimicked. Where possible the command-line system has been replicated, though the mechanism of choosing the service differs due to the way the L system works. Files may be passed as arguments, read from STDIN or even read from the clipboard with the L module. For a list of available services run C or C. =head1 SEE ALSO =over =item L =item L =back =head1 SOURCE REPOSITORY L =head1 AUTHOR Joel Berger, Ejoel.a.berger@gmail.comE =head1 COPYRIGHT AND LICENSE Copyright (C) 2013 by Joel Berger This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.