r28055 - /trunk/dh-make-perl/dh-make-perl

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Thu Dec 11 08:10:18 UTC 2008


Author: dmn
Date: Thu Dec 11 08:10:16 2008
New Revision: 28055

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=28055
Log:
dh-make-perl: use lib "$Bin/lib" to ease "user-level" testing

Modified:
    trunk/dh-make-perl/dh-make-perl

Modified: trunk/dh-make-perl/dh-make-perl
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/dh-make-perl/dh-make-perl?rev=28055&op=diff
==============================================================================
--- trunk/dh-make-perl/dh-make-perl (original)
+++ trunk/dh-make-perl/dh-make-perl Thu Dec 11 08:10:16 2008
@@ -1,4 +1,7 @@
 #!/usr/bin/perl -w
+
+use FindBin qw($Bin);
+use lib "$Bin/lib";
 
 use DhMakePerl;
 




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