summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorDarryl L. Pierce <mcpierce@apache.org>2013-02-01 13:52:17 +0000
committerDarryl L. Pierce <mcpierce@apache.org>2013-02-01 13:52:17 +0000
commit50d49fd28613aafb464b7e9a09276aa6416ec6d7 (patch)
tree3048d2c53771c56f6d941124867c92d8e5755c83 /bin
parent67e83a478d6b34f62406df902931124a87108bba (diff)
downloadqpid-python-50d49fd28613aafb464b7e9a09276aa6416ec6d7.tar.gz
QPID-4504: Break up the Perl sources into individual source modules.
Each of the 8 individual classes are broken up into separate source files. Also modified the release.sh script to include the new lib directory in the Perl upstream sources. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1441445 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'bin')
-rwxr-xr-xbin/release.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/release.sh b/bin/release.sh
index ca8f8b6c09..c6a3f43496 100755
--- a/bin/release.sh
+++ b/bin/release.sh
@@ -200,6 +200,8 @@ if [ "PERL" == "$PERL" ]; then
qpid-${VER}/cpp/bindings/qpid/perl/Makefile.PL \
qpid-${VER}/cpp/bindings/qpid/perl/t/*.t \
qpid-${VER}/perl-qpid-${VER}
+ cp -r qpid-${VER}/cpp/bindings/qpid/perl/lib \
+ qpid-${VER}/perl-qpid-${VER}
mkdir qpid-${VER}/perl-qpid-${VER}/examples
cp qpid-${VER}/cpp/bindings/qpid/examples/perl/* \
qpid-${VER}/perl-qpid-${VER}/examples