]> Dogcows Code - chaz/p5-Alien-ZMQ/commitdiff
improve the abstract and add urls to dist metadata
authorCharles McGarvey <chazmcgarvey@brokenzipper.com>
Tue, 29 Jan 2013 06:53:44 +0000 (23:53 -0700)
committerCharles McGarvey <chazmcgarvey@brokenzipper.com>
Tue, 29 Jan 2013 06:53:44 +0000 (23:53 -0700)
dist.ini
lib/Alien/ZMQ.pm

index bc155cabb971dc96c699ccecd8f20f27590c0a49..95b6439a378287f65c86fd52d111a9a9dadf68df 100644 (file)
--- a/dist.ini
+++ b/dist.ini
@@ -9,16 +9,10 @@ copyright_holder = Charles McGarvey
 -bundle = @Basic
 -remove = MakeMaker
 
 -bundle = @Basic
 -remove = MakeMaker
 
-[PodSyntaxTests]
 [PodCoverageTests]
 [PodCoverageTests]
+[PodSyntaxTests]
 [Test::Perl::Critic]
 
 [Test::Perl::Critic]
 
-[PruneFiles]
-filename = dist.ini
-filename = README.md
-
-[Clean]
-[MetaJSON]
 [ModuleBuild::Custom]
 [PkgVersion]
 [PodWeaver]
 [ModuleBuild::Custom]
 [PkgVersion]
 [PodWeaver]
@@ -28,6 +22,14 @@ file_name = Changes
 log_format = %x20 %h %s
 tax_regexp = ^v\d+
 
 log_format = %x20 %h %s
 tax_regexp = ^v\d+
 
+[PruneFiles]
+filename = dist.ini
+filename = README.md
+
+[GitHub::Meta]
+repo = chazmcgarvey/p5-Alien-ZMQ
+[MetaJSON]
+
 [AutoPrereqs]
 
 [Prereqs / BuildRequires]
 [AutoPrereqs]
 
 [Prereqs / BuildRequires]
index 84b98e86464e026f03a4f8be94dce7ca4d3290fa..7351fb6d56cb8b86d9445405705080902ee856d7 100644 (file)
@@ -1,5 +1,5 @@
 package Alien::ZMQ;
 package Alien::ZMQ;
-# ABSTRACT: detect and/or install zeromq
+# ABSTRACT: finding and installing libzmq, the core zeromq library
 
 use warnings;
 use strict;
 
 use warnings;
 use strict;
This page took 0.020109 seconds and 4 git commands to generate.