Branch: refs/heads/master
  Home:   https://github.com/timbunce/devel-nytprof
  Commit: 2dee446b7a6d6ee30ece14b0bd743439ca5b9414
      
https://github.com/timbunce/devel-nytprof/commit/2dee446b7a6d6ee30ece14b0bd743439ca5b9414
  Author: Daniel Șuteu <[email protected]>
  Date:   2017-01-21 (Sat, 21 Jan 2017)

  Changed paths:
    M bin/nytprofhtml

  Log Message:
  -----------
  Fix for the double opening of the web browser 

When [Browser::Open](https://metacpan.org/pod/Browser::Open) is available and 
it opens a browser, it returns the result of `system()` (see [source 
code](https://metacpan.org/source/CFRANKS/Browser-Open-0.04/lib/Browser/Open.pm#L72)),
 which is the exit code of the process. On success, the exit code is zero, so 
we now check this and return without trying to open the browser again.

Previously, the browser was opening twice when the `--open` flag was provided.


  Commit: b2c36783d0d1b3a2070ea6097f322ea627b15f69
      
https://github.com/timbunce/devel-nytprof/commit/b2c36783d0d1b3a2070ea6097f322ea627b15f69
  Author: Tim Bunce <[email protected]>
  Date:   2017-12-31 (Sun, 31 Dec 2017)

  Changed paths:
    M bin/nytprofhtml

  Log Message:
  -----------
  Merge pull request #107 from trizen/patch-2

Fix for the double opening of the web browser


Compare: 
https://github.com/timbunce/devel-nytprof/compare/15d7247028ca...b2c36783d0d1

-- 
-- 
You've received this message because you are subscribed to
the Devel::NYTProf Development User group.

Group hosted at:  http://groups.google.com/group/develnytprof-dev
Project hosted at:  http://perl-devel-nytprof.googlecode.com
CPAN distribution:  http://search.cpan.org/dist/Devel-NYTProf

To post, email:  [email protected]
To unsubscribe, email:  [email protected]
--- 
You received this message because you are subscribed to the Google Groups 
"Devel::NYTProf Dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to