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

NAME

__APPNAME__ Glue - Control __APPNAME__ app

SYNOPSIS

    use Mac::Glue;
    my $obj = new Mac::Glue '__APPNAME__';

DESCRIPTION

See Mac::Glue for complete documentation on base usage and framework.

EOT

    $self{FINISH} = <<EOT;
=head1 AUTHOR

Glue created by ${\($ENV{'USER'} || '????')} using gluemac by Chris Nandor and the Mac::AETE modules by David C. Schooley.

Copyright (c) ${\((localtime)[5] + 1900)}. All rights reserved. This program is free software; you can redistribute it and/or modify it under the terms of the Artistic License, distributed with Perl.

SEE ALSO

Mac::AppleEvents, Mac::AppleEvents::Simple, macperlcat, Inside Macintosh: Interapplication Communication, Mac::Glue, Mac::AETE.