Acme-CPANAuthors-Ukrainian

 view release on metacpan or  search on metacpan

README.pod  view on Meta::CPAN

=encoding UTF-8

=head1 NAME

Acme::CPANAuthors::Ukrainian - We are Ukrainian CPAN authors

=head1 SYNOPSIS

    use Acme::CPANAuthors;

    my $authors  = Acme::CPANAuthors->new("Ukrainian");

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

package Acme::CPANAuthors::Ukrainian;
use utf8; # encoding="utf-8"

use warnings;
use strict;

our $VERSION = '0.16';

use Acme::CPANAuthors::Register (
	CUB       => 'Kostyuk Oleg',
	DARKNOS   => 'Sergey Nosenko',
	DZHARIY   => 'Дмитрий Жарий',

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

	VADIM     => 'Vadim Ponomarenko',
	VIY       => 'Igor Yu. Vlasenko',
	VTI       => 'Вячеслав Тихановский',
	YKO       => 'Ярослав Коршак',
	ZERO      => 'Oleg Alistratov',
);

1;
__END__

=encoding UTF-8

=head1 NAME

Acme::CPANAuthors::Ukrainian - We are Ukrainian CPAN authors

=head1 SYNOPSIS

    use Acme::CPANAuthors;

    my $authors  = Acme::CPANAuthors->new("Ukrainian");



( run in 0.248 second using v1.01-cache-2.11-cpan-4d50c553e7e )