Acme-CPANAuthors-MetaSyntactic

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

Revision history for Acme-CPANAuthors-MetaSyntactic

1.002 Sun Jun 19 2016
    - Added new metasyntactic author: PERLANCAR

1.001 Mon Dec 28 2015
    - Added new metasyntactic author: SHLOMIF
    - Added some actual tests in t/basic.t

1.000 Sun May 25 2014
    - First version of the list of Acme::MetaSyntactic theme authors
    - Includes: ABIGAIL, BINGOS, BOOK, ELBEHO, ELLIOTJS, JFORGET, JQUELIN,
      MARKF, MCARTMELL, SAPER.

LICENSE  view on Meta::CPAN

 Everyone is permitted to copy and distribute verbatim copies
 of this license document, but changing it is not allowed.

                            Preamble

  The license agreements of most software companies try to keep users
at the mercy of those companies.  By contrast, our General Public
License is intended to guarantee your freedom to share and change free
software--to make sure the software is free for all its users.  The
General Public License applies to the Free Software Foundation's
software and to any other program whose authors commit to using it.
You can use it for your programs, too.

  When we speak of free software, we are referring to freedom, not
price.  Specifically, the General Public License is designed to make
sure that you have the freedom to give away or sell copies of free
software, that you receive source code or can get it if you want it,
that you can change the software or use pieces of it in new free
programs; and that you know you can do these things.

  To protect your rights, we need to make restrictions that forbid

LICENSE  view on Meta::CPAN


  For example, if you distribute copies of a such a program, whether
gratis or for a fee, you must give the recipients all the rights that
you have.  You must make sure that they, too, receive or can get the
source code.  And you must tell them their rights.

  We protect your rights with two steps: (1) copyright the software, and
(2) offer you this license which gives you legal permission to copy,
distribute and/or modify the software.

  Also, for each author's protection and ours, we want to make certain
that everyone understands that there is no warranty for this free
software.  If the software is modified by someone else and passed on, we
want its recipients to know that what they have is not the original, so
that any problems introduced by others will not reflect on the original
authors' reputations.

  The precise terms and conditions for copying, distribution and
modification follow.

                    GNU GENERAL PUBLIC LICENSE
   TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION

  0. This License Agreement applies to any program or other work which
contains a notice placed by the copyright holder saying it may be
distributed under the terms of this General Public License.  The

LICENSE  view on Meta::CPAN


Each version is given a distinguishing version number.  If the Program
specifies a version number of the license which applies to it and "any
later version", you have the option of following the terms and conditions
either of that version or of any later version published by the Free
Software Foundation.  If the Program does not specify a version number of
the license, you may choose any version ever published by the Free Software
Foundation.

  8. If you wish to incorporate parts of the Program into other free
programs whose distribution conditions are different, write to the author
to ask for permission.  For software which is copyrighted by the Free
Software Foundation, write to the Free Software Foundation; we sometimes
make exceptions for this.  Our decision will be guided by the two goals
of preserving the free status of all derivatives of our free software and
of promoting the sharing and reuse of software generally.

                            NO WARRANTY

  9. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW.  EXCEPT WHEN

LICENSE  view on Meta::CPAN

possible use to humanity, the best way to achieve this is to make it
free software which everyone can redistribute and change under these
terms.

  To do so, attach the following notices to the program.  It is safest to
attach them to the start of each source file to most effectively convey
the exclusion of warranty; and each file should have at least the
"copyright" line and a pointer to where the full notice is found.

    <one line to give the program's name and a brief idea of what it does.>
    Copyright (C) 19yy  <name of author>

    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation; either version 1, or (at your option)
    any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

LICENSE  view on Meta::CPAN

    You should have received a copy of the GNU General Public License
    along with this program; if not, write to the Free Software
    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA  02110-1301 USA


Also add information on how to contact you by electronic and paper mail.

