diff options
| author | Darryl L. Pierce <mcpierce@apache.org> | 2013-02-18 21:08:54 +0000 |
|---|---|---|
| committer | Darryl L. Pierce <mcpierce@apache.org> | 2013-02-18 21:08:54 +0000 |
| commit | 565e38ce34e087f67127f25387e800041cbe9d0f (patch) | |
| tree | 3a233c6272ce2065ecaada08a3e530993b5d9eb3 /cpp | |
| parent | 665c7b2a6aff2a3137f1b2b10dbf7551fd8304da (diff) | |
| download | qpid-python-565e38ce34e087f67127f25387e800041cbe9d0f.tar.gz | |
QPID-4588: Updated the Perl language bindings.
They will now look for the Swig descriptors and typemaps in their proper
locations.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1447499 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp')
| -rw-r--r-- | cpp/bindings/qpid/perl/perl.i | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/bindings/qpid/perl/perl.i b/cpp/bindings/qpid/perl/perl.i index aec2ee1c9e..0d118ae0fb 100644 --- a/cpp/bindings/qpid/perl/perl.i +++ b/cpp/bindings/qpid/perl/perl.i @@ -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 { |
