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

NAME

App::Addex::AddressBook::Apple - use Apple Address Book as the addex source (doomed)

VERSION

version 0.018

SYNOPSIS

Achtung! Using this requires Mac::Glue. Mac::Glue is not going to work on more recent OS X. Instead, check out App::Addex::AddressBook::AppleScript.

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

You may need to set up glue for Address Book before this will work. You can do this using gluemac from Mac::Glue

    gluemac /Applications/Address\ Book.app

You will probably need to run this program with sudo; just prepend sudo to the command above.

AUTHOR

Ricardo SIGNES <rjbs@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2006 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.