[SCM] libmessage-passing-perl Debian packaging branch, master, updated. debian/0.111-3-14-g44f6e88

Alexander Hartmaier abraxxa at cpan.org
Mon May 6 11:57:38 UTC 2013


The following commit has been merged in the master branch:
commit d53d5767bb9a73a73c44f87b5011ba7b13f16484
Author: Alexander Hartmaier <abraxxa at cpan.org>
Date:   Wed Aug 22 10:45:41 2012 +0200

    cleaned up double 1;

diff --git a/lib/Message/Passing.pm b/lib/Message/Passing.pm
index d630f9b..a29ba4e 100644
--- a/lib/Message/Passing.pm
+++ b/lib/Message/Passing.pm
@@ -304,7 +304,4 @@ If you feel this is too restrictive to be able to use this software,
 please talk to us as we'd be willing to consider re-licensing under
 less restrictive terms.
 
-=cut
-
-1;
-
+=cut
\ No newline at end of file
diff --git a/lib/Message/Passing/DSL.pm b/lib/Message/Passing/DSL.pm
index 973d047..ab01e4b 100644
--- a/lib/Message/Passing/DSL.pm
+++ b/lib/Message/Passing/DSL.pm
@@ -254,7 +254,4 @@ the SureVoIP API -
 
 See L<Message::Passing>.
 
-=cut
-
-1;
-
+=cut
\ No newline at end of file
diff --git a/lib/Message/Passing/Filter/All.pm b/lib/Message/Passing/Filter/All.pm
index 2c414ac..2519143 100644
--- a/lib/Message/Passing/Filter/All.pm
+++ b/lib/Message/Passing/Filter/All.pm
@@ -40,7 +40,4 @@ the SureVoIP API -
 
 See L<Message::Passing>.
 
-=cut
-
-1;
-
+=cut
\ No newline at end of file
diff --git a/lib/Message/Passing/Filter/Decoder/Bzip2.pm b/lib/Message/Passing/Filter/Decoder/Bzip2.pm
index 3d1954a..72a1c6b 100644
--- a/lib/Message/Passing/Filter/Decoder/Bzip2.pm
+++ b/lib/Message/Passing/Filter/Decoder/Bzip2.pm
@@ -45,5 +45,4 @@ Uncompresses the message
 
 See L<Message::Passing>.
 
-=cut
-
+=cut
\ No newline at end of file
diff --git a/lib/Message/Passing/Filter/Decoder/Crypt/CBC.pm b/lib/Message/Passing/Filter/Decoder/Crypt/CBC.pm
index 87aad50..1d5a512 100644
--- a/lib/Message/Passing/Filter/Decoder/Crypt/CBC.pm
+++ b/lib/Message/Passing/Filter/Decoder/Crypt/CBC.pm
@@ -50,5 +50,4 @@ Decrypts the message
 
 See L<Message::Passing>.
 
-=cut
-
+=cut
\ No newline at end of file
diff --git a/lib/Message/Passing/Filter/Decoder/Gzip.pm b/lib/Message/Passing/Filter/Decoder/Gzip.pm
index 4ecba4b..e56dbf1 100644
--- a/lib/Message/Passing/Filter/Decoder/Gzip.pm
+++ b/lib/Message/Passing/Filter/Decoder/Gzip.pm
@@ -40,3 +40,4 @@ Decompresses the message
 
 =back
 
+=cut
\ No newline at end of file
diff --git a/lib/Message/Passing/Filter/Decoder/JSON.pm b/lib/Message/Passing/Filter/Decoder/JSON.pm
index 935fe1d..2ef20f3 100644
--- a/lib/Message/Passing/Filter/Decoder/JSON.pm
+++ b/lib/Message/Passing/Filter/Decoder/JSON.pm
@@ -48,7 +48,4 @@ the SureVoIP API -
 
 See L<Message::Passing>.
 
