[libdist-zilla-plugin-githubmeta-perl] 02/02: Converted dist.ini to use PluginBundle::BINGOS

Axel Beckert abe at deuxchevaux.org
Sun Apr 26 22:25:37 UTC 2015


This is an automated email from the git hooks/post-receive script.

abe pushed a commit to annotated tag 0.10
in repository libdist-zilla-plugin-githubmeta-perl.

commit 2763eaba7287e30794e87f5fd44ec689bcab95dc
Author: Chris 'BinGOs' Williams <chris at bingosnet.co.uk>
Date:   Sat Jun 19 19:55:32 2010 +0100

    Converted dist.ini to use PluginBundle::BINGOS
---
 dist.ini                            | 18 ++----------------
 lib/Dist/Zilla/Plugin/GithubMeta.pm | 26 +++++++-------------------
 t/00_compile.t                      |  4 ----
 3 files changed, 9 insertions(+), 39 deletions(-)

diff --git a/dist.ini b/dist.ini
index 1939bd8..4ddf43f 100644
--- a/dist.ini
+++ b/dist.ini
@@ -1,24 +1,10 @@
 name = Dist-Zilla-Plugin-GithubMeta
-version = 0.08
+version = 0.10
 author = Chris Williams <chris at bingosnet.co.uk>
 license = Perl_5
 copyright_holder = Chris Williams and Tatsuhiko Miyagawa
 
-[@Basic]
-
-[MetaJSON]
-[PodSyntaxTests]
-[PodCoverageTests]
-
-[PkgVersion]
-
-[GithubMeta]
-
-[ChangelogFromGit]
-file_name = Changes
-tag_regexp = ^\d
-
-[ReadmeFromPod]
+[@BINGOS]
 
 [Prereq]
 perl                            = 5.008005
diff --git a/lib/Dist/Zilla/Plugin/GithubMeta.pm b/lib/Dist/Zilla/Plugin/GithubMeta.pm
index a061a40..cac9dc4 100644
--- a/lib/Dist/Zilla/Plugin/GithubMeta.pm
+++ b/lib/Dist/Zilla/Plugin/GithubMeta.pm
@@ -2,6 +2,8 @@ package Dist::Zilla::Plugin::GithubMeta;
 
 # ABSTRACT: Automatically include GitHub meta information in META.yml
 
+use strict;
+use warnings;
 use Moose;
 with 'Dist::Zilla::Role::MetaProvider';
 
@@ -57,13 +59,9 @@ sub _under_git {
 __PACKAGE__->meta->make_immutable;
 no Moose;
 
-qq[1 is the loneliest number]
+qq[1 is the loneliest number];
 
-__END__
-
-=head1 NAME
-
-Dist::Zilla::Plugin::GithubMeta - Automatically include GitHub meta information in META.yml
+=pod
 
 =head1 SYNOPSIS
 
@@ -89,6 +87,9 @@ It automatically detects if the distribution directory is under C<git> version c
 C<origin> is a GitHub repository and will set the C<repository> and C<homepage> meta in C<META.yml> to the
 appropriate URLs for GitHub. 
 
+Based on L<Module::Install::GithubMeta> which was based on 
+L<Module::Install::Repository> by Tatsuhiko Miyagawa
+
 =head2 ATTRIBUTES
 
 =over
@@ -115,19 +116,6 @@ Required by L<Dist::Zilla::Role::MetaProvider>
 
 =back
 
-=head1 AUTHOR
-
-Chris C<BinGOs> Williams
-
-Based on L<Module::Install::GithubMeta> which was based on 
-L<Module::Install::Repository> by Tatsuhiko Miyagawa
-
-=head1 LICENSE
-
-Copyright E<copy> Chris Williams and Tatsuhiko Miyagawa
-
-This module may be used, modified, and distributed under the same terms as Perl itself. Please see the license that came with your Perl distribution for details.
-
 =head1 SEE ALSO
 
 L<Dist::Zilla>
diff --git a/t/00_compile.t b/t/00_compile.t
deleted file mode 100644
index 4832d8e..0000000
--- a/t/00_compile.t
+++ /dev/null
@@ -1,4 +0,0 @@
-use strict;
-use warnings;
-use Test::More qw[no_plan];
-use_ok('Dist::Zilla::Plugin::GithubMeta');

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libdist-zilla-plugin-githubmeta-perl.git



More information about the Pkg-perl-cvs-commits mailing list