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


A1z-HTML5-Template

 view release on metacpan or  search on metacpan

META.yml  view on Meta::CPAN

---
abstract: 'Fast and Easy Web Apps'
author:
  - 'Sudheer Murthy <pause@a1z.us>'
build_requires:
  Test::More: 0
configure_requires:
  ExtUtils::MakeMaker: 0
dynamic_config: 0
generated_by: 'Dist::Zilla version 6.012, CPAN::Meta::Converter version 2.150010'
license: perl

 view all matches for this distribution


A1z-Html

 view release on metacpan or  search on metacpan

dist.ini  view on Meta::CPAN

copyright_year   = 2020

version = 0.04

[@Basic]
[TestRelease]
[ConfirmRelease]
[UploadToCPAN]

 view all matches for this distribution


AAAA-Crypt-DH

 view release on metacpan or  search on metacpan

inc/Devel/CheckLib.pm  view on Meta::CPAN

=head2 assert_lib

This takes several named parameters, all of which are optional, and dies
with an error message if any of the libraries listed can
not be found.  B<Note>: dying in a Makefile.PL or Build.PL may provoke
a 'FAIL' report from CPAN Testers' automated smoke testers.  Use 
C<check_lib_or_exit> instead.

The named parameters are:

=over

inc/Devel/CheckLib.pm  view on Meta::CPAN

This is intended for use in Makefile.PL / Build.PL
when you might want to prompt the user for various paths and
things before checking that what they've told you is sane.

If any library or header is missing, it exits with an exit value of 0 to avoid
causing a CPAN Testers 'FAIL' report.  CPAN Testers should ignore this
result -- which is what you want if an external library dependency is not
available.

=head2 check_lib

 view all matches for this distribution


AAAA-Mail-SpamAssassin

 view release on metacpan or  search on metacpan

META.json  view on Meta::CPAN

            "warnings" : "0"
         }
      },
      "test" : {
         "requires" : {
            "Test::More" : "0"
         }
      }
   },
   "release_status" : "stable",
   "resources" : {

META.json  view on Meta::CPAN

            "class" : "Dist::Zilla::Plugin::Readme",
            "name" : "@SCHWIGON/@Basic/Readme",
            "version" : "4.300023"
         },
         {
            "class" : "Dist::Zilla::Plugin::ExtraTests",
            "name" : "@SCHWIGON/@Basic/ExtraTests",
            "version" : "4.300023"
         },
         {
            "class" : "Dist::Zilla::Plugin::ExecDir",
            "name" : "@SCHWIGON/@Basic/ExecDir",

META.json  view on Meta::CPAN

            "class" : "Dist::Zilla::Plugin::Manifest",
            "name" : "@SCHWIGON/@Basic/Manifest",
            "version" : "4.300023"
         },
         {
            "class" : "Dist::Zilla::Plugin::TestRelease",
            "name" : "@SCHWIGON/@Basic/TestRelease",
            "version" : "4.300023"
         },
         {
            "class" : "Dist::Zilla::Plugin::ConfirmRelease",
            "name" : "@SCHWIGON/@Basic/ConfirmRelease",

META.json  view on Meta::CPAN

            "class" : "Dist::Zilla::Plugin::PkgVersion",
            "name" : "@SCHWIGON/PkgVersion",
            "version" : "4.300023"
         },
         {
            "class" : "Dist::Zilla::Plugin::PodSyntaxTests",
            "name" : "@SCHWIGON/PodSyntaxTests",
            "version" : "4.300023"
         },
         {
            "class" : "Dist::Zilla::Plugin::NoTabsTests",
            "name" : "@SCHWIGON/NoTabsTests",
            "version" : "0.01"
         },
         {
            "class" : "Dist::Zilla::Plugin::PodCoverageTests",
            "name" : "@SCHWIGON/PodCoverageTests",
            "version" : "4.300023"
         },
         {
            "class" : "Dist::Zilla::Plugin::MetaResources",
            "name" : "@SCHWIGON/MetaResources",

META.json  view on Meta::CPAN

            "class" : "Dist::Zilla::Plugin::Authority",
            "name" : "@SCHWIGON/Authority",
            "version" : "1.006"
         },
         {
            "class" : "Dist::Zilla::Plugin::EOLTests",
            "name" : "@SCHWIGON/EOLTests",
            "version" : "0.02"
         },
         {
            "class" : "Dist::Zilla::Plugin::PodWeaver",
            "name" : "@SCHWIGON/PodWeaver",

META.json  view on Meta::CPAN

            "name" : ":IncModules",
            "version" : "4.300023"
         },
         {
            "class" : "Dist::Zilla::Plugin::FinderCode",
            "name" : ":TestFiles",
            "version" : "4.300023"
         },
         {
            "class" : "Dist::Zilla::Plugin::FinderCode",
            "name" : ":ExecFiles",

 view all matches for this distribution


AAC-Pvoice

 view release on metacpan or  search on metacpan

t/001_load.t  view on Meta::CPAN

# -*- perl -*-

# t/001_load.t - check module loading and create testing directory
# more testing will be added later

use Test::More tests => 2;
use Wx qw(:everything);

BEGIN { use_ok( 'AAC::Pvoice' ); }

package MyApp;

t/001_load.t  view on Meta::CPAN

package MyFrame;
use base 'Wx::Frame';
sub new
{
    my $class = shift;
    my $self = $class->SUPER::new(undef, -1, 'Test');
    my $panel = AAC::Pvoice::Panel->new ($self, -1);
    main::isa_ok ($panel, 'AAC::Pvoice::Panel');
    return $self;
}

 view all matches for this distribution


ABI

 view release on metacpan or  search on metacpan

Build.PL  view on Meta::CPAN

	module_name        => 'ABI',
	license            => 'perl',
	dist_author	=> 'Malay <malay@bioinformatics.org>',
	dist_version_from => 'ABI.pm',
	build_requires =>{
		'Test::More' =>0,
	},
	add_to_cleanup => ['ABI-*'],
	create_makefile_pl => 'traditional',
	
);

 view all matches for this distribution