-=cut
-
-1;
-
+=cut
\ No newline at end of file
diff --git a/lib/Message/Passing/Filter/Decoder/Null.pm b/lib/Message/Passing/Filter/Decoder/Null.pm
index 8544aa6..be65d4e 100644
--- a/lib/Message/Passing/Filter/Decoder/Null.pm
+++ b/lib/Message/Passing/Filter/Decoder/Null.pm
@@ -47,7 +47,4 @@ the SureVoIP API -
 
 See L<Message::Passing>.
 
-=cut
-
-1;
-
+=cut
\ No newline at end of file
diff --git a/lib/Message/Passing/Filter/Delay.pm b/lib/Message/Passing/Filter/Delay.pm
index ca18c03..8c96a3d 100644
--- a/lib/Message/Passing/Filter/Delay.pm
+++ b/lib/Message/Passing/Filter/Delay.pm
@@ -68,7 +68,4 @@ the SureVoIP API -
 
 See L<Message::Passing>.
 
-=cut
-
-1;
-
+=cut
\ No newline at end of file
diff --git a/lib/Message/Passing/Filter/Encoder/Bzip2.pm b/lib/Message/Passing/Filter/Encoder/Bzip2.pm
index b04991c..ea5a63b 100644
--- a/lib/Message/Passing/Filter/Encoder/Bzip2.pm
+++ b/lib/Message/Passing/Filter/Encoder/Bzip2.pm
@@ -45,5 +45,4 @@ Compresses the message
 
 See L<Message::Passing>.
 
-=cut
-
+=cut
\ No newline at end of file
diff --git a/lib/Message/Passing/Filter/Encoder/Crypt/CBC.pm b/lib/Message/Passing/Filter/Encoder/Crypt/CBC.pm
index acf5ee2..fbbd043 100644
--- a/lib/Message/Passing/Filter/Encoder/Crypt/CBC.pm
+++ b/lib/Message/Passing/Filter/Encoder/Crypt/CBC.pm
@@ -50,5 +50,4 @@ Encrypts the message
 
 See L<Message::Passing>.
 
-=cut
-
+=cut
\ No newline at end of file
diff --git a/lib/Message/Passing/Filter/Encoder/Gzip.pm b/lib/Message/Passing/Filter/Encoder/Gzip.pm
index b6548c4..69adb1d 100644
--- a/lib/Message/Passing/Filter/Encoder/Gzip.pm
+++ b/lib/Message/Passing/Filter/Encoder/Gzip.pm
@@ -40,3 +40,4 @@ Compresses the message
 
 =back
 
+=cut
\ No newline at end of file
diff --git a/lib/Message/Passing/Filter/Encoder/JSON.pm b/lib/Message/Passing/Filter/Encoder/JSON.pm
index 69d3616..956b980 100644
--- a/lib/Message/Passing/Filter/Encoder/JSON.pm
+++ b/lib/Message/Passing/Filter/Encoder/JSON.pm
@@ -82,7 +82,4 @@ the SureVoIP API -
 
 See L<Message::Passing>.
 
-=cut
-
-1;
-
+=cut
\ No newline at end of file
diff --git a/lib/Message/Passing/Filter/Encoder/Null.pm b/lib/Message/Passing/Filter/Encoder/Null.pm
index 1762763..345bab7 100644
--- a/lib/Message/Passing/Filter/Encoder/Null.pm
+++ b/lib/Message/Passing/Filter/Encoder/Null.pm
@@ -47,7 +47,4 @@ the SureVoIP API -
 
 See L<Message::Passing>.
 
-=cut
-
-1;
-
+=cut
\ No newline at end of file
diff --git a/lib/Message/Passing/Filter/Key.pm b/lib/Message/Passing/Filter/Key.pm
index 39728c6..27a259d 100644
--- a/lib/Message/Passing/Filter/Key.pm
+++ b/lib/Message/Passing/Filter/Key.pm
@@ -95,7 +95,4 @@ the SureVoIP API -
 
 See L<Message::Passing>.
 
