You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by mc...@apache.org on 2014/02/17 16:24:28 UTC

svn commit: r1569022 - in /qpid/proton/trunk/proton-c/bindings/perl/lib: qpid/proton/Constants.pm qpid/proton/ExceptionHandling.pm qpid_proton.pm

Author: mcpierce
Date: Mon Feb 17 15:24:28 2014
New Revision: 1569022

URL: http://svn.apache.org/r1569022
Log:
PROTON-519: Updated Perl modules to provide missing packages.

Incorporated patch from Robin Lee, plus added a similar change to
qpid_proton.pm as well.

Contributed by: Robin Lee <ch...@fedoraproject.org>

Modified:
    qpid/proton/trunk/proton-c/bindings/perl/lib/qpid/proton/Constants.pm
    qpid/proton/trunk/proton-c/bindings/perl/lib/qpid/proton/ExceptionHandling.pm
    qpid/proton/trunk/proton-c/bindings/perl/lib/qpid_proton.pm

Modified: qpid/proton/trunk/proton-c/bindings/perl/lib/qpid/proton/Constants.pm
URL: http://svn.apache.org/viewvc/qpid/proton/trunk/proton-c/bindings/perl/lib/qpid/proton/Constants.pm?rev=1569022&r1=1569021&r2=1569022&view=diff
==============================================================================
--- qpid/proton/trunk/proton-c/bindings/perl/lib/qpid/proton/Constants.pm (original)
+++ qpid/proton/trunk/proton-c/bindings/perl/lib/qpid/proton/Constants.pm Mon Feb 17 15:24:28 2014
@@ -164,4 +164,6 @@ use constant {
     UNKNOWN => undef,
 };
 
+package qpid::proton::Constants;
+
 1;

Modified: qpid/proton/trunk/proton-c/bindings/perl/lib/qpid/proton/ExceptionHandling.pm
URL: http://svn.apache.org/viewvc/qpid/proton/trunk/proton-c/bindings/perl/lib/qpid/proton/ExceptionHandling.pm?rev=1569022&r1=1569021&r2=1569022&view=diff
==============================================================================
--- qpid/proton/trunk/proton-c/bindings/perl/lib/qpid/proton/ExceptionHandling.pm (original)
+++ qpid/proton/trunk/proton-c/bindings/perl/lib/qpid/proton/ExceptionHandling.pm Mon Feb 17 15:24:28 2014
@@ -33,4 +33,6 @@ sub check_for_error {
     }
 }
 
+package qpid::proton::ExceptionHandling;
+
 1;

Modified: qpid/proton/trunk/proton-c/bindings/perl/lib/qpid_proton.pm
URL: http://svn.apache.org/viewvc/qpid/proton/trunk/proton-c/bindings/perl/lib/qpid_proton.pm?rev=1569022&r1=1569021&r2=1569022&view=diff
==============================================================================
--- qpid/proton/trunk/proton-c/bindings/perl/lib/qpid_proton.pm (original)
+++ qpid/proton/trunk/proton-c/bindings/perl/lib/qpid_proton.pm Mon Feb 17 15:24:28 2014
@@ -31,5 +31,7 @@ use qpid::proton::Message;
 
 use qpid::proton;
 
+package qpid_proton;
+
 1;
 



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org