Result:
found more than 436 distributions - search limited to the first 2001 files matching your query ( run in 0.938 )


Acme-CPANAuthors-InMostCPANAuthors

 view release on metacpan or  search on metacpan

lib/Acme/CPANAuthors/InMostCPANAuthors.pm  view on Meta::CPAN

 | SIMONW    |         6 | British, CPANTS::FiveOrMore, DualLife, European, GitHub, POE                                                                                                                                                        |
 | SYP       |         6 | Brazilian, CPAN::TopDepended, CPAN::TopDepended::ByOthers, European, GitHub, Russian                                                                                                                                |
 | TINITA    |         6 | CPAN::TopDepended, CPAN::TopDepended::ByOthers, CPANTS::FiveOrMore, European, German, GitHub                                                                                                                        |
 | TYPESTER  |         6 | AnyEvent, CPANTS::FiveOrMore, CodeRepos, GitHub, Japanese, POE                                                                                                                                                      |

Note: Some lists are excluded (see this distribution's C<devscript/update-data>
for more details).

=head1 HOMEPAGE

Please visit the project's homepage at L<https://metacpan.org/release/Acme-CPANAuthors-InMostCPANAuthors>.

 view all matches for this distribution


Acme-CPANAuthors-India

 view release on metacpan or  search on metacpan

lib/Acme/CPANAuthors/India.pm  view on Meta::CPAN


=head1 SEE ALSO

  * [Acme::CPANAuthors::Register]

=for :stopwords cpan testmatrix url annocpan anno bugtracker rt cpants kwalitee diff irc mailto metadata placeholders metacpan

=head1 SUPPORT

=head2 Bugs / Feature Requests

 view all matches for this distribution


Acme-CPANAuthors-Indonesian

 view release on metacpan or  search on metacpan

META.json  view on Meta::CPAN

               "Dist::Zilla::Plugin::CheckSelfDependency" : {
                  "finder" : [
                     ":InstallModules"
                  ]
               },
               "Dist::Zilla::Role::ModuleMetadata" : {
                  "Module::Metadata" : "1.000033",
                  "version" : "0.006"
               }
            },
            "name" : "@Author::PERLANCAR/CheckSelfDependency",
            "version" : "0.011"

 view all matches for this distribution


Acme-CPANAuthors-Israeli

 view release on metacpan or  search on metacpan

lib/Acme/CPANAuthors/Israeli.pm  view on Meta::CPAN


=head1 SEE ALSO

L<Acme::CPANAuthors> - the driver for this class.

=for :stopwords cpan testmatrix url bugtracker rt cpants kwalitee diff irc mailto metadata placeholders metacpan

=head1 SUPPORT

=head2 Websites

 view all matches for this distribution


Acme-CPANAuthors-Japanese

 view release on metacpan or  search on metacpan

MANIFEST  view on Meta::CPAN

MANIFEST			This list of files
README
t/00_load.t
t/99_pod.t
t/99_podcoverage.t
META.yml                                 Module YAML meta-data (added by MakeMaker)
META.json                                Module JSON meta-data (added by MakeMaker)

 view all matches for this distribution


Acme-CPANAuthors-MBTI

 view release on metacpan or  search on metacpan

inc/expand_author_list.pm  view on Meta::CPAN

  my $url     = $json->{gravatar_url};
  $url =~ s/s=\K130/80/g;
  return $url;
}