-=cut
-
-1;
-
+=cut
\ No newline at end of file
diff --git a/lib/Message/Passing/Filter/Null.pm b/lib/Message/Passing/Filter/Null.pm
index 672a419..442046c 100644
--- a/lib/Message/Passing/Filter/Null.pm
+++ b/lib/Message/Passing/Filter/Null.pm
@@ -6,7 +6,7 @@ with 'Message::Passing::Role::Filter';
 
 sub filter { $_[1] }
 
-#
+
 1;
 
 =head1 NAME
@@ -38,7 +38,4 @@ the SureVoIP API -
 
 See L<Message::Passing>.
 
-=cut
-
-1;
-
+=cut
\ No newline at end of file
diff --git a/lib/Message/Passing/Filter/T.pm b/lib/Message/Passing/Filter/T.pm
index b7aedb4..5491cbd 100644
--- a/lib/Message/Passing/Filter/T.pm
+++ b/lib/Message/Passing/Filter/T.pm
@@ -57,7 +57,4 @@ the SureVoIP API -
 
 See L<Message::Passing>.
 
-=cut
-
-1;
-
+=cut
\ No newline at end of file
diff --git a/lib/Message/Passing/Input/FileTail.pm b/lib/Message/Passing/Input/FileTail.pm
index 4af8a32..0abcc54 100644
--- a/lib/Message/Passing/Input/FileTail.pm
+++ b/lib/Message/Passing/Input/FileTail.pm
@@ -87,5 +87,4 @@ the SureVoIP API -
 
 See L<Message::Passing>.
 
-=cut
-
+=cut
\ No newline at end of file
diff --git a/lib/Message/Passing/Input/Null.pm b/lib/Message/Passing/Input/Null.pm
index 2ed2e66..5a65bf3 100644
--- a/lib/Message/Passing/Input/Null.pm
+++ b/lib/Message/Passing/Input/Null.pm
@@ -38,5 +38,4 @@ the SureVoIP API -
 
 See L<Message::Passing>.
 
-=cut
-
+=cut
\ No newline at end of file
diff --git a/lib/Message/Passing/Input/STDIN.pm b/lib/Message/Passing/Input/STDIN.pm
index f05e7f1..0ddb5c3 100644
--- a/lib/Message/Passing/Input/STDIN.pm
+++ b/lib/Message/Passing/Input/STDIN.pm
@@ -61,4 +61,4 @@ the SureVoIP API -
 
 See L<Message::Passing>.
 
-=cut
+=cut
\ No newline at end of file
diff --git a/lib/Message/Passing/Output/Callback.pm b/lib/Message/Passing/Output/Callback.pm
index 4fde9eb..eba6734 100644
--- a/lib/Message/Passing/Output/Callback.pm
+++ b/lib/Message/Passing/Output/Callback.pm
@@ -56,7 +56,4 @@ the SureVoIP API -
 
 See L<Message::Passing>.
 
-=cut
-
-1;
-
+=cut
\ No newline at end of file
diff --git a/lib/Message/Passing/Output/File.pm b/lib/Message/Passing/Output/File.pm
index 459c565..6794647 100644
--- a/lib/Message/Passing/Output/File.pm
+++ b/lib/Message/Passing/Output/File.pm
@@ -94,5 +94,4 @@ the SureVoIP API -
 
 See L<Message::Passing>.
 
-=cut
-
+=cut
\ No newline at end of file
diff --git a/lib/Message/Passing/Output/IO/Handle.pm b/lib/Message/Passing/Output/IO/Handle.pm
index a3a5c05..c17e883 100644
--- a/lib/Message/Passing/Output/IO/Handle.pm
+++ b/lib/Message/Passing/Output/IO/Handle.pm
@@ -73,5 +73,4 @@ the SureVoIP API -
 
 See L<Message::Passing>.
 
