~ubuntu-branches/debian/sid/libxml-twig-perl/sid

« back to all changes in this revision

Viewing changes to Makefile.PL

  • Committer: Package Import Robot
  • Author(s): Bart Martens
  • Date: 2014-10-26 12:13:00 UTC
  • mfrom: (1.3.6)
  • Revision ID: package-import@ubuntu.com-20141026121300-7m01kgqds1xjz53n
Tags: 1:3.48-1
* New upstream release.  Closes: #756059.
* debian/patches/06_spelling.diff: Edited to fit new upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
  { @programs= map { $_->[0] } @prompts; }
22
22
elsif( $opt eq "-d")
23
23
  { @programs= map { $_->[0] if( $_->[1] eq 'y') } @prompts; }
24
 
elsif( $ENV{AUTOMATED_TESTING})
 
24
elsif( $ENV{AUTOMATED_TESTING} || $ENV{NONINTERACTIVE_TESTING})
25
25
  { @programs=(); }
26
26
else
27
27
  { print "run 'perl Makefile.PL -y' to install all tools,\n",