view release on metacpan or search on metacpan
lib/App/RoboBot/Config.pm view on Meta::CPAN
use DBD::Pg;
use DBIx::DataStore;
use File::HomeDir;
use Log::Log4perl;
use Log::Log4perl::Appender::Screen;
use Try::Tiny;
use App::RoboBot::NetworkFactory;
use App::RoboBot::Channel;
use App::RoboBot::Nick;
view all matches for this distribution
view release on metacpan or search on metacpan
lib/App/Rssfilter/Match/Duplicates.pm view on Meta::CPAN
package App::Rssfilter::Match::Duplicates;
{
$App::Rssfilter::Match::Duplicates::VERSION = '0.07';
}
use Method::Signatures;
use Try::Tiny;
func match ( $item ) {
use feature 'state';
state %prev;
view all matches for this distribution
view release on metacpan or search on metacpan
lib/App/SD/CLI/Command/Publish.pm view on Meta::CPAN
use Prophet::Util;
use File::Path;
use File::Spec;
use HTML::TreeBuilder;
use URI::file;
use Try::Tiny;
sub export_html {
my $self = shift;
my $path = $self->arg('path');
view all matches for this distribution
view release on metacpan or search on metacpan
lib/App/Sandy/Base.pm view on Meta::CPAN
use utf8 ();
use feature ();
use true ();
use Carp ();
use IO::Handle;
use Try::Tiny ();
use Hook::AfterRuntime;
use Import::Into;
use Data::OptList;
use Module::Runtime 'use_module';
use namespace::autoclean;
lib/App/Sandy/Base.pm view on Meta::CPAN
strict->import;
feature->import(':5.14');
utf8->import($caller);
true->import;
Carp->import::into($caller);
Try::Tiny->import::into($caller);
# Custom handy function
do {
no strict 'refs'; ## no critic
*{"${caller}\:\:log_msg"} = \&log_msg;
view all matches for this distribution
view release on metacpan or search on metacpan
lib/App/SimpleBackuper/Backup.pm view on Meta::CPAN
use strict;
use warnings;
use feature ':5.14';
use Carp;
use Try::Tiny;
use Time::HiRes qw(time);
use Const::Fast;
use App::SimpleBackuper::BackupDB;
use App::SimpleBackuper::_format;
use App::SimpleBackuper::_BlockDelete;
view all matches for this distribution
view release on metacpan or search on metacpan
lib/App/SimplenoteSync.pm view on Meta::CPAN
use open qw(:std :utf8);
use Moose;
use MooseX::Types::Path::Class;
use Log::Any qw//;
use DateTime;
use Try::Tiny;
use File::ExtAttr ':all';
use Proc::InvokeEditor;
use App::SimplenoteSync::Note;
use WebService::Simplenote;
use Method::Signatures;
view all matches for this distribution
view release on metacpan or search on metacpan
lib/App/SimulateReads/Base.pm view on Meta::CPAN
no if $] >= 5.018, warnings => "experimental::smartmatch";
use utf8 ();
use feature ();
use true ();
use Carp ();
use Try::Tiny ();
use Hook::AfterRuntime;
use Import::Into;
use Data::OptList;
use Module::Runtime 'use_module';
use namespace::autoclean;
lib/App/SimulateReads/Base.pm view on Meta::CPAN
strict->import;
feature->import(':5.10');
utf8->import($caller);
true->import;
Carp->import::into($caller);
Try::Tiny->import::into($caller);
# Custom handy function
do {
no strict 'refs'; ## no critic
*{"${caller}\:\:log_msg"} = \&log_msg;
view all matches for this distribution
view release on metacpan or search on metacpan
socialcalc/third-party/lib/PocketIO/Connection.pm view on Meta::CPAN
use warnings;
use AnyEvent;
use JSON ();
use Encode ();
use Try::Tiny;
use PocketIO::Pool;
use constant DEBUG => $ENV{POCKETIO_CONNECTION_DEBUG};
view all matches for this distribution
view release on metacpan or search on metacpan
lib/App/Sqitch.pm view on Meta::CPAN
use App::Sqitch::X qw(hurl);
use Moo 1.002000;
use Type::Utils qw(where declare);
use App::Sqitch::Types qw(Str UserName UserEmail Maybe Config HashRef);
use Encode ();
use Try::Tiny;
use List::Util qw(first);
use IPC::System::Simple 1.17 qw(runx capturex $EXITVAL);
use namespace::autoclean 0.16;
use constant ISWIN => $^O eq 'MSWin32';
view all matches for this distribution
view release on metacpan or search on metacpan
examples/complex/lib/App/Standby/Cmd/Command/complex.pm view on Meta::CPAN
# use IO::Handle;
# use autodie;
# use MooseX::Params::Validate;
# use Carp;
# use English qw( -no_match_vars );
use Try::Tiny;
use App::Standby::Group;
# extends ...
extends 'App::Standby::Cmd::Command';
view all matches for this distribution
view release on metacpan or search on metacpan
cpanfile.snapshot view on Meta::CPAN
Module::Implementation 0.09
requirements:
Carp 0
ExtUtils::MakeMaker 0
Module::Runtime 0.012
Try::Tiny 0
strict 0
warnings 0
Module-Path-0.19
pathname: N/NE/NEILB/Module-Path-0.19.tar.gz
provides:
cpanfile.snapshot view on Meta::CPAN
File::Spec 0
List::Util 0
Number::Compare 0.02
Scalar::Util 0
Text::Glob 0
Try::Tiny 0
if 0
perl 5.008001
strict 0
warnings 0
warnings::register 0
cpanfile.snapshot view on Meta::CPAN
strict 0
warnings 0
Try-Tiny-0.32
pathname: E/ET/ETHER/Try-Tiny-0.32.tar.gz
provides:
Try::Tiny 0.32
requirements:
Carp 0
Exporter 5.57
ExtUtils::MakeMaker 0
constant 0
view all matches for this distribution
view release on metacpan or search on metacpan
lib/App/Syndicator/Config.pm view on Meta::CPAN
role App::Syndicator::Config with MooseX::ConfigFromFile {
use MooseX::Types::Moose qw/ClassName Str/;
use App::Syndicator::Types qw/File/;
use Config::Any;
use Try::Tiny;
method get_config_from_file (ClassName $class: File $file ) {
try {
my $cfg = Config::Any->load_files({files => [$file], use_ext => 1});
return $cfg->[0]->{$file};
view all matches for this distribution
view release on metacpan or search on metacpan
lib/App/Sysadmin/Log/Simple/File.pm view on Meta::CPAN
use warnings;
# ABSTRACT: a file-logger for App::Sysadmin::Log::Simple
our $VERSION = '0.009'; # VERSION
use Carp;
use Try::Tiny;
use autodie qw(:file :filesys);
use Path::Tiny;
sub new {
view all matches for this distribution
view release on metacpan or search on metacpan
MooseX::Types::Common: 0
MooseX::Types::LoadableClass: 0
MooseX::Types::Moose: 0
Net::RabbitFoot: 1.03
Path::Class: 0
Try::Tiny: 0
YAML: 0
namespace::autoclean: 0
resources:
license: http://dev.perl.org/licenses/
repository: git://github.com/bobtfish/App-TailRabbit.git
view all matches for this distribution
view release on metacpan or search on metacpan
lib/App/Termcast.pm view on Meta::CPAN
use IO::Socket::INET;
use JSON;
use Scalar::Util 'weaken';
use Term::Filter::Callback;
use Term::ReadKey;
use Try::Tiny;
has host => (
is => 'rw',
view all matches for this distribution
view release on metacpan or search on metacpan
lib/App/TimeTracker/Command/Jira.pm view on Meta::CPAN
use Moose::Role;
use JIRA::REST ();
use JSON::XS qw(encode_json decode_json);
use Path::Class;
use Try::Tiny;
use Unicode::Normalize ();
has 'jira_client' => (
is => 'ro',
isa => 'Maybe[JIRA::REST]',
view all matches for this distribution
view release on metacpan or search on metacpan
lib/App/TimeTracker/Command/RT.pm view on Meta::CPAN
use App::TimeTracker::Utils qw(error_message warning_message);
use Moose::Role;
use RT::Client::REST;
use RT::Client::REST::Ticket;
use Try::Tiny;
use Unicode::Normalize;
has 'rt' => (
is => 'rw',
isa => 'TT::RT',
view all matches for this distribution
view release on metacpan or search on metacpan
helper/convert_2_003_to_2_004.pl view on Meta::CPAN
use Data::Dumper;
use App::TimeTracker::Data::Task;
use App::TimeTracker::Proto;
use DateTime;
use Path::Class;
use Try::Tiny;
use JSON::XS;
use Path::Class;
$|=1;
my $app = App::TimeTracker::Proto->new;
view all matches for this distribution
view release on metacpan or search on metacpan
lib/App/Unicheck/Modules/HTTP.pm view on Meta::CPAN
use strict;
use warnings FATAL => 'all';
use Moo;
use Getopt::Long qw(GetOptionsFromArray);
use Mojo::UserAgent;
use Try::Tiny;
use JSON;
use Time::HiRes;
=head1 NAME
view all matches for this distribution
view release on metacpan or search on metacpan
lib/App/Unicheck/Modules/MongoDB.pm view on Meta::CPAN
use 5.10.0;
use strict;
use warnings FATAL => 'all';
use Moo;
use Getopt::Long qw(GetOptionsFromArray);
use Try::Tiny;
use MongoDB;
use MongoDB::MongoClient;
use JSON;
=head1 NAME
view all matches for this distribution
view release on metacpan or search on metacpan
lib/App/Unicheck/Modules/MySQL.pm view on Meta::CPAN
use 5.10.1;
use strict;
use warnings FATAL => 'all';
use Moo;
use Getopt::Long qw(GetOptionsFromArray);
use Try::Tiny;
use DBI;
use JSON;
=head1 NAME
view all matches for this distribution
view release on metacpan or search on metacpan
lib/App/Unicheck/Modules/Redis.pm view on Meta::CPAN
use strict;
use warnings FATAL => 'all';
use Moo;
use Getopt::Long qw(GetOptionsFromArray);
use Redis;
use Try::Tiny;
use JSON;
=head1 NAME
App::Unicheck::Modules::Redis - App::Unicheck module to check redis servers.
view all matches for this distribution
view release on metacpan or search on metacpan
t/fixtures/custom_phase/cpanfile.snapshot view on Meta::CPAN
Module::Runtime 0
Storable 2.04
Test::Builder 0.78
Test::Builder::Tester 1.02
Test::Simple 0.78
Try::Tiny 0
constant 0
perl 5.008001
strict 0
warnings 0
Test-Simple-1.302175
t/fixtures/custom_phase/cpanfile.snapshot view on Meta::CPAN
perl 5.006002
utf8 0
Try-Tiny-0.30
pathname: E/ET/ETHER/Try-Tiny-0.30.tar.gz
provides:
Try::Tiny 0.30
requirements:
Carp 0
Exporter 5.57
ExtUtils::MakeMaker 0
constant 0
view all matches for this distribution
view release on metacpan or search on metacpan
lib/App/WatchLater.pm view on Meta::CPAN
use Carp;
use DBI;
use Getopt::Long qw(:config auto_help gnu_getopt);
use Pod::Usage;
use Try::Tiny;
use App::WatchLater::YouTube;
use App::WatchLater::Browser;
=head1 NAME
view all matches for this distribution
view release on metacpan or search on metacpan
lib/App/Wax.pm view on Meta::CPAN
use Method::Signatures::Simple;
use MIME::Types;
use Mouse;
use Parallel::parallel_map qw(parallel_map);
use Pod::Usage qw(pod2usage);
use Try::Tiny qw(try catch);
use URI::Split qw(uri_split);
# NOTE this is the version of the *command* rather than the *module*, i.e.
# breaking API changes may occur here which aren't reflected in the SemVer since
# they don't break the behavior of the command
view all matches for this distribution
view release on metacpan or search on metacpan
lib/App/XScreenSaver/DBus/Saver.pm view on Meta::CPAN
use v5.20;
use Moo;
use experimental qw(signatures postderef);
use curry;
use Log::Any;
use Try::Tiny;
use IPC::Run;
use App::XScreenSaver::DBus::SaverProxy;
our $VERSION = '1.0.5'; # VERSION
# ABSTRACT: implements the "idle inhibition" protocol
view all matches for this distribution
view release on metacpan or search on metacpan
lib/App/Zapzi/Distributors/Email.pm view on Meta::CPAN
use Email::Simple::Creator;
use Email::Simple;
use Path::Tiny;
use IO::All;
use Moo;
use Try::Tiny;
with 'App::Zapzi::Roles::Distributor';
sub name
view all matches for this distribution
view release on metacpan or search on metacpan
lib/App/aep.pm view on Meta::CPAN
Wheel::ReadWrite
Filter::Stackable
Filter::Line
Filter::JSONMaybeXS
);
use Try::Tiny;
# Version of this software
our $VERSION = '0.010';
# create a new blessed object, we will carry any passed arguments forward.
view all matches for this distribution
view release on metacpan or search on metacpan
lib/App/bmkpasswd.pm view on Meta::CPAN
package App::bmkpasswd;
$App::bmkpasswd::VERSION = '2.012002';
use strictures 2;
use Carp;
use Try::Tiny;
use Crypt::Eksblowfish::Bcrypt qw/
bcrypt
en_base64
/;
view all matches for this distribution
view release on metacpan or search on metacpan
lib/App/cpanminus/reporter.pm view on Meta::CPAN
use Test::Reporter 1.54;
use CPAN::Testers::Common::Client 0.13;
use CPAN::Testers::Common::Client::Config;
use Parse::CPAN::Meta;
use CPAN::Meta::Converter;
use Try::Tiny;
use URI;
use Metabase::Resource;
use Capture::Tiny qw(capture);
use IO::Prompt::Tiny ();
view all matches for this distribution