sub extract_data {
  state $result_cache = {};
  my ( $category, $source_file ) = @_;
  return $result_cache->{$category} if exists $result_cache->{$category};

  my $author_data = Parse::CPAN::Whois->new( mirror_whois('00whois.xml') );

  my $author_hash = {};
  my @authors;

  for my $id ( path($source_file)->lines_raw( { chomp => 1 } ) ) {
    dolog("$category / $id");
    my $name = $author_data->author($id)->name;
    $author_hash->{$id} = $name;
    push @authors,
      {
      id     => $id,
      name   => $name,

 view all matches for this distribution


Acme-CPANAuthors-Nonhuman

 view release on metacpan or  search on metacpan

lib/Acme/CPANAuthors/Nonhuman.pm  view on Meta::CPAN


our $VERSION = '0.026';

use utf8;

# this data was generated at build time via __DATA__ section
# and Dist::Zilla::Plugin::MungeFile::WithDataSection 0.009
my %authors = (
    ETHER => 'Karen Etheridge',
    VOJ => 'Jakob Voß',
    IVANWILLS => 'Ivan Wills',

 view all matches for this distribution


Acme-CPANAuthors-Portuguese

 view release on metacpan or  search on metacpan

MANIFEST  view on Meta::CPAN

README
lib/Acme/CPANAuthors/Portuguese.pm
t/00-load.t
t/pod-coverage.t
t/pod.t
META.yml                                 Module meta-data (added by MakeMaker)

 view all matches for this distribution


Acme-CPANAuthors-Pumpkings

 view release on metacpan or  search on metacpan

MANIFEST  view on Meta::CPAN

t/000_basic.t
t/950_pod.t
t/960_pod_coverage.t
Changes
README
META.yml                                 Module meta-data (added by MakeMaker)

 view all matches for this distribution


Acme-CPANAuthors-Russian

 view release on metacpan or  search on metacpan

script/cpan-author.pl  view on Meta::CPAN

sub get {
	my $self = shift;
	
	unlink FILE if -e FILE && time - [stat(FILE)]->[9] > EXP;
	
	if (my $data = eval { local $/; open my $fh, '<', FILE or die $!; <$fh> }) {
		warn 'cache';
		$_->request(HTTP::Request->new('GET', shift)), return $_ for HTTP::Response->new(200, 'OK', undef, $data);
	}
	for ($self->SUPER::get(@_)) {
		open my $fh, '>', FILE or die $!;
		print   $fh $_->content;
		

 view all matches for this distribution


Acme-CPANAuthors-Spanish

 view release on metacpan or  search on metacpan

MANIFEST  view on Meta::CPAN

README
lib/Acme/CPANAuthors/Spanish.pm
t/00-load.t
t/pod-coverage.t
t/pod.t
META.yml                                 Module YAML meta-data (added by MakeMaker)
META.json                                Module JSON meta-data (added by MakeMaker)

 view all matches for this distribution


Acme-CPANAuthors-Swedish

 view release on metacpan or  search on metacpan

MANIFEST  view on Meta::CPAN

MANIFEST			This list of files
README
t/00_load.t
t/99_pod.t
t/99_podcoverage.t
META.yml                                 Module YAML meta-data (added by MakeMaker)
META.json                                Module JSON meta-data (added by MakeMaker)

 view all matches for this distribution


Acme-CPANAuthors-Turkish

 view release on metacpan or  search on metacpan

dist.ini  view on Meta::CPAN

[PruneCruft]
[GatherDir]
exclude_filename  = weaver.ini
exclude_match     = Acme-CPANAuthors-Turkish-[0-9]

; metadata
[MetaYAML]
[MetaJSON]

[Keywords]
keywords = acme cpan cpanauthors

 view all matches for this distribution



Acme-CPANAuthorsBundle-CPAN-Streaks

 view release on metacpan or  search on metacpan

lib/Acme/CPANAuthors/CPAN/Streaks/DailyDistributions/AllTime.pm  view on Meta::CPAN

=head1 SEE ALSO

L<Acme::CPANAuthors>

CPAN Regulars Boards, L<http://cpan.io/board/once-a/>, which as of this writing,
has some input data missing and thus produces some incorrect results.

=head1 AUTHOR

perlancar <perlancar@cpan.org>

 view all matches for this distribution


Acme-CPANLists-Import-BKB

 view release on metacpan or  search on metacpan

lib/Acme/CPANLists/Import/BKB/FindDependencies.pm  view on Meta::CPAN

package Acme::CPANLists::Import::BKB::FindDependencies;

our $DATE = '2017-03-27'; # DATE
our $VERSION = '0.001'; # VERSION

our @Module_Lists = ({description=>"This list is generated by extracting module names mentioned in [https://www.lemoda.net/perl/perl-dependencies/index.html] (retrieved on 2017-03-27). Visit the URL for the full contents.",entries=>[{module=>"Devel::...

1;
# ABSTRACT: Modules for finding Perl dependencies (2017)

__END__

 view all matches for this distribution


Acme-CPANLists-Import-PerlAdvent-2000

 view release on metacpan or  search on metacpan

dist.ini  view on Meta::CPAN

[@Author::PERLANCAR]
:version=0.53

[PruneFiles / PruneFiles additional]
filename = devscripts
filename = devdata

[Prereqs]

[Prereqs / DevelopRecommends]
;!lint_prereqs assume-used "spec"

 view all matches for this distribution


Acme-CPANLists-Import-PerlAdvent-2001

 view release on metacpan or  search on metacpan

dist.ini  view on Meta::CPAN

[@Author::PERLANCAR]
:version=0.53

[PruneFiles / PruneFiles additional]
filename = devscripts
filename = devdata

[Prereqs]

[Prereqs / DevelopRecommends]
;!lint_prereqs assume-used "spec"

 view all matches for this distribution


Acme-CPANLists-Import-PerlAdvent-2002

 view release on metacpan or  search on metacpan

dist.ini  view on Meta::CPAN

[@Author::PERLANCAR]
:version=0.53

[PruneFiles / PruneFiles additional]
filename = devscripts
filename = devdata

[Prereqs]

[Prereqs / DevelopRecommends]
;!lint_prereqs assume-used "spec"

 view all matches for this distribution


Acme-CPANLists-Import-PerlAdvent-2003

 view release on metacpan or  search on metacpan

dist.ini  view on Meta::CPAN

[@Author::PERLANCAR]
:version=0.53

[PruneFiles / PruneFiles additional]
filename = devscripts
filename = devdata

[Prereqs]

[Prereqs / DevelopRecommends]
;!lint_prereqs assume-used "spec"

 view all matches for this distribution


Acme-CPANLists-Import-PerlAdvent-2004

 view release on metacpan or  search on metacpan

dist.ini  view on Meta::CPAN

[@Author::PERLANCAR]
:version=0.53

[PruneFiles / PruneFiles additional]
filename = devscripts
filename = devdata

[Prereqs]

[Prereqs / DevelopRecommends]
;!lint_prereqs assume-used "spec"

 view all matches for this distribution


Acme-CPANLists-Import-PerlAdvent-2005

 view release on metacpan or  search on metacpan

dist.ini  view on Meta::CPAN

[@Author::PERLANCAR]
:version=0.53

[PruneFiles / PruneFiles additional]
filename = devscripts
filename = devdata

[Prereqs]

[Prereqs / DevelopRecommends]
;!lint_prereqs assume-used "spec"

 view all matches for this distribution


Acme-CPANLists-Import-PerlAdvent-2006

 view release on metacpan or  search on metacpan

dist.ini  view on Meta::CPAN

[@Author::PERLANCAR]
:version=0.53

[PruneFiles / PruneFiles additional]
filename = devscripts
filename = devdata

[Prereqs]

[Prereqs / DevelopRecommends]
;!lint_prereqs assume-used "spec"

 view all matches for this distribution


Acme-CPANLists-Import

 view release on metacpan or  search on metacpan

dist.ini  view on Meta::CPAN

[@Author::PERLANCAR]
:version=0.53

[PruneFiles / PruneFiles additional]
filename = devscripts
filename = devdata

[Prereqs]

[Prereqs / DevelopX_spec]
-phase=develop

 view all matches for this distribution


( run in 0.938 second using v1.00-cache-2.02-grep-82fe00e-cpan-4673cadbf75 )