ABNF-Grammar

 view release on metacpan or  search on metacpan

t/ABNF-Generator-Honest.t  view on Meta::CPAN

use strict;
use warnings;
use Data::Dumper;
use Test::More tests => 26;
use ABNF::Grammar qw(Grammar);
use ABNF::Validator qw(Validator);
BEGIN {
	use_ok('ABNF::Generator::Honest', qw(Honest));
};

 view all matches for this distribution


ACL-Lite

 view release on metacpan or  search on metacpan

META.json  view on Meta::CPAN

            "ExtUtils::MakeMaker" : "0"
         }
      },
      "runtime" : {
         "requires" : {
            "Test::More" : "0"
         }
      }
   },
   "release_status" : "stable",
   "version" : "0.0004"

 view all matches for this distribution


ACL-Regex

 view release on metacpan or  search on metacpan

t/001.t  view on Meta::CPAN

use lib "lib/";
use ACL::Regex;

use Test::More qw(no_plan);

ok( 0 == 0, "Simple" );

exit 0;

 view all matches for this distribution


ACME-CPANPLUS-Module-With-Core-PreReq

 view release on metacpan or  search on metacpan

META.json  view on Meta::CPAN

   "name" : "ACME-CPANPLUS-Module-With-Core-PreReq",
   "prereqs" : {
      "build" : {
         "requires" : {
            "ExtUtils::MakeMaker" : "6.59",
            "Test::More" : "0.47"
         }
      },
      "configure" : {
         "requires" : {
            "ExtUtils::MakeMaker" : "0"
         }
      },
      "develop" : {
         "requires" : {
            "Pod::Coverage::TrustPod" : "0",
            "Test::Pod" : "1.41",
            "Test::Pod::Coverage" : "1.08"
         }
      },
      "runtime" : {
         "requires" : {
            "Config" : "0",

META.json  view on Meta::CPAN

      "test" : {
         "requires" : {
            "File::Spec" : "0",
            "IO::Handle" : "0",
            "IPC::Open3" : "0",
            "Test::More" : "0.47"
         }
      }
   },
   "release_status" : "stable",
   "resources" : {

 view all matches for this distribution


ACME-Dzil-Test-daemon

 view release on metacpan or  search on metacpan

lib/ACME/Dzil/Test/daemon.pm  view on Meta::CPAN

package ACME::Dzil::Test::daemon;

# Module version
our $VERSION = '0.001';

# Perl minimum version

lib/ACME/Dzil/Test/daemon.pm  view on Meta::CPAN


1;

=head1 NAME

ACME::Dzil::Test::daemon - Module abstract placeholder text

=head1 SYNOPSIS

=for comment Brief examples of using the module.

 view all matches for this distribution


( run in 0.719 second using v1.01-cache-2.11-cpan-a5abf4f5562 )