Ticket #21044 (closed defect: fixed)
openbrowser: stop using p5-mac-carbon
| Reported by: | ryandesign@… | Owned by: | ryandesign@… |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | ports | Version: | 1.8.0 |
| Keywords: | Cc: | snc@…, narf_tm@… | |
| Port: | openbrowser |
Description
openbrowser uses p5-mac-carbon's Mac::InternetConfig module to read the name of the user's web browser. But p5-mac-carbon doesn't build on Snow Leopard and the software is not maintained upstream. Find a way for openbrowser to get the browser name without using Mac::Carbon.
Attachments
Change History
comment:1 Changed 4 years ago by ryandesign@…
- Status changed from new to assigned
Attached is a diff which makes openbrowser use p5-mac-propertylist instead. The only caveat is that it requires a newer version of Mac::PropertyList than the latest stable 1.31 that's available. There's a development version 1.31_01 available with which I tested my changes. I've asked the developer of Mac::PropertyList when a new stable version might be released.
comment:3 Changed 4 years ago by ryandesign@…
- Cc narf_tm@… added
The author tells me he has re-released 1.31_01 with a stable version number. It's not showing up on CPAN yet.

