summaryrefslogtreecommitdiff
path: root/qpid/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
commitd02bb3e83535d2f270a602184fb2e5838d2f7c63 (patch)
tree7bf8b31b3db9fa9c2174d6aa86079d8d1b052e22 /qpid/bin
parent4b7c23f8a0cc614574331e9ae8016fe8896df99c (diff)
downloadqpid-python-d02bb3e83535d2f270a602184fb2e5838d2f7c63.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@1441445 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/bin')
-rwxr-xr-xqpid/bin/release.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/qpid/bin/release.sh b/qpid/bin/release.sh
index ca8f8b6c09..c6a3f43496 100755
--- a/qpid/bin/release.sh
+++ b/qpid/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