view release on metacpan or search on metacpan
bin/getcat.pl view on Meta::CPAN
use File::Find::Rule;
use strict;
use warnings;
use JSON;
use Cache::Memcached::Fast;
use Try::Tiny;
use Data::Dumper;
use Digest::MD5 qw(md5 md5_hex md5_base64);
our $memd = new Cache::Memcached::Fast({
servers => [ { address => 'localhost:11211', weight => 2.5 }],
view all matches for this distribution
view release on metacpan or search on metacpan
cpanfile.snapshot view on Meta::CPAN
T::ImplFails2 undef
requirements:
Carp 0
ExtUtils::MakeMaker 6.30
Module::Runtime 0.012
Try::Tiny 0
strict 0
warnings 0
Module-Runtime-0.013
pathname: Z/ZE/ZEFRAM/Module-Runtime-0.013.tar.gz
provides:
cpanfile.snapshot view on Meta::CPAN
Exporter 5.57
ExtUtils::MakeMaker 6.30
Test::Builder 0
Test::Builder::Tester 0
Test::More 0.47
Try::Tiny 0.07
overload 0
strict 0
warnings 0
Test-NoWarnings-1.04
pathname: A/AD/ADAMK/Test-NoWarnings-1.04.tar.gz
cpanfile.snapshot view on Meta::CPAN
ExtUtils::MakeMaker 0
Test::Builder 0
Try-Tiny-0.18
pathname: D/DO/DOY/Try-Tiny-0.18.tar.gz
provides:
Try::Tiny 0.18
requirements:
Carp 0
Exporter 0
ExtUtils::MakeMaker 6.30
base 0
view all matches for this distribution
view release on metacpan or search on metacpan
lib/App/git/clean_forge_fork.pm view on Meta::CPAN
use subs 'main';
use Term::UI;
use Getopt::Long;
use Git::Wrapper;
use API::GitForge qw(new_from_domain forge_access_token remote_forge_info);
use Try::Tiny;
use Cwd;
my $exit_main = 0;
CORE::exit main unless caller;
view all matches for this distribution
view release on metacpan or search on metacpan
Revision history for Perl module API::Plesk.
2.03 2013-08-19
- removed Try::Tiny
- Changes was formated according to CPAN::Changes::Spec
- fixed tests
2.02 2013-07-10
view all matches for this distribution
view release on metacpan or search on metacpan
lib/AWS/ARN.pm view on Meta::CPAN
if @args == 1 && !ref $args[0];
return $class->$orig( @args );
};
no Try::Tiny;
no Type::Utils;
no Types::Standard;
no Moo;
1;
view all matches for this distribution
view release on metacpan or search on metacpan
examples/s3-get-object/handler.pl view on Meta::CPAN
use warnings;
use strict;
use 5.30.0;
use lib "$ENV{'LAMBDA_TASK_ROOT'}/extlocal/lib/perl5";
use Paws;
use Try::Tiny;
use URI::Escape;
my $obj = Paws->service('S3', region => 'ap-northeast-1');
sub handle {
view all matches for this distribution
view release on metacpan or search on metacpan
cpanfile.snapshot view on Meta::CPAN
Module::Build::Tiny 0.037
Module::Implementation 0.04
Module::Runtime 0.012
Package::Stash 0.14
Scalar::Util 0
Try::Tiny 0
base 0
namespace::clean 0
perl 5.006
strict 0
warnings 0
cpanfile.snapshot view on Meta::CPAN
ExtUtils::CBuilder 0
Module::Build 0.28
POSIX 0
Params::Validate 0.76
Scalar::Util 0
Try::Tiny 0
XSLoader 0
base 0
constant 0
integer 0
overload 0
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-Runtime-0.014
pathname: Z/ZE/ZEFRAM/Module-Runtime-0.014.tar.gz
provides:
cpanfile.snapshot view on Meta::CPAN
requirements:
ExtUtils::MakeMaker 0
Try-Tiny-0.22
pathname: D/DO/DOY/Try-Tiny-0.22.tar.gz
provides:
Try::Tiny 0.22
requirements:
Carp 0
Exporter 5.57
ExtUtils::MakeMaker 6.30
constant 0
view all matches for this distribution
view release on metacpan or search on metacpan
0.11 2010/09/20
- oops, forgot to update dependencies
0.10 2010/09/20
- use Try::Tiny for better trapping
- added several modules to the subordinate modules list
- launched a new api server to fetch kwalitee data as json.
no need to scrape kwalitee pages anymore
0.09 2009/08/23
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Acme/CPANLists/Import/PerlAdvent/2011.pm view on Meta::CPAN
package Acme::CPANLists::Import::PerlAdvent::2011;
our $DATE = '2016-11-06'; # DATE
our $VERSION = '0.001'; # VERSION
our @Module_Lists = ({description=>"This list is generated by extracting module names mentioned in [http://perladvent.org/2011/] (retrieved on 2016-11-06). Visit the URL for the full contents.",entries=>[{module=>"ExtUtils::MakeMaker"},{module=>"Modu...
1;
# ABSTRACT: Modules mentioned in Perl Advent Calendar 2011
__END__
lib/Acme/CPANLists/Import/PerlAdvent/2011.pm view on Meta::CPAN
=item * L<Pod::Perldoc>
=item * L<Perldoc::Server>
=item * L<Try::Tiny>
=item * L<File::Rename>
=item * L<File::Find>
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Acme/CPANLists/Import/PerlAdvent/2012.pm view on Meta::CPAN
package Acme::CPANLists::Import::PerlAdvent::2012;
our $DATE = '2016-11-06'; # DATE
our $VERSION = '0.001'; # VERSION
our @Module_Lists = ({description=>"This list is generated by extracting module names mentioned in [http://perladvent.org/2012/] (retrieved on 2016-11-06). Visit the URL for the full contents.",entries=>[{module=>"File::Path"},{module=>"File::Spec"},...
1;
# ABSTRACT: Modules mentioned in Perl Advent Calendar 2012
__END__
lib/Acme/CPANLists/Import/PerlAdvent/2012.pm view on Meta::CPAN
=item * L<Syntax::Collector>
=item * L<Syntax::Keyword::Junction>
=item * L<Try::Tiny>
=item * L<TryCatch>
=item * L<Web::Simple>
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Acme/CPANLists/Import/PerlAdvent/2013.pm view on Meta::CPAN
package Acme::CPANLists::Import::PerlAdvent::2013;
our $DATE = '2016-11-06'; # DATE
our $VERSION = '0.002'; # VERSION
our @Module_Lists = ({description=>"This list is generated by extracting module names mentioned in [http://perladvent.org/2013/] (retrieved on 2016-11-06). Visit the URL for the full contents.",entries=>[{module=>"RDF::Query"},{module=>"RDF::Query::C...
1;
# ABSTRACT: Modules mentioned in Perl Advent Calendar 2013
__END__
lib/Acme/CPANLists/Import/PerlAdvent/2013.pm view on Meta::CPAN
=item * L<Scalar::Util>
=item * L<Throwable>
=item * L<Try::Tiny>
=item * L<UNIVERSAL>
=item * L<failures>
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Acme/CPANLists/Import/PerlAdvent/2017.pm view on Meta::CPAN
package Acme::CPANLists::Import::PerlAdvent::2017;
our $DATE = '2018-01-01'; # DATE
our $VERSION = '0.001'; # VERSION
our @Module_Lists = ({description=>"This list is generated by extracting module names mentioned in [http://perladvent.org/2017/] (retrieved on 2018-01-01). Visit the URL for the full contents.",entries=>[{module=>"App::GHPT::Wrapper::Ourperl"},{modul...
1;
# ABSTRACT: Modules mentioned in Perl Advent Calendar 2017
__END__
lib/Acme/CPANLists/Import/PerlAdvent/2017.pm view on Meta::CPAN
=item * L<MooseX::UndefTolerant::Attribute>
=item * L<Reindeer>
=item * L<Try::Tiny>
=item * L<namespace::autoclean>
=item * L<SQL::Abstract>
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Acme/CPANLists/Import/PerlDancerAdvent/2011.pm view on Meta::CPAN
package Acme::CPANLists::Import::PerlDancerAdvent::2011;
our $DATE = '2016-11-24'; # DATE
our $VERSION = '0.001'; # VERSION
our @Module_Lists = ({description=>"This list is generated by extracting module names mentioned in [http://advent.perldancer.org/2011/] (retrieved on 2016-11-24). Visit the URL for the full contents.",entries=>[{module=>"Dancer::Plugin::Database"},{m...
1;
# ABSTRACT: Modules mentioned in PerlDancer Advent Calendar 2011
__END__
lib/Acme/CPANLists/Import/PerlDancerAdvent/2011.pm view on Meta::CPAN
=item * L<Dancer::Exception>
=item * L<Dancer::Exception::Base>
=item * L<Try::Tiny>
=item * L<Dancer>
=item * L<File::Slurp>
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Acme/CPANLists/Import/PerlDancerAdvent/2016.pm view on Meta::CPAN
package Acme::CPANLists::Import::PerlDancerAdvent::2016;
our $DATE = '2017-01-31'; # DATE
our $VERSION = '0.001'; # VERSION
our @Module_Lists = ({description=>"This list is generated by extracting module names mentioned in [http://advent.perldancer.org/2016/] (retrieved on 2017-01-31). Visit the URL for the full contents.",entries=>[{module=>"HTTP::Headers::Fast"},{module...
1;
# ABSTRACT: Modules mentioned in PerlDancer Advent Calendar 2016
__END__
lib/Acme/CPANLists/Import/PerlDancerAdvent/2016.pm view on Meta::CPAN
=item * L<YAML>
=item * L<Dancer2::Plugin::Auth::Tiny>
=item * L<Try::Tiny>
=item * L<Ref::Util>
=item * L<Dancer2::Core::Role::SessionFactory::File>
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Acme/CPANModules/Import/PerlAdvent/2011.pm view on Meta::CPAN
{ module => "Browser::Open" },
{ module => "Clipboard" },
{ module => "Pod::Cpandoc" },
{ module => "Pod::Perldoc" },
{ module => "Perldoc::Server" },
{ module => "Try::Tiny" },
{ module => "File::Rename" },
{ module => "File::Find" },
{ module => "File::Find::Rule" },
{ module => "File::Next" },
{ module => "Path::Class" },
lib/Acme/CPANModules/Import/PerlAdvent/2011.pm view on Meta::CPAN
=item * L<Pod::Perldoc>
=item * L<Perldoc::Server>
=item * L<Try::Tiny>
=item * L<File::Rename>
=item * L<File::Find>
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Acme/CPANModules/Import/PerlAdvent/2012.pm view on Meta::CPAN
{ module => "PerlX::Maybe" },
{ module => "PerlX::QuoteOperator" },
{ module => "Safe::Isa" },
{ module => "Syntax::Collector" },
{ module => "Syntax::Keyword::Junction" },
{ module => "Try::Tiny" },
{ module => "TryCatch" },
{ module => "Web::Simple" },
{ module => "aliased" },
{ module => "autovivification" },
{ module => "mro" },
lib/Acme/CPANModules/Import/PerlAdvent/2012.pm view on Meta::CPAN
=item * L<Syntax::Collector>
=item * L<Syntax::Keyword::Junction>
=item * L<Try::Tiny>
=item * L<TryCatch>
=item * L<Web::Simple>
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Acme/CPANModules/Import/PerlAdvent/2013.pm view on Meta::CPAN
{ module => "Graph::Easy::As_svg" },
{ module => "Exception::Class" },
{ module => "Safe::Isa" },
{ module => "Scalar::Util" },
{ module => "Throwable" },
{ module => "Try::Tiny" },
{ module => "UNIVERSAL" },
{ module => "failures" },
{ module => "WebService::FindMyiPhone" },
{ module => "CGI" },
{ module => "Corona" },
lib/Acme/CPANModules/Import/PerlAdvent/2013.pm view on Meta::CPAN
=item * L<Scalar::Util>
=item * L<Throwable>
=item * L<Try::Tiny>
=item * L<UNIVERSAL>
=item * L<failures>
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Acme/CPANModules/Import/PerlAdvent/2017.pm view on Meta::CPAN
package Acme::CPANModules::Import::PerlAdvent::2017;
our $DATE = '2018-02-18'; # DATE
our $VERSION = '0.001'; # VERSION
our $LIST = {description=>"This list is generated by extracting module names mentioned in [http://perladvent.org/2017/] (retrieved on 2018-02-18). Visit the URL for the full contents.",entries=>[{module=>"App::GHPT::Wrapper::Ourperl"},{module=>"Term:...
1;
# ABSTRACT: Modules mentioned in Perl Advent Calendar 2017
__END__
lib/Acme/CPANModules/Import/PerlAdvent/2017.pm view on Meta::CPAN
=item * L<MooseX::UndefTolerant::Attribute>
=item * L<Reindeer>
=item * L<Try::Tiny>
=item * L<namespace::autoclean>
=item * L<SQL::Abstract>
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Acme/CPANModules/Import/PerlAdvent/2018.pm view on Meta::CPAN
package Acme::CPANModules::Import::PerlAdvent::2018;
our $DATE = '2018-12-30'; # DATE
our $VERSION = '0.001'; # VERSION
our $LIST = {description=>"This list is generated by extracting module names mentioned in [http://perladvent.org/2018/] (retrieved on 2018-12-30). Visit the URL for the full contents.",entries=>[{module=>"Memoize"},{module=>"Convert::ASN1"},{module=>...
1;
# ABSTRACT: Modules mentioned in Perl Advent Calendar 2018
__END__
lib/Acme/CPANModules/Import/PerlAdvent/2018.pm view on Meta::CPAN
=item * L<Method::ParamValidator>
=item * L<Test::Exception>
=item * L<Try::Tiny>
=item * L<WWW::Google::Places>
=item * L<Context::Singleton>
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Acme/CPANModules/Import/PerlDancerAdvent/2011.pm view on Meta::CPAN
{ module => "Dancer::Plugin::DBIC" },
{ module => "Dancer::Plugin::Database::Handle" },
{ module => "Dancer::Error" },
{ module => "Dancer::Exception" },
{ module => "Dancer::Exception::Base" },
{ module => "Try::Tiny" },
{ module => "Dancer" },
{ module => "File::Slurp" },
{ module => "Dancer::Plugin::NYTProf" },
{ module => "Devel::NYTProf" },
{ module => "Dancer::FileUtils" },
lib/Acme/CPANModules/Import/PerlDancerAdvent/2011.pm view on Meta::CPAN
=item * L<Dancer::Exception>
=item * L<Dancer::Exception::Base>
=item * L<Try::Tiny>
=item * L<Dancer>
=item * L<File::Slurp>
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Acme/CPANModules/Import/PerlDancerAdvent/2016.pm view on Meta::CPAN
{ module => "YAML::XS" },
{ module => "HTTP::Headers" },
{ module => "Plack::Middleware::Cache" },
{ module => "YAML" },
{ module => "Dancer2::Plugin::Auth::Tiny" },
{ module => "Try::Tiny" },
{ module => "Ref::Util" },
{ module => "Dancer2::Core::Role::SessionFactory::File" },
{ module => "Dancer2::Session::JSON" },
{ module => "Dancer2::Session::YAML" },
{ module => "Dancer2::Plugin::SendAs" },
lib/Acme/CPANModules/Import/PerlDancerAdvent/2016.pm view on Meta::CPAN
=item * L<YAML>
=item * L<Dancer2::Plugin::Auth::Tiny>
=item * L<Try::Tiny>
=item * L<Ref::Util>
=item * L<Dancer2::Core::Role::SessionFactory::File>
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Acme/CatFS.pm view on Meta::CPAN
# ABSTRACT: Fuse filesystem with a random pic of a cat
use feature qw(say state);
use Carp;
use Try::Tiny;
use LWP::Simple;
use Fuse::Simple;
use Moo;
use MooX::Options;
view all matches for this distribution
view release on metacpan or search on metacpan
"runtime" : {
"requires" : {
"Carp" : "0",
"Exporter::Constants" : "0",
"Smart::Args" : "0",
"Try::Tiny" : "0",
"perl" : "v5.16.1"
}
},
"test" : {
"requires" : {
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Acme/JWT.pm view on Meta::CPAN
use warnings;
our $VERSION = '0.04';
use JSON qw/decode_json encode_json/;
use MIME::Base64 qw/encode_base64url decode_base64url/;
use Try::Tiny;
use Digest::SHA qw/hmac_sha256 hmac_sha384 hmac_sha512/;
use Crypt::OpenSSL::RSA;
our $has_sha2;
BEGIN {
view all matches for this distribution
view release on metacpan or search on metacpan
},
"runtime" : {
"requires" : {
"Import::Into" : "0",
"Test::More" : "0",
"Try::Tiny" : "0"
}
}
},
"release_status" : "stable",
"resources" : {
view all matches for this distribution
view release on metacpan or search on metacpan
- Added 'parent' as a dependency, and switched to
using old-style version numbers (v5.10 => 5.010)
for backward compatibility.
0.03 2011-08-20
- Added Try::Tiny as a dependency.
0.02 2011-08-19
- Fixed type on the POD synopsis.
- Changed from ACME:: namespace to Acme::
view all matches for this distribution
view release on metacpan or search on metacpan
5.010 instead of v5.10.
- Fixed version number in POD.
- Moved remainder of tests out of TODO status.
0.03 2011-08-20
- Added Try::Tiny dependency.
0.02 2011-08-19
- Skipped - bring version number to coincide with sister
module, Acme::Sort::Bogosort.
view all matches for this distribution
view release on metacpan or search on metacpan
local/lib/perl5/Future.pm view on Meta::CPAN
Because the C<get> method re-raises the passed exception if the future failed,
it can be used to control a C<try>/C<catch> block directly. (This is sometimes
called I<Exception Hoisting>).
use Try::Tiny;
$f->on_ready( sub {
my $f = shift;
try {
say "The operation succeeded with: ", $f->get;
view all matches for this distribution
view release on metacpan or search on metacpan
"requires" : {
"Action::Retry" : "0",
"ExtUtils::MakeMaker" : "0",
"File::Spec" : "0",
"Test::More" : "0",
"Try::Tiny" : "0"
}
}
},
"provides" : {
"Action::CircuitBreaker" : {
view all matches for this distribution
view release on metacpan or search on metacpan
ex/rt-plugin.pl view on Meta::CPAN
use Moses::Declare;
$INC{'RT/Plugin.pm'}++;
plugin RT::Plugin {
use Try::Tiny;
use RT::Client::REST;
has [qw(server user pass)] => (
isa => 'Str',
is => 'ro',
view all matches for this distribution