PIG-5366: Enable PigStreamingDepend to load from current directory in newer Perl versions (abstractdog via daijy)

git-svn-id: https://svn.apache.org/repos/asf/pig/trunk@1844866 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/test/e2e/pig/streaming/PigStreamingDepend.pl b/test/e2e/pig/streaming/PigStreamingDepend.pl
index 066e54f..6f6a678 100644
--- a/test/e2e/pig/streaming/PigStreamingDepend.pl
+++ b/test/e2e/pig/streaming/PigStreamingDepend.pl
@@ -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;