Acme-CPANAuthors-Turkish
view release on metacpan or search on metacpan
Revision history for Acme::CPANAuthors::Turkish
0.24 2018-12-23 BURAK
- Migrate to dzil.
0.23 Tue Jul 5 00:52:53 2016
- Update repo url.
0.22 Sun Jul 28 08:27:22 2013
- Fix for RT#87079
0.21 Mon Aug 27 01:11:36 2012
- Distro fixes.
"resources" : {
"bugtracker" : {
"web" : "https://github.com/burak/CPAN-Acme-CPANAuthors-Turkish/issues"
},
"repository" : {
"type" : "git",
"url" : "git://github.com/burak/CPAN-Acme-CPANAuthors-Turkish.git",
"web" : "https://github.com/burak/CPAN-Acme-CPANAuthors-Turkish"
}
},
"version" : "0.24",
"x_contributors" : [
"Burak Gursoy <burak@cpan.org>"
],
"x_serialization_backend" : "Cpanel::JSON::XS version 3.0217"
}
requires:
Acme::CPANAuthors: '0'
Acme::CPANAuthors::Register: '0'
perl: '5.010'
strict: '0'
utf8: '0'
warnings: '0'
resources:
bugtracker: https://github.com/burak/CPAN-Acme-CPANAuthors-Turkish/issues
repository: git://github.com/burak/CPAN-Acme-CPANAuthors-Turkish.git
version: '0.24'
x_contributors:
- 'Burak Gursoy <burak@cpan.org>'
x_serialization_backend: 'YAML::Tiny version 1.69'
Makefile.PL view on Meta::CPAN
"warnings" => 0
},
"TEST_REQUIRES" => {
"ExtUtils::MakeMaker" => 0,
"File::Spec" => 0,
"IO::Handle" => 0,
"IPC::Open3" => 0,
"Test::More" => 0,
"blib" => "1.01"
},
"VERSION" => "0.24",
"test" => {
"TESTS" => "t/*.t"
}
);
my %FallbackPrereqs = (
"Acme::CPANAuthors" => 0,
"Acme::CPANAuthors::Register" => 0,
"ExtUtils::MakeMaker" => 0,
lib/Acme/CPANAuthors/Turkish.pm view on Meta::CPAN
package Acme::CPANAuthors::Turkish;
$Acme::CPANAuthors::Turkish::VERSION = '0.24';
use strict;
use warnings;
use utf8;
use Acme::CPANAuthors::Register (
AULUSOY => 'Ayhan Ulusoy',
BDD => 'Berk D. Demir',
BURAK => 'Burak Gürsoy',
ENGIN => 'Engin Gündüz',
MUTOGUZ => 'OÄuz Mut',
lib/Acme/CPANAuthors/Turkish.pm view on Meta::CPAN
=pod
=encoding UTF-8
=head1 NAME
Acme::CPANAuthors::Turkish
=head1 VERSION
version 0.24
=head1 SYNOPSIS
use Acme::CPANAuthors;
use Acme::CPANAuthors::Turkish;
my $authors = Acme::CPANAuthors->new('Turkish');
my $number = $authors->count;
my @ids = $authors->id;
( run in 1.387 second using v1.01-cache-2.11-cpan-7add2cbd662 )