-=cut
-
+=cut
\ No newline at end of file
diff --git a/lib/Message/Passing/Output/Null.pm b/lib/Message/Passing/Output/Null.pm
index 6fb8549..760cbb6 100644
--- a/lib/Message/Passing/Output/Null.pm
+++ b/lib/Message/Passing/Output/Null.pm
@@ -46,5 +46,4 @@ the SureVoIP API -
 
 See L<Message::Passing>.
 
-=cut
-
+=cut
\ No newline at end of file
diff --git a/lib/Message/Passing/Output/STDERR.pm b/lib/Message/Passing/Output/STDERR.pm
index 5e4402a..ee3e633 100644
--- a/lib/Message/Passing/Output/STDERR.pm
+++ b/lib/Message/Passing/Output/STDERR.pm
@@ -49,5 +49,4 @@ the SureVoIP API -
 
 See L<Message::Passing>.
 
-=cut
-
+=cut
\ No newline at end of file
diff --git a/lib/Message/Passing/Output/STDOUT.pm b/lib/Message/Passing/Output/STDOUT.pm
index bd9a873..fe3cf32 100644
--- a/lib/Message/Passing/Output/STDOUT.pm
+++ b/lib/Message/Passing/Output/STDOUT.pm
@@ -49,5 +49,4 @@ the SureVoIP API -
 
 See L<Message::Passing>.
 
-=cut
-
+=cut
\ No newline at end of file
diff --git a/lib/Message/Passing/Output/Socket/UDP.pm b/lib/Message/Passing/Output/Socket/UDP.pm
index e0a0ed4..8aed691 100644
--- a/lib/Message/Passing/Output/Socket/UDP.pm
+++ b/lib/Message/Passing/Output/Socket/UDP.pm
@@ -60,5 +60,4 @@ Consumes a message by emitting it over UDP.
 
 See L<Message::Passing>.
 
-=cut
-
+=cut
\ No newline at end of file
diff --git a/lib/Message/Passing/Output/Test.pm b/lib/Message/Passing/Output/Test.pm
index 268ca5b..afe42de 100644
--- a/lib/Message/Passing/Output/Test.pm
+++ b/lib/Message/Passing/Output/Test.pm
@@ -62,7 +62,4 @@ the SureVoIP API -
 
 See L<Message::Passing>.
 
-=cut
-
-1;
-
+=cut
\ No newline at end of file
diff --git a/lib/Message/Passing/Role/CLIComponent.pm b/lib/Message/Passing/Role/CLIComponent.pm
index 57d502c..8a84d49 100644
--- a/lib/Message/Passing/Role/CLIComponent.pm
+++ b/lib/Message/Passing/Role/CLIComponent.pm
@@ -100,5 +100,4 @@ the SureVoIP API -
 
 See L<Message::Passing>.
 
-=cut
-
+=cut
\ No newline at end of file
diff --git a/lib/Message/Passing/Role/ConnectionManager.pm b/lib/Message/Passing/Role/ConnectionManager.pm
index 5751742..2d9631d 100644
--- a/lib/Message/Passing/Role/ConnectionManager.pm
+++ b/lib/Message/Passing/Role/ConnectionManager.pm
@@ -213,5 +213,4 @@ the SureVoIP API -
 
 See L<Message::Passing>.
 
-=cut
-
+=cut
\ No newline at end of file
diff --git a/lib/Message/Passing/Role/Filter.pm b/lib/Message/Passing/Role/Filter.pm
index 5acb9f1..07c27cf 100644
--- a/lib/Message/Passing/Role/Filter.pm
+++ b/lib/Message/Passing/Role/Filter.pm
@@ -88,7 +88,4 @@ the SureVoIP API -
 
 See L<Message::Passing>.
 
