[libmessage-passing-perl] 06/11: CPAN::Changes::Spec conform Changes
Jonas Smedegaard
js at alioth.debian.org
Fri Aug 9 15:49:00 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 5bd5d362d9e0e04ed9ffbe9115650b29c9117cfd
Author: Alexander Hartmaier <abraxxa at cpan.org>
Date: Fri Aug 2 09:25:41 2013 +0200
CPAN::Changes::Spec conform Changes
---
Changes | 48 +++++++++++++++++++++++------------------------
t/author/cpan-changes.t | 6 ++++++
2 files changed, 30 insertions(+), 24 deletions(-)
diff --git a/Changes b/Changes
index ebf71fb..6a81373 100644
--- a/Changes
+++ b/Changes
@@ -1,39 +1,39 @@
- Add Message::Passing::Filter::Mangle for use with Message::Passing::DSL
when you don't want to write a named filter.
-0.112
+0.112 2013-04-25T23:45:39+0100
- Change to LGPL_2_1.
-0.111
+0.111 2013-03-03T15:54:12+0000
- Fix STDIN input to exit on EOF.
-0.110
+0.110 2012-10-08T16:51:49+0100
- Fix v-string to work with perl 5.8. RT#80034
- Fix issues stopping multiple FileTail inputs being used in the
same process.
-0.109
+0.109 2012-09-27T16:11:50+0100
- Really fix test fail :(
-0.108
+0.108 2012-09-27T14:59:43+0100
- Fix test fail on some machines.
-0.107
+0.107 2012-09-27T10:03:30+0100
- Change Input::FileTail to use Sys::Hostname::Long
- Fix bug causing crash with no helpful error message if PID file
location is not writeable.
-0.106
+0.106 2012-09-12T23:59:13+0100
- Remove debug warning accidentally left in the UDP input.
-0.105
+0.105 2012-09-12T23:55:36+0100
- Depend on latest MooX::Options to stop install fails.
-0.104
+0.104 2012-09-06T18:36:27+0200
- Fix to work with MooX::Options 3.7
-0.103
+0.103 2012-09-05T09:07:00+0100
- Message::Passing::Input::FileTail now defaults to outputting a hash
of data which contains additional metadata to the message line,
such as the hostname, timestamp, filename. A 'raw => 1' option has
@@ -44,7 +44,7 @@
- Fix issue in JSON decoder when processing exceptions.
-0.102
+0.102 2012-08-26T21:12:52+0100
- Add error chain support to the JSON encoder and decoder so that an
error is logged if JSON encoding or decoding fails.
@@ -53,14 +53,14 @@
- Make CLI error chain have options for the error encoder.
-0.101
+0.101 2012-08-23T21:23:52+0100
- Fix daemonization features provided by Message::Passing::Role::Script
to work on the command line again by exlicitly using MooX::Options
- Fix Message::Passing::Input::FileTail to not die if the tail process
is killed for any reason. It is instead re-spawned.. RT#78851
-0.100
+0.100 2012-08-19T08:12:32+0100
- Port the dist to Moo, so that the core of Message::Passing
uses no XS code. Components can still be written using full
Moose, as Moo supports upgrading classes to full Moose classes.
@@ -81,7 +81,7 @@
- Add Travis continuous integration to the project.
-0.010
+0.010 2012-07-11T19:17:44+0100
- Doc fix in Message::Passing::Manual::Cookbook
https://github.com/suretec/Message-Passing/pull/2
@@ -89,7 +89,7 @@
- Add Gzip and Bzip2 encoders and decoders.
-0.009
+0.009 2012-06-13T15:53:35-0500
- Add Message::Passing::Manual::Components.
- Add SYNOPSIS to Message::Passing::Role::Filter.
@@ -116,7 +116,7 @@
- Cleanups to Message::Passing::Input::FileTail to not leak processes
and file handles if the instance of the Input class is destroyed.
-0.008
+0.008 2012-06-10T20:51:51+0100
- Add standard roles to unify the names of connection attributes:
Message::Passing::Role::HasHostnameAndPort
Message::Passing::Role::HasUsernameAndPassword
@@ -129,7 +129,7 @@
function to run_message_server, in Message::Passing::DSL
to follow the general rename, as we're not just about logs.
-0.007
+0.007 2012-06-10T11:07:45+0100
- Documentation in the message-pass script
- Add --configfile option to default script, allowing
@@ -146,14 +146,14 @@
- Remove spurious warnings from reconnect code.
-0.006
+0.006 2012-06-08T01:30:53+0100
- Rip JSON encoders and decoders out of inputs and
outputs, making them optional and/or replaceable.
*NOTE* Current Input / Output code will need updating
for this change!!
- Allow Null encoders or decoders.
-0.005
+0.005 2012-06-01T10:07:42+0100
- Get connection timeouts and connection reconnects
working in the generic ConnectionManager role.
@@ -163,24 +163,24 @@
- Add link to STOMP input/output.
-0.004
+0.004 2012-05-28T10:20:32+0100
- Fix script name
- Note irc channel and bug trackers in docs.
-0.003
+0.003 2012-05-28T08:53:17+0100
- Updates and fixes to documentation.
- Unify license/author/copyright to main file.
-0.002_01
+0.002_01 2012-05-27T08:21:31+0100
- Add more core roles for use by extensions which need to make
a connection.
- Rename to Message::Passing, as it's a better description
of what we do, and will cause less confusion with other projects.
-0.002
+0.002 2012-05-13T17:34:49+0100
- Support a --daemonize option in logstash scripts.
- Support a --pid_file option in logstash scripts.
@@ -202,6 +202,6 @@
- Fix multiple inputs going to the same output.
-0.001
+0.001 2012-03-21T22:26:21+0000
- Initial version.
diff --git a/t/author/cpan-changes.t b/t/author/cpan-changes.t
new file mode 100644
index 0000000..0013567
--- /dev/null
+++ b/t/author/cpan-changes.t
@@ -0,0 +1,6 @@
+use strict;
+use warnings;
+use Test::More;
+use Test::CPAN::Changes;
+
+changes_ok();
\ No newline at end of file
--
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