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 1.989 )


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:

 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

 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__

 view all matches for this distribution


( run in 1.989 second using v1.00-cache-2.02-grep-82fe00e-cpan-1925d2aa809 )