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 2013/02/18 22:08:54 UTC

svn commit: r1447499 - /qpid/trunk/qpid/cpp/bindings/qpid/perl/perl.i

Author: mcpierce
Date: Mon Feb 18 21:08:54 2013
New Revision: 1447499

URL: http://svn.apache.org/r1447499
Log:
QPID-4588: Updated the Perl language bindings.

They will now look for the Swig descriptors and typemaps in their proper
locations.

Modified:
    qpid/trunk/qpid/cpp/bindings/qpid/perl/perl.i

Modified: qpid/trunk/qpid/cpp/bindings/qpid/perl/perl.i
URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/cpp/bindings/qpid/perl/perl.i?rev=1447499&r1=1447498&r2=1447499&view=diff
==============================================================================
--- qpid/trunk/qpid/cpp/bindings/qpid/perl/perl.i (original)
+++ qpid/trunk/qpid/cpp/bindings/qpid/perl/perl.i Mon Feb 18 21:08:54 2013
@@ -19,7 +19,7 @@
 
 %module cqpid_perl
 %include "std_string.i"
-%include "swig_perl_typemaps.i"
+%include "qpid/swig_perl_typemaps.i"
 
 /* Define the general-purpose exception handling */
 %exception {



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