~ubuntu-branches/ubuntu/wily/libstatistics-basic-perl/wily-proposed

« back to all changes in this revision

Viewing changes to t/pod_coverage.t

  • Committer: Bazaar Package Importer
  • Author(s): gregor herrmann, Salvatore Bonaccorso, gregor herrmann
  • Date: 2009-09-13 14:25:20 UTC
  • mfrom: (1.2.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20090913142520-fr99d907ma0q3o69
Tags: 1.6601-1
[ Salvatore Bonaccorso ]
* Add patch ProhibitIndirectSyntax.patch to fix a Perl::Critic policy
  violation (Closes: #546227).
* Add myself to Uploaders. 

[ gregor herrmann ]
* New upstream release.
* Remove patch ProhibitCommaSeparatedStatements.patch, not needed any more.
* Don't run author tests any more on upstream request (debian/rules,
  debian/control).

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
 
4
4
use Test::More;
5
5
 
6
 
if (not $ENV{TEST_AUTHOR}) {
 
6
# NOTE: please do not blame me for suggetions from this test.  Do not set
 
7
# TEST_AUTHOR and then tell me about it.  Use test at your own risk.
 
8
if ($ENV{TEST_AUTHOR} ne "author972" ) {
7
9
    plan( skip_all => 'Author test.  Set $ENV{TEST_AUTHOR} to true to run.');
8
10
}
9
11