App-Pastebin-Create
view release on metacpan or search on metacpan
{
"abstract" : "Simple CLI App to create and upload to Pastebin.com",
"author" : [
"mfzz <mfzz@cpan.org>"
],
"dynamic_config" : 0,
"generated_by" : "Dist::Zilla version 6.008, CPAN::Meta::Converter version 2.150001",
"license" : [
"perl_5"
],
"meta-spec" : {
"url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
---
abstract: 'Simple CLI App to create and upload to Pastebin.com'
author:
- 'mfzz <mfzz@cpan.org>'
build_requires: {}
configure_requires:
ExtUtils::MakeMaker: '0'
dynamic_config: 0
generated_by: 'Dist::Zilla version 6.008, CPAN::Meta::Converter version 2.150001'
license: perl
meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.4.html
Makefile.PL view on Meta::CPAN
# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v6.008.
use strict;
use warnings;
use ExtUtils::MakeMaker;
my %WriteMakefileArgs = (
"ABSTRACT" => "Simple CLI App to create and upload to Pastebin.com",
"AUTHOR" => "mfzz <mfzz\@cpan.org>",
"CONFIGURE_REQUIRES" => {
"ExtUtils::MakeMaker" => 0
},
"DISTNAME" => "App-Pastebin-Create",
"EXE_FILES" => [
"bin/pastebin-create"
],
"LICENSE" => "perl",
"NAME" => "App::Pastebin::Create",
This archive contains the distribution App-Pastebin-Create,
version 1.0102:
Simple CLI App to create and upload to Pastebin.com
This software is copyright (c) 2016 by mfzz.
This is free software; you can redistribute it and/or modify it under
the same terms as the Perl 5 programming language system itself.
This README file was generated by Dist::Zilla::Plugin::Readme v6.008.
lib/App/Pastebin/Create.pm view on Meta::CPAN
use strict;
use warnings;
package App::Pastebin::Create;
#ABSTRACT: Simple CLI App to create and upload to Pastebin.com
# FILE HOLDER/THIS IS COMMAND LINE APP, executable name is pastebin-create
# The executable located in bin/
# type pastebin -h for usage
our $VERSION = '1.0102'; # VERSION
__END__
=pod
=encoding UTF-8
=head1 NAME
App::Pastebin::Create - Simple CLI App to create and upload to Pastebin.com
=head1 VERSION
version 1.0102
=head1 SYNOPSIS
pastebin-create --text 'TEXT' --format 'none' --expiry 10m --private 0 --desc 'A TITLE'
=head1 Flags
( run in 1.856 second using v1.01-cache-2.11-cpan-b16cb0d3907 )