Acme-CPANAuthors-Belarusian

 view release on metacpan or  search on metacpan

META.json  view on Meta::CPAN

{
   "abstract" : "We are Belarusian CPAN authors",
   "author" : [
      "Sergey Romanov <sromanov@cpan.org>"
   ],
   "dynamic_config" : 1,
   "generated_by" : "ExtUtils::MakeMaker version 6.66, CPAN::Meta::Converter version 2.131560",
   "license" : [
      "artistic_2"
   ],
   "meta-spec" : {
      "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
      "version" : "2"

META.json  view on Meta::CPAN

      },
      "runtime" : {
         "requires" : {
            "Acme::CPANAuthors" : "0.02"
         }
      }
   },
   "release_status" : "stable",
   "resources" : {
      "bugtracker" : {
         "web" : "http://github.com/sergeyromanov/acme-cpanauthors-belarusian/issues"
      },
      "license" : [
         "http://dev.perl.org/licenses/"
      ],
      "repository" : {
         "url" : "http://github.com/sergeyromanov/acme-cpanauthors-belarusian"
      }
   },
   "version" : "0.03",
   "x_test_requires" : {
      "Test::More" : "0.47"
   }
}

META.yml  view on Meta::CPAN

---
abstract: 'We are Belarusian CPAN authors'
author:
  - 'Sergey Romanov <sromanov@cpan.org>'
build_requires: {}
configure_requires: {}
dynamic_config: 1
generated_by: 'ExtUtils::MakeMaker version 6.66, CPAN::Meta::Converter version 2.131560'
license: artistic_2
meta-spec:
  url: http://module-build.sourceforge.net/META-spec-v1.4.html
  version: 1.4
name: Acme-CPANAuthors-Belarusian
no_index:
  directory:
    - t
    - inc
    - t
requires:
  Acme::CPANAuthors: 0.02
resources:
  bugtracker: http://github.com/sergeyromanov/acme-cpanauthors-belarusian/issues
  license: http://dev.perl.org/licenses/
  repository: http://github.com/sergeyromanov/acme-cpanauthors-belarusian
version: 0.03
x_test_requires:
  Test::More: 0.47

Makefile.PL  view on Meta::CPAN

    },
    ( $mm >= 6.31
        ? ( LICENSE => 'artistic_2' )
        : ()
    ),
    ( $mm < 6.46
        ? ()
        : ( META_MERGE => {
                resources => {
                    license    => 'http://dev.perl.org/licenses/',
                    repository => 'http://github.com/sergeyromanov/acme-cpanauthors-belarusian',
                    bugtracker => 'http://github.com/sergeyromanov/acme-cpanauthors-belarusian/issues'
                },
                no_index => {directory => [qw/t/]},
            },
            META_ADD => {
                build_requires     => {},
                configure_requires => {},
                test_requires      => {
                    'Test::More'        => '0.47',
                },
            },

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

    DMOL => 'Ivan Baidakou',
    ZAG  => 'Zahatski Aliaksandr',
    ZAR  => 'Igor Zhuk',
);

1 && q[OK Go - Needing/Getting (Video Version)];

__END__
=head1 NAME

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

=head1 DESCRIPTION

This class provides a hash of Belarusian CPAN authors' Pause IDs/names
to Acme::CPANAuthors.

=head2 SYNOPSIS

    use Acme::CPANAuthors;

    my $authors = Acme::CPANAuthors->new('Belarusian');

    my $number   = $authors->count;
    my @ids      = $authors->id;
    my @distros  = $authors->distributions('DMOL');
    my $url      = $authors->avatar_url('ZAG');
    my $kwalitee = $authors->kwalitee('ZAR');

=head1 MAINTENANCE

If you are a Belarusian CPAN author not listed here, mail me your ID/name
or send a pull request. If you are listed but are not Belarusian
(or just don't want to be listed), mail me as well.

=head1 SEE ALSO

L<Acme::CPANAuthors> - Main class to manipulate this one.

=head1 AUTHOR

Sergey Romanov, C<sromanov@cpan.org>.



( run in 0.759 second using v1.01-cache-2.11-cpan-5c0b1e786e0 )