-=cut
-
-1;
-
+=cut
\ No newline at end of file
diff --git a/lib/Message/Passing/Role/HasAConnection.pm b/lib/Message/Passing/Role/HasAConnection.pm
index a563607..a27fc18 100644
--- a/lib/Message/Passing/Role/HasAConnection.pm
+++ b/lib/Message/Passing/Role/HasAConnection.pm
@@ -102,5 +102,4 @@ the SureVoIP API -
 
 See L<Message::Passing>.
 
-=cut
-
+=cut
\ No newline at end of file
diff --git a/lib/Message/Passing/Role/HasErrorChain.pm b/lib/Message/Passing/Role/HasErrorChain.pm
index e02cd05..84907ef 100644
--- a/lib/Message/Passing/Role/HasErrorChain.pm
+++ b/lib/Message/Passing/Role/HasErrorChain.pm
@@ -55,4 +55,4 @@ the SureVoIP API -
 
 See L<Message::Passing>.
 
-=cut
+=cut
\ No newline at end of file
diff --git a/lib/Message/Passing/Role/HasHostnameAndPort.pm b/lib/Message/Passing/Role/HasHostnameAndPort.pm
index 397a670..b7fd5c4 100644
--- a/lib/Message/Passing/Role/HasHostnameAndPort.pm
+++ b/lib/Message/Passing/Role/HasHostnameAndPort.pm
@@ -37,6 +37,4 @@ Adds a C<hostname> and a C<port> attributes to your class.
 
 See L<Message::Passing>.
 
-=cut
-
-
+=cut
\ No newline at end of file
diff --git a/lib/Message/Passing/Role/HasTimeoutAndReconnectAfter.pm b/lib/Message/Passing/Role/HasTimeoutAndReconnectAfter.pm
index 7ee94e7..b120e52 100644
--- a/lib/Message/Passing/Role/HasTimeoutAndReconnectAfter.pm
+++ b/lib/Message/Passing/Role/HasTimeoutAndReconnectAfter.pm
@@ -35,5 +35,4 @@ Adds a C<timeout> and a C<reconnect_after> attributes to your class.
 
 See L<Message::Passing>.
 
-=cut
-
+=cut
\ No newline at end of file
diff --git a/lib/Message/Passing/Role/HasUsernameAndPassword.pm b/lib/Message/Passing/Role/HasUsernameAndPassword.pm
index e914943..c27dae4 100644
--- a/lib/Message/Passing/Role/HasUsernameAndPassword.pm
+++ b/lib/Message/Passing/Role/HasUsernameAndPassword.pm
@@ -39,5 +39,4 @@ The password for a connection. Required, Str.
 
 See L<Message::Passing>.
 
-=cut
-
+=cut
\ No newline at end of file
diff --git a/lib/Message/Passing/Role/Input.pm b/lib/Message/Passing/Role/Input.pm
index 4817782..9ed641c 100644
--- a/lib/Message/Passing/Role/Input.pm
+++ b/lib/Message/Passing/Role/Input.pm
@@ -58,7 +58,4 @@ the SureVoIP API -
 
 See L<Message::Passing>.
 
-=cut
-
-1;
-
+=cut
\ No newline at end of file
diff --git a/lib/Message/Passing/Role/Output.pm b/lib/Message/Passing/Role/Output.pm
index c9bf05b..58546b5 100644
--- a/lib/Message/Passing/Role/Output.pm
+++ b/lib/Message/Passing/Role/Output.pm
@@ -46,7 +46,4 @@ the SureVoIP API -
 
 See L<Message::Passing>.
 
-=cut
-
-1;
-
+=cut
\ No newline at end of file
diff --git a/lib/Message/Passing/Role/Script.pm b/lib/Message/Passing/Role/Script.pm
index df37aea..aeadbd3 100644
--- a/lib/Message/Passing/Role/Script.pm
+++ b/lib/Message/Passing/Role/Script.pm
@@ -213,7 +213,4 @@ the SureVoIP API -
 
 See L<Message::Passing>.
 
-=cut
-
-1;
-
+=cut
\ No newline at end of file

-- 
libmessage-passing-perl Debian packaging



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