Skip Menu |

This queue is for tickets about the Test-Is CPAN distribution.

Report information
The Basics
Id: 96934
Status: open
Priority: 0/
Queue: Test-Is

People
Owner: Nobody in particular
Requestors: dolmen [...] cpan.org
Cc: KENTNL [...] cpan.org
AdminCc:

Bug Information
Severity: Wishlist
Broken in: (no value)
Fixed in: (no value)



CC: KENTNL [...] cpan.org
Subject: Add support for NO_NETWORK_TESTING
See discussion on the CPAN workers mailing list: http://www.nntp.perl.org/group/perl.cpan.workers/2014/06/msg1126.html use Test::Is 'networked'; # skip if $ENV{NO_NETWORK_TESTING} -- Olivier Mengué - http://perlresume.org/DOLMEN

Though I have to say, that variable was never really agreed upon concensively.

But I've started using that variable myself while I wait for some conclusion.

Of course, you can probably add support for more than one ENV key in Test::Is 'networked' if you really want to.