[libmessage-passing-perl] 09/11: Imported Upstream version 0.113
Jonas Smedegaard
js at alioth.debian.org
Fri Aug 9 15:49:01 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-perl.
commit 9d81df8f9bd2b9f83e7c8db24bab9cd92d2b9121
Merge: 1caf409 b37e825
Author: Jonas Smedegaard <dr at jones.dk>
Date: Fri Aug 9 17:40:18 2013 +0200
Imported Upstream version 0.113
Changes | 52 +++++++++++----------
MANIFEST | 3 ++
META.yml | 2 +-
inc/Module/Install/Authority.pm | 2 +-
lib/Message/Passing.pm | 2 +-
lib/Message/Passing/Filter/Mangle.pm | 57 +++++++++++++++++++++++
lib/Message/Passing/Filter/ToLogstash.pm | 17 +++++++
lib/Message/Passing/Input/Socket/UDP.pm | 37 +++++++++++++++
t/author/cpan-changes.t | 6 +++
t/filter_mangle.t | 74 ++++++++++++++++++++++++++++++
10 files changed, 225 insertions(+), 27 deletions(-)
diff --cc MANIFEST
index a74ad04,0000000..d17e9ca
mode 100644,000000..100644
--- a/MANIFEST
+++ b/MANIFEST
@@@ -1,96 -1,0 +1,99 @@@
+.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/Scripts.pm
+inc/Module/Install/Win32.pm
+inc/Module/Install/WriteAll.pm
+lib/Message/Passing.pm
+lib/Message/Passing/DSL.pm
+lib/Message/Passing/DSL/Factory.pm
+lib/Message/Passing/Exception.pm
+lib/Message/Passing/Exception/ConnectionDisconnected.pm
+lib/Message/Passing/Exception/ConnectionTimeout.pm
+lib/Message/Passing/Exception/Decoding.pm
+lib/Message/Passing/Exception/Encoding.pm
+lib/Message/Passing/Filter/All.pm
+lib/Message/Passing/Filter/Decoder/Bzip2.pm
+lib/Message/Passing/Filter/Decoder/Crypt/CBC.pm
+lib/Message/Passing/Filter/Decoder/Gzip.pm
+lib/Message/Passing/Filter/Decoder/JSON.pm
+lib/Message/Passing/Filter/Decoder/Null.pm
+lib/Message/Passing/Filter/Delay.pm
+lib/Message/Passing/Filter/Encoder/Bzip2.pm
+lib/Message/Passing/Filter/Encoder/Crypt/CBC.pm
+lib/Message/Passing/Filter/Encoder/Gzip.pm
+lib/Message/Passing/Filter/Encoder/JSON.pm
+lib/Message/Passing/Filter/Encoder/Null.pm
+lib/Message/Passing/Filter/Key.pm
++lib/Message/Passing/Filter/Mangle.pm
+lib/Message/Passing/Filter/Null.pm
+lib/Message/Passing/Filter/T.pm
+lib/Message/Passing/Filter/ToLogstash.pm
+lib/Message/Passing/Input/FileTail.pm
+lib/Message/Passing/Input/Null.pm
+lib/Message/Passing/Input/Socket/UDP.pm
+lib/Message/Passing/Input/STDIN.pm
+lib/Message/Passing/Manual.pod
+lib/Message/Passing/Manual/Components.pod
+lib/Message/Passing/Manual/Concepts.pod
+lib/Message/Passing/Manual/Cookbook.pod
+lib/Message/Passing/Manual/Workers.pod
+lib/Message/Passing/Output/Callback.pm
+lib/Message/Passing/Output/File.pm
+lib/Message/Passing/Output/IO/Handle.pm
+lib/Message/Passing/Output/Null.pm
+lib/Message/Passing/Output/Socket/UDP.pm
+lib/Message/Passing/Output/STDERR.pm
+lib/Message/Passing/Output/STDOUT.pm
+lib/Message/Passing/Output/Test.pm
+lib/Message/Passing/Role/CLIComponent.pm
+lib/Message/Passing/Role/ConnectionManager.pm
+lib/Message/Passing/Role/Crypt/CBC.pm
+lib/Message/Passing/Role/Filter.pm
+lib/Message/Passing/Role/HasAConnection.pm
+lib/Message/Passing/Role/HasErrorChain.pm
+lib/Message/Passing/Role/HasHostnameAndPort.pm
+lib/Message/Passing/Role/HasTimeoutAndReconnectAfter.pm
+lib/Message/Passing/Role/HasUsernameAndPassword.pm
+lib/Message/Passing/Role/Input.pm
+lib/Message/Passing/Role/Output.pm
+lib/Message/Passing/Role/Script.pm
+Makefile.PL
+MANIFEST This list of files
+MANIFEST.SKIP
+META.yml
+README
+script/message-pass
+t/00_compile.t
++t/author/cpan-changes.t
+t/author/notabs.t
+t/author/pod.t
+t/author/podcoverage.t
+t/author/spelling.t
+t/compress.t
+t/configfile.t
+t/crypt_cbc.t
+t/dsl.t
+t/errorchain.t
+t/filter.t
++t/filter_mangle.t
+t/filter_tologstash.t
+t/input_decode.t
+t/input_output_coerce.t
+t/logstash_script.t
+t/output_encode.t
+t/output_null.t
+t/output_test.t
+t/role_connectionmanager.t
+t/role_hasaconnection.t
+t/socket_udp.t
+TODO
diff --cc META.yml
index d4a923e,0000000..c94ea22
mode 100644,000000..100644
--- a/META.yml
+++ b/META.yml
@@@ -1,44 -1,0 +1,44 @@@
+---
+abstract: 'a simple way of doing messaging.'
+author:
+ - 'Tomas (t0m) Doran <bobtfish at bobtfish.net>'
+build_requires:
+ ExtUtils::MakeMaker: 6.59
+configure_requires:
+ ExtUtils::MakeMaker: 6.59
+distribution_type: module
+dynamic_config: 1
+generated_by: 'Module::Install version 1.06'
+license: lgpl_2_1
+meta-spec:
+ url: http://module-build.sourceforge.net/META-spec-v1.4.html
+ version: 1.4
+module_name: Message::Passing
+name: Message-Passing
+no_index:
+ directory:
+ - inc
+ - t
+requires:
+ AnyEvent: 0
+ AnyEvent::Handle::UDP: 0
+ Config::Any: 0
+ DateTime: 0
+ IO::Handle: 0
+ JSON: 2.0
+ Module::Runtime: 0.013
+ Moo: 0.091011
+ MooX::Options: 3.71
+ MooX::Types::MooseLike: 0.08
+ Package::Variant: 1.001001
+ String::RewritePrefix: 0
+ Sys::Hostname::Long: 0
+ Task::Weaken: 0
+ Try::Tiny: 0
+ namespace::clean: 0.23
+ perl: 5.8.4
+resources:
+ license: http://opensource.org/licenses/lgpl-license.php
+ repository: git://github.com/suretec/Message-Passing.git
- version: 0.112
++version: 0.113
+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-perl.git
More information about the Pkg-perl-cvs-commits
mailing list