From 435ebe17d3e42eee17ac861c97e8c2a2953be84c Mon Sep 17 00:00:00 2001 From: Charles McGarvey Date: Mon, 28 Jan 2013 23:53:44 -0700 Subject: [PATCH] improve the abstract and add urls to dist metadata --- dist.ini | 16 +++++++++------- lib/Alien/ZMQ.pm | 2 +- 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/dist.ini b/dist.ini index bc155ca..95b6439 100644 --- a/dist.ini +++ b/dist.ini @@ -9,16 +9,10 @@ copyright_holder = Charles McGarvey -bundle = @Basic -remove = MakeMaker -[PodSyntaxTests] [PodCoverageTests] +[PodSyntaxTests] [Test::Perl::Critic] -[PruneFiles] -filename = dist.ini -filename = README.md - -[Clean] -[MetaJSON] [ModuleBuild::Custom] [PkgVersion] [PodWeaver] @@ -28,6 +22,14 @@ file_name = Changes 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] diff --git a/lib/Alien/ZMQ.pm b/lib/Alien/ZMQ.pm index 84b98e8..7351fb6 100644 --- a/lib/Alien/ZMQ.pm +++ b/lib/Alien/ZMQ.pm @@ -1,5 +1,5 @@ package Alien::ZMQ; -# ABSTRACT: detect and/or install zeromq +# ABSTRACT: finding and installing libzmq, the core zeromq library use warnings; use strict; -- 2.43.0