Result:
Your query is still running in background...Search in progress... at this time found 19 distributions and 60 files matching your query.
Next refresh should show more results. ( run in 2.662 )


AI-MicroStructure

 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


AMQP

 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


API-GitForge

 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


API-Plesk

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

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


AWS-ARN

 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


AWS-Lambda

 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


Acme-2zicon

 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


Acme-CPANAuthors

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN


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


Acme-CPANLists-Import-PerlAdvent-2011

 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


Acme-CPANLists-Import-PerlAdvent-2012

 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


Acme-CPANLists-Import-PerlAdvent-2013

 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


Acme-CPANLists-Import-PerlAdvent-2017

 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


Acme-CPANLists-Import-PerlDancerAdvent-2011

 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


Acme-CPANLists-Import-PerlDancerAdvent-2016

 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


Acme-CPANModulesBundle-Import-PerlAdvent-2011

 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


Acme-CPANModulesBundle-Import-PerlAdvent-2012

 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


Acme-CPANModulesBundle-Import-PerlAdvent-2013

 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


Acme-CPANModulesBundle-Import-PerlAdvent-2017

 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


Acme-CPANModulesBundle-Import-PerlAdvent-2018

 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


( run in 2.662 seconds using v1.01-cache-2.11-cpan-0d8aa00de5b )