Skip to content

Commit

Permalink
Add Browser::Open to Makefile.PL & dist.ini
Browse files Browse the repository at this point in the history
Browser::Open is a recommended requirement for -launch
  • Loading branch information
sdt committed Apr 29, 2012
1 parent a2488b1 commit bd43b6f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Makefile.PL
Expand Up @@ -265,6 +265,11 @@ consider installing Test::Differences. You can download
Test::Differences from CPAN. Test::Differences from CPAN.
EOM EOM


check "Browser::Open", <<EOM;
Browser::Open is used to launch a web browser when the -launch flag is
specified with HTML report formats. You can download Browser::Open from CPAN.
EOM

my $latest_tested = "5.014002"; my $latest_tested = "5.014002";
print <<EOM if $] > $latest_tested; print <<EOM if $] > $latest_tested;
Expand Down
1 change: 1 addition & 0 deletions dist.ini
Expand Up @@ -49,6 +49,7 @@ Pod::Coverage::CountParents = 0
Parallel::Iterator = 0 Parallel::Iterator = 0
JSON::PP = 0 JSON::PP = 0
Test::Differences = 0 ; make sure it gets added Test::Differences = 0 ; make sure it gets added
Browser::Open = 0
[Prereqs / ConfigureRequires] [Prereqs / ConfigureRequires]
ExtUtils::MakeMaker = 0 ExtUtils::MakeMaker = 0
[Prereqs / TestRequires] [Prereqs / TestRequires]
Expand Down

0 comments on commit bd43b6f

Please sign in to comment.