The Perl and Raku Conference 2025: Greenville, South Carolina - June 27-29 Learn more

#!/usr/bin/perl
use strict;
# PODNAME: nopaste
# ABSTRACT: command-line utility to nopaste
if (my $url = App::Nopaste::Command->new_with_options->run) {
print $url;
print "\n";
}
__END__
=pod
=encoding UTF-8
=head1 NAME
nopaste - command-line utility to nopaste
=head1 VERSION
version 1.013
=head1 DESCRIPTION
See the documentation of L<App::Nopaste::Command>.
=head1 SUPPORT
Bugs may be submitted through L<the RT bug tracker|https://rt.cpan.org/Public/Dist/Display.html?Name=App-Nopaste>
(or L<bug-App-Nopaste@rt.cpan.org|mailto:bug-App-Nopaste@rt.cpan.org>).
=head1 AUTHOR
Shawn M Moore, <sartak@gmail.com>
=head1 COPYRIGHT AND LICENSE
This software is copyright (c) 2008 by Shawn M Moore.
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