[libinline-java-perl] 145/398: made use of blib for these test scripts.

Jonas Smedegaard dr at jones.dk
Thu Feb 26 11:42:58 UTC 2015


This is an automated email from the git hooks/post-receive script.

js pushed a commit to tag 0.55
in repository libinline-java-perl.

commit a1ff1e5ccc942628867e4a1b090bf934247dae52
Author: Patrick LeBoutillier <patl at cpan.org>
Date:   Wed Jan 16 13:31:36 2002 +0000

    made use of blib for these test scripts.
---
 t/t1.pl | 5 +----
 t/t2.pl | 6 ++----
 t/t3.pl | 5 +++--
 t/t4.pl | 5 +----
 t/t5.pl | 5 +----
 5 files changed, 8 insertions(+), 18 deletions(-)

diff --git a/t/t1.pl b/t/t1.pl
index b988c09..9e6fa3d 100755
--- a/t/t1.pl
+++ b/t/t1.pl
@@ -1,9 +1,6 @@
-#!/home/patrickl/bin/perl56
-
 use strict ;
 
-use lib "/home/patrickl/perl/dev" ;
-use lib "/home/patrickl/perl/dev/Inline/blib/arch/auto/Inline/Java/JNI" ;
+use blib ;
 
 
 BEGIN {
diff --git a/t/t2.pl b/t/t2.pl
index 98c968e..73c6be5 100755
--- a/t/t2.pl
+++ b/t/t2.pl
@@ -1,9 +1,7 @@
-#!/home/patrickl/bin/perl56
-
 use strict ;
 
-use lib "/home/patrickl/perl/dev" ;
-use lib "/home/patrickl/perl/dev/Inline/blib/arch/auto/Inline/Java/JNI" ;
+use blib ;
+
 
 use Inline Config => 
 	DIRECTORY => './_Inline_test',
diff --git a/t/t3.pl b/t/t3.pl
index 1bb8641..09c9ad5 100755
--- a/t/t3.pl
+++ b/t/t3.pl
@@ -1,6 +1,7 @@
-#!/usr/local/perl56/bin/perl
+use strict ;
+
+use blib ;
 
-use lib "/home/patrick/perl/dev" ;
 
 require "Inline/Java.pm" ;
 use Inline::Java::Array ;
diff --git a/t/t4.pl b/t/t4.pl
index 777f245..d8bf663 100755
--- a/t/t4.pl
+++ b/t/t4.pl
@@ -1,9 +1,6 @@
-#!/home/patrickl/bin/perl56
-
 use strict ;
 
-use lib "/home/patrickl/perl/dev" ;
-use lib "/home/patrickl/perl/dev/Inline/blib/arch/auto/Inline/Java/JNI" ;
+use blib ;
 
 
 BEGIN {
diff --git a/t/t5.pl b/t/t5.pl
index 335ed36..58de942 100755
--- a/t/t5.pl
+++ b/t/t5.pl
@@ -1,9 +1,6 @@
-#!/home/patrickl/bin/perl56
-
 use strict ;
 
-use lib "/home/patrickl/perl/dev" ;
-use lib "/home/patrickl/perl/dev/Inline/blib/arch/auto/Inline/Java/JNI" ;
+use blib ;
 
 
 BEGIN {

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libinline-java-perl.git



More information about the Pkg-perl-cvs-commits mailing list