summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Fredric <kentfredric@gmail.com>2009-09-03 02:49:56 +1200
committerKent Fredric <kentfredric@gmail.com>2009-09-03 02:49:56 +1200
commit446ff26ccde5f236d21ddb614bc2d8a64ce5ff30 (patch)
tree3994e448bb4503fc6f64a741ed7f1d76326a175b /eclass/perl-module.eclass
parentTidied up the verboseness constraint in the eclass, attempted to (diff)
downloadperl-overlay-446ff26ccde5f236d21ddb614bc2d8a64ce5ff30.tar.gz
perl-overlay-446ff26ccde5f236d21ddb614bc2d8a64ce5ff30.tar.bz2
perl-overlay-446ff26ccde5f236d21ddb614bc2d8a64ce5ff30.zip
Clarified the doccomment better
Diffstat (limited to 'eclass/perl-module.eclass')
-rw-r--r--eclass/perl-module.eclass3
1 files changed, 2 insertions, 1 deletions
diff --git a/eclass/perl-module.eclass b/eclass/perl-module.eclass
index 090eff747..8798e61e4 100644
--- a/eclass/perl-module.eclass
+++ b/eclass/perl-module.eclass
@@ -135,7 +135,8 @@ perl-module_src_compile() {
# This code attempts to work out your threadingness from MAKEOPTS
# and apply them to Test::Harness.
#
-# If you want more verbose testing, set TEST_VERBOSE=1 in your bashrc
+# If you want more verbose testing, set TEST_VERBOSE=1
+# in your bashrc | /etc/make.conf | ENV
#
perl-module_src_test() {