From 3a3fb49f2fd31fd048e76efb9e0e61e7d3dcea4c Mon Sep 17 00:00:00 2001 From: "Darryl L. Pierce" Date: Wed, 1 May 2013 17:07:33 +0000 Subject: QPID-4799: Move qpid.pm to the lib directory. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1478096 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/cpp/bindings/qpid/perl/lib/qpid.pm | 22 ++++++++++++++++++++++ qpid/cpp/bindings/qpid/perl/qpid.pm | 22 ---------------------- 2 files changed, 22 insertions(+), 22 deletions(-) create mode 100644 qpid/cpp/bindings/qpid/perl/lib/qpid.pm delete mode 100644 qpid/cpp/bindings/qpid/perl/qpid.pm (limited to 'qpid/cpp/bindings') diff --git a/qpid/cpp/bindings/qpid/perl/lib/qpid.pm b/qpid/cpp/bindings/qpid/perl/lib/qpid.pm new file mode 100644 index 0000000000..88b98353a8 --- /dev/null +++ b/qpid/cpp/bindings/qpid/perl/lib/qpid.pm @@ -0,0 +1,22 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# + +use qpid_messaging; + +1; diff --git a/qpid/cpp/bindings/qpid/perl/qpid.pm b/qpid/cpp/bindings/qpid/perl/qpid.pm deleted file mode 100644 index 88b98353a8..0000000000 --- a/qpid/cpp/bindings/qpid/perl/qpid.pm +++ /dev/null @@ -1,22 +0,0 @@ -# -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you under the Apache License, Version 2.0 (the -# "License"); you may not use this file except in compliance -# with the License. You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, -# software distributed under the License is distributed on an -# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY -# KIND, either express or implied. See the License for the -# specific language governing permissions and limitations -# under the License. -# - -use qpid_messaging; - -1; -- cgit v1.2.1