[libmessage-passing-zeromq-perl] 76/78: Imported Upstream version 0.007

Jonas Smedegaard js at alioth.debian.org
Mon Sep 30 09:28:31 UTC 2013


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

js pushed a commit to branch master
in repository libmessage-passing-zeromq-perl.

commit 2779754890bd2b1a715f48f7248075ff5e247bb6
Merge: 9b39646 a6dbcf4
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Mon Sep 30 10:44:19 2013 +0200

    Imported Upstream version 0.007

 .travis.yml                                   |   36 +++++++++++++++++++++++++
 Changes                                       |    3 +++
 MANIFEST                                      |    1 +
 META.yml                                      |    4 +--
 Makefile.PL                                   |    2 +-
 inc/Module/Install/Authority.pm               |    2 +-
 lib/Message/Passing/Input/ZeroMQ.pm           |    1 +
 lib/Message/Passing/Output/ZeroMQ.pm          |    1 +
 lib/Message/Passing/ZeroMQ.pm                 |    2 +-
 lib/Message/Passing/ZeroMQ/Role/HasASocket.pm |   16 +++++++++++
 t/author/spelling.t                           |    1 +
 11 files changed, 64 insertions(+), 5 deletions(-)

diff --cc MANIFEST
index 27d783e,0000000..359a1f4
mode 100644,000000..100644
--- a/MANIFEST
+++ b/MANIFEST
@@@ -1,32 -1,0 +1,33 @@@
 +.gitignore
++.travis.yml
 +Changes
 +inc/Module/Install.pm
 +inc/Module/Install/Authority.pm
 +inc/Module/Install/AuthorRequires.pm
 +inc/Module/Install/AuthorTests.pm
 +inc/Module/Install/Base.pm
 +inc/Module/Install/Can.pm
 +inc/Module/Install/Fetch.pm
 +inc/Module/Install/Makefile.pm
 +inc/Module/Install/Metadata.pm
 +inc/Module/Install/Win32.pm
 +inc/Module/Install/WriteAll.pm
 +lib/Message/Passing/Input/ZeroMQ.pm
 +lib/Message/Passing/Output/ZeroMQ.pm
 +lib/Message/Passing/ZeroMQ.pm
 +lib/Message/Passing/ZeroMQ/Role/HasAContext.pm
 +lib/Message/Passing/ZeroMQ/Role/HasASocket.pm
 +Makefile.PL
 +MANIFEST			This list of files
 +MANIFEST.SKIP
 +META.yml
 +README
 +t/00_compile.t
 +t/author/notabs.t
 +t/author/pod.t
 +t/author/podcoverage.t
 +t/author/spelling.t
 +t/input.t
 +t/output.t
 +t/pushpull.t
 +t/stress.t
diff --cc META.yml
index 52b14c1,0000000..481d9f5
mode 100644,000000..100644
--- a/META.yml
+++ b/META.yml
@@@ -1,36 -1,0 +1,36 @@@
 +---
 +abstract: 'input and output messages to ZeroMQ.'
 +author:
 +  - 'Tomas (t0m) Doran <bobtfish at bobtfish.net>'
 +build_requires:
 +  ExtUtils::MakeMaker: 6.36
 +  Test::More: 0.88
 +configure_requires:
 +  ExtUtils::MakeMaker: 6.36
 +distribution_type: module
 +dynamic_config: 1
 +generated_by: 'Module::Install version 1.06'
 +license: agpl_3
 +meta-spec:
 +  url: http://module-build.sourceforge.net/META-spec-v1.4.html
 +  version: 1.4
 +module_name: Message::Passing::ZeroMQ
 +name: Message-Passing-ZeroMQ
 +no_index:
 +  directory:
 +    - inc
 +    - t
 +requires:
 +  AnyEvent: 0
 +  Message::Passing: 0.011
 +  Moo: 0.091011
 +  POSIX::AtFork: 0.02
 +  Sub::Name: 0
 +  Task::Weaken: 0
 +  Try::Tiny: 0
 +  ZeroMQ: 0.21
 +  namespace::clean: 0
 +resources:
 +  repository: git://github.com/suretec/Message-Passing-ZeroMQ.git
- version: 0.006
- x_authority: GHENRY
++version: 0.007
++x_authority: cpan:GHENRY
diff --cc inc/Module/Install/Authority.pm
index 0b11404,0000000..0874415
mode 100644,000000..100644
--- a/inc/Module/Install/Authority.pm
+++ b/inc/Module/Install/Authority.pm
@@@ -1,19 -1,0 +1,19 @@@
 +#line 1
 +package Module::Install::Authority;
 +use strict;
 +use warnings;
 +use base qw/Module::Install::Base/;
 +
- our $VERSION = '0.02';
++our $VERSION = '0.03';
 +$VERSION = eval $VERSION;
 +
 +sub authority {
 +    my $self = shift;
 +    my $pause_id = shift;
 +    $self->Meta->{values}->{x_authority} = $pause_id;
 +}
 +
 +1;
 +
 +#line 69
 +

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libmessage-passing-zeromq-perl.git



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