App-Prolix
view release on metacpan or search on metacpan
JSON: 2.0
Moose: 0
Moose::Exporter: 0
Moose::Role: 0
MooseX::ConfigFromFile: 0
MooseX::Getopt: 0.39
String::ShellQuote: 0
Term::ReadKey: 0
Term::ReadLine: 0
Text::Balanced: 0
Try::Tiny: 0
perl: v5.10
strict: 0
warnings: 0
version: 0.03
Makefile.PL view on Meta::CPAN
"JSON" => "2.0",
"Moose" => 0,
"Moose::Exporter" => 0,
"Moose::Role" => 0,
"MooseX::ConfigFromFile" => 0,
"MooseX::Getopt" => "0.39",
"String::ShellQuote" => 0,
"Term::ReadKey" => 0,
"Term::ReadLine" => 0,
"Text::Balanced" => 0,
"Try::Tiny" => 0,
"strict" => 0,
"warnings" => 0
},
"VERSION" => "0.03",
"test" => {
"TESTS" => "t/*.t"
}
);
lib/App/Prolix.pm view on Meta::CPAN
}
}
use Data::Munge;
use IO::File;
use IPC::Run ();
use Term::ReadKey ();
use Term::ReadLine;
use Text::Balanced ();
use Try::Tiny;
use App::Prolix::MooseHelpers;
with "MooseX::Getopt";
# Flags affecting overall run style.
has_option "verbose" => (isa => "Bool", cmd_aliases => "v",
documentation => "Prints extra information.");
has_option "pipe" => (isa => "Bool", cmd_aliases => "p",
documentation => "Reads from stdin instead of interactively.");
( run in 0.700 second using v1.01-cache-2.11-cpan-05444aca049 )