Acme-CPANAuthors-Norwegian

 view release on metacpan or  search on metacpan

Build.PL  view on Meta::CPAN

use strict;
use warnings;
use Module::Build;

my $builder = Module::Build->new(
	module_name         => 'Acme::CPANAuthors::Norwegian',
	license             => 'perl',
	dist_author         => 'Anatoly Sharifulin <sharifulin@gmail.com>',
	dist_version_from   => 'lib/Acme/CPANAuthors/Norwegian.pm',
	build_requires => {
		'Test::More' => 0,
	},
	requires => {
		'Acme::CPANAuthors::Register' => 0,
		'Acme::CPANAuthors'           => 0,
		'perl'                        => 5.006, # for META.yml
	},
	meta_merge => {
		resources => {
			repository => 'http://github.com/sharifulin/acme-cpanauthors-norwegian/tree',
		},
		keywords => [
			'CPAN',
			'CPAN authors',
			'Norwegian'
		],
	},
	add_to_cleanup     => [],
	create_makefile_pl => 'traditional',
);

$builder->create_build_script();

Changes  view on Meta::CPAN

Revision history for Acme-CPANAuthors-Norwegian

0.2   2010-09-11 17:49
	Remove SSCAFFIDI

0.14  2009-06-04 16:08
	Wrong prereq in test suite

0.13  2009-05-05 11:11
	32 authors

0.12  2009-04-24 01:44
	Add examples/test.pl

0.11  2009-04-24 01:11
	31 authors

0.1   2009-04-20 22:22
	21 authors

META.yml  view on Meta::CPAN

---
abstract: 'We are Norwegian CPAN authors'
author:
  - 'Anatoly Sharifulin <sharifulin@gmail.com>'
build_requires:
  Test::More: 0
configure_requires:
  Module::Build: 0.36
generated_by: 'Module::Build version 0.3607'
keywords:
  - CPAN
  - 'CPAN authors'
  - Norwegian
license: perl
meta-spec:
  url: http://module-build.sourceforge.net/META-spec-v1.4.html
  version: 1.4
name: Acme-CPANAuthors-Norwegian
provides:
  Acme::CPANAuthors::Norwegian:
    file: lib/Acme/CPANAuthors/Norwegian.pm
    version: 0.2
requires:
  Acme::CPANAuthors: 0
  Acme::CPANAuthors::Register: 0
  perl: 5.006
resources:
  license: http://dev.perl.org/licenses/
  repository: http://github.com/sharifulin/acme-cpanauthors-norwegian/tree
version: 0.2

README  view on Meta::CPAN

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

Now 31 Norwegian CPAN authors.

INSTALLATION

To install this module, run the following commands:

	perl Build.PL
	./Build
	./Build test
	./Build install

examples/test.pl  view on Meta::CPAN

#!/usr/bin/perl
use strict;

use lib '../lib';
use Acme::CPANAuthors;

my $a = Acme::CPANAuthors->new('Norwegian');

print  'Norwegian CPAN authors: ', $a->count, "\n";
printf "%-20s %s\n", $_, $a->name($_) for $a->id;

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

	TROHAU    => 'Trond Haugen',
);

1;
__END__

=encoding UTF-8

=head1 NAME

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

=head1 SYNOPSIS

    use Acme::CPANAuthors;

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

    my $number   = $authors->count;
    my @ids      = $authors->id;
    my @distros  = $authors->distributions("MRAMBERG");
    my $url      = $authors->avatar_url("SJN");
    my $kwalitee = $authors->kwalitee("COSIMO");
    my $name     = $authors->name("TAFFY");

See documentation for L<Acme::CPANAuthors> for more details.

=head1 DESCRIPTION

This class provides a hash of Norwegian CPAN authors' PAUSE ID and name to
the C<Acme::CPANAuthors> module.

=head1 MAINTENANCE

If you are a Norwegian CPAN author not listed here, please send me your ID/name
via email or RT so I can always keep this module up to date.


=head1 CONTAINED AUTHORS

Now B<32> Norwegian CPAN authors:

	AFF       => 'Andreas Faafeng',
	ALKNAFF   => 'Alain Knaff',
	ANDREMAR  => 'Andreas Marienborg',
	ARNE      => 'Arne Sommer',
	ARNESOND  => 'Dag Arneson',
	AVITARNET => 'David Peter Smith',
	CAFFIEND  => 'Andrew Robertson',
	COSIMO    => 'Cosimo Streppone',
	CRAFFI    => 'Chris Dagdigian',

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

=head1 SEE ALSO

L<Acme::CPANAuthors> L<Acme::CPANAuthors::Russian> L<http://search.cpan.org/search?query=Acme%3A%3ACPANAuthors&mode=all>

=head1 AUTHOR

Anatoly Sharifulin, C<< <sharifulin at gmail.com> >>

=head1 BUGS

Please report any bugs or feature requests to C<bug-acme-cpanauthors-Norwegian at rt.cpan.org>, or through
the web interface at L<http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Acme-CPANAuthors-Norwegian>.  We will be notified, and then you'll
automatically be notified of progress on your bug as we make changes.

=head1 SUPPORT

You can find documentation for this module with the perldoc command.

    perldoc Acme::CPANAuthors::Norwegian

You can also look for information at:

=over 5

=item * Github

L<http://github.com/sharifulin/acme-cpanauthors-Norwegian/tree/master>

=item * RT: CPAN's request tracker

L<http://rt.cpan.org/NoAuth/Bugs.html?Dist=Acme-CPANAuthors-Norwegian>

=item * AnnoCPAN: Annotated CPAN documentation

L<http://annocpan.org/dist/Acme-CPANAuthors-Norwegian>

=item * CPANTS: CPAN Testing Service



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