If the program is interactive, make it output a short notice like this
when it starts in an interactive mode:

    Gnomovision version 69, Copyright (C) 19xx name of author
    Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
    This is free software, and you are welcome to redistribute it
    under certain conditions; type `show c' for details.

The hypothetical commands `show w' and `show c' should show the
appropriate parts of the General Public License.  Of course, the
commands you use may be called something other than `show w' and `show
c'; they could even be mouse-clicks or menu items--whatever suits your
program.

MANIFEST  view on Meta::CPAN

# This file was automatically generated by Dist::Zilla::Plugin::Manifest v5.042.
Changes
LICENSE
MANIFEST
META.yml
Makefile.PL
README
dist.ini
lib/Acme/CPANAuthors/MetaSyntactic.pm
t/author-pod-coverage.t
t/author-pod-syntax.t
t/authors.t
t/basic.t
t/release-distmeta.t

META.yml  view on Meta::CPAN

---
abstract: 'MetaSyntactic CPAN authors'
author:
  - 'Philippe Bruhat (BooK) <book@cpan.org>'
build_requires:
  Acme::CPANAuthors: '0'
  File::Path: '0'
  File::Spec: '0'
  Test::More: '0'
configure_requires:
  ExtUtils::MakeMaker: '0'
dynamic_config: 0
generated_by: 'Dist::Zilla version 5.042, CPAN::Meta::Converter version 2.150005'

Makefile.PL  view on Meta::CPAN

# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v5.042.
use strict;
use warnings;

use 5.006;

use ExtUtils::MakeMaker;

my %WriteMakefileArgs = (
  "ABSTRACT" => "MetaSyntactic CPAN authors",
  "AUTHOR" => "Philippe Bruhat (BooK) <book\@cpan.org>",
  "CONFIGURE_REQUIRES" => {
    "ExtUtils::MakeMaker" => 0
  },
  "DISTNAME" => "Acme-CPANAuthors-MetaSyntactic",
  "LICENSE" => "perl",
  "MIN_PERL_VERSION" => "5.006",
  "NAME" => "Acme::CPANAuthors::MetaSyntactic",
  "PREREQ_PM" => {
    "Acme::CPANAuthors" => 0,

README  view on Meta::CPAN

Acme-CPANAuthors-MetaSyntactic

DESCRIPTION

    This class provides a hash of CPAN authors' PAUSE ID and name to the
    Acme::CPANAuthors module. All the authors listed have published a
    distribution containing themes for Acme::MetaSyntactic.

AUTHOR

    Philippe Bruhat (BooK), <book@cpan.org>.

COPYRIGHT

    Copyright 2014 Philippe Bruhat (BooK), All Rights Reserved.

dist.ini  view on Meta::CPAN

name    = Acme-CPANAuthors-MetaSyntactic
author  = Philippe Bruhat (BooK) <book@cpan.org>
license = Perl_5
copyright_holder = Philippe Bruhat (BooK)
; copyright_year = 2014

[PkgVersion]

[@Filter]
-bundle = @Basic
-remove = Readme

dist.ini  view on Meta::CPAN


[AutoPrereqs]
[Prereqs]
Acme::CPANAuthors =

[MetaResources]
repository.web    = http://github.com/book/Acme-CPANAuthors-MetaSyntactic
repository.url    = http://github.com/book/Acme-CPANAuthors-MetaSyntactic.git
repository.type   = git
bugtracker.web    = http://rt.cpan.org/NoAuth/Bugs.html?Dist=Acme-CPANAuthors-MetaSyntactic
bugtracker.mailto = bug-acme-cpanauthors-metasyntactic@rt.cpan.org

[MetaTests]
[PodSyntaxTests]
[PodCoverageTests]
[ExtraTests]

[NextRelease]
format = %v %{EEE MMM d yyyy}d

[@Git]

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

    SHLOMIF   => "Shlomi Fish",
);

# from the unicode theme:
'DROMEDARY_CAMEL';

__END__

=head1 NAME

Acme::CPANAuthors::MetaSyntactic - MetaSyntactic CPAN authors

=head1 SYNOPSIS

    use Acme::CPANAuthors;

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

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

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

=head1 DESCRIPTION

This class provides a hash of CPAN authors' PAUSE ID and name to
the L<Acme::CPANAuthors> module. All the authors listed have published
a distribution containing themes for L<Acme::MetaSyntactic>.

=head1 AUTHOR

Philippe Bruhat (BooK), <book@cpan.org>.

=head1 COPYRIGHT

Copyright 2014-2016 Philippe Bruhat (BooK), All Rights Reserved.

t/author-pod-coverage.t  view on Meta::CPAN

#!perl

BEGIN {
  unless ($ENV{AUTHOR_TESTING}) {
    require Test::More;
    Test::More::plan(skip_all => 'these tests are for testing by the author');
  }
}

# This file was automatically generated by Dist::Zilla::Plugin::PodCoverageTests.

use Test::Pod::Coverage 1.08;
use Pod::Coverage::TrustPod;

all_pod_coverage_ok({ coverage_class => 'Pod::Coverage::TrustPod' });

t/author-pod-syntax.t  view on Meta::CPAN

#!perl

BEGIN {
  unless ($ENV{AUTHOR_TESTING}) {
    require Test::More;
    Test::More::plan(skip_all => 'these tests are for testing by the author');
  }
}

# This file was automatically generated by Dist::Zilla::Plugin::PodSyntaxTests.
use strict; use warnings;
use Test::More;
use Test::Pod 1.41;

all_pod_files_ok();

t/authors.t  view on Meta::CPAN

use Test::More;
use File::Spec;
use File::Path qw(make_path);
use Acme::CPANAuthors::MetaSyntactic;

plan skip_all => 'these tests are for release candidate testing'
    if !$ENV{RELEASE_TESTING};

eval "use CPAN::Common::Index::Mirror; 1"
    or plan skip_all =>
    "CPAN::Common::Index::Mirror required for testing authors list";

plan tests => 1;

# handle the CPAN::Common::Index::Mirror cache
my $cache_dir = File::Spec->catdir( File::Spec->tmpdir, "cpan-$<" );
make_path $cache_dir unless -e $cache_dir;
my $index = CPAN::Common::Index::Mirror->new( { cache => $cache_dir } );
my $cache = $index->cached_package;
if ( time - ( stat $cache )[9] > 24 * 60 * 60 ) {
    diag "Refreshing index cache (@{[ ~~ localtime +( stat $cache )[9] ]})";
    $index->refresh_index;
}
diag "Reading packages from $cache";

# get both lists
my %seen;
my @current = sort keys %{ Acme::CPANAuthors::MetaSyntactic->authors };
my @latest  = sort grep !$seen{$_}++,
    map { $_->{uri} =~ m{cpan:///distfile/([A-Z]+)/} }
    $index->search_packages( { package => qr{^Acme::MetaSyntactic::[a-z]} } );

# compare both lists
my $ok = is_deeply( \@current, \@latest, "The list is complete" );

if ( !$ok ) {
    %seen = ();
    $seen{$_}++ for @latest;
    $seen{$_}-- for @current;
    diag "The list of Acme::MetaSyntactic themes authors has changed:";
    diag( $seen{$_} > 0 ? "+ $_" : "- $_" )
        for grep $seen{$_}, sort keys %seen;
}

t/basic.t  view on Meta::CPAN

use strict;
use warnings;
use Test::More;

use Acme::CPANAuthors;
use Acme::CPANAuthors::MetaSyntactic;

ok( defined $Acme::CPANAuthors::MetaSyntactic::VERSION, "VERSION is set" );

my $authors = Acme::CPANAuthors->new('MetaSyntactic');
ok( $authors,        'Got $authors' );
ok( $authors->count, "There are authors" );

my @ids = $authors->id;
ok( scalar @ids,            "There are ids" );
ok( $authors->name("BOOK"), "Find a name" );

done_testing;



( run in 2.096 seconds using v1.01-cache-2.11-cpan-5c0b1e786e0 )