Author: daijy
Date: Fri Oct 26 07:31:24 2018
New Revision: 1844866

URL: http://svn.apache.org/viewvc?rev=1844866&view=rev
Log:
PIG-5366: Enable PigStreamingDepend to load from current directory in newer 
Perl versions (abstractdog via daijy)

Modified:
    pig/trunk/test/e2e/pig/streaming/PigStreamingDepend.pl

Modified: pig/trunk/test/e2e/pig/streaming/PigStreamingDepend.pl
URL: 
http://svn.apache.org/viewvc/pig/trunk/test/e2e/pig/streaming/PigStreamingDepend.pl?rev=1844866&r1=1844865&r2=1844866&view=diff
==============================================================================
--- pig/trunk/test/e2e/pig/streaming/PigStreamingDepend.pl (original)
+++ pig/trunk/test/e2e/pig/streaming/PigStreamingDepend.pl Fri Oct 26 07:31:24 
2018
@@ -16,6 +16,9 @@
 #  See the License for the specific language governing permissions and         
        
 #  limitations under the License.                                              
        
                                                                                
        
+BEGIN {
+    push @INC, '.';
+}
 
 use strict;
 use PigStreamingModule;


Reply via email to