[SCM] Debian package for perl Test::InDistDir branch, master, updated. upstream/1.112071-8-g6e9dfc6
Fabrizio Regalli
fabreg at fabreg.it
Sat Sep 17 13:01:29 UTC 2011
The following commit has been merged in the master branch:
commit 6e9dfc62905d9b26d62dd84ecb0264bf48080fdb
Author: Fabrizio Regalli <fabreg at fabreg.it>
Date: Sat Sep 17 15:01:20 2011 +0200
Fixed using-first-person-in-description lintian message
diff --git a/debian/control b/debian/control
index a1d75e4..a39aecc 100644
--- a/debian/control
+++ b/debian/control
@@ -16,12 +16,6 @@ Depends: ${misc:Depends}, ${perl:Depends}
Description: test environment setup for development with IDE
Test::InDistDir helps run test scripts in IDEs like Komodo.
.
- When running test scripts in an IDE i have to set up a project file defining
- the dist dir to run tests in and a lib dir to load additional modules from.
- Often I didn't feel like doing that, especially when i only wanted to do a
- small patch to a dist. In those cases i added a BEGIN block to mangle the
- environment for me.
- .
This module basically is that BEGIN block. It automatically moves up one
directory when it cannot see the test script in "t/$scriptname" and includes
'lib' in @INC when there's no blib present. That way the test ends up with
--
Debian package for perl Test::InDistDir
More information about the Pkg-perl-cvs-commits
mailing list