The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

App::Addex::AddressBook::AppleScript - Mac::Glue-less Addex adapter for Apple Address Book and Addex

VERSION

version 0.006

SYNOPSIS

This module implements the App::Addex::AddressBook interface for Mac OS X's Address Book application, using a horrible hack to get entries from the address book.

A much cleaner interface would be to use App::Addex::AddressBook::Apple, which uses Mac::Glue to access the address book. Unfortunately, Mac::Glue does not work in many recent builds of Perl, and will cease to work as the Carbon API is killed off.

The AppleScript adapter builds an AppleScript program that prints out a dump of relevant address book entries, then runs it, then parses its output. The format of the intermediate form may change for all kinds of crazy reasons.

AUTHOR

Ricardo Signes <rjbs@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2010 by Ricardo Signes.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.