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

NAME

Alien::APE::Server - Packages the APE-Project (Ajax Push Engine) Server.

SYNOPSIS

        use Alien::APE::Server;
        
        print Alien::APE::Server->root;
        print Alien::APE::Server->aped;
        
        chdir Alien::APE::Server->root.'/bin';
        exec Alien::APE::Server->aped;
  

DESCRIPTION

This version is based on the github version of APE as described by: v1.0-49-ga5d079c

METHODS

root

Gives back the directory root of the ape-server installation

aped

Gives back the filename of the ape-server aped binary

SEE ALSO

Net::APE

APE-Project home page: http://www.ape-project.org/

AUTHOR

Torsten Raudssus <torsten@raudssus.de>

BUGS

Please report any bugs or feature requests through the methods following.

SUPPORT

IRC

  You can join #ape-project on irc.freenode.net, talk to Getty
  or you can connect to irc.perl.org and talk there to Getty

Repository

  http://github.com/Getty/alien-ape-server
  Pull request and additional contributors are welcome
 

Issue Tracker

  http://github.com/Getty/alien-ape-server/issues  

COPYRIGHT & LICENSE

Copyright 2010 Torsten Raudssus, all rights reserved.

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.8 or, at your option, any later version of Perl 5 you may have available.

2 POD Errors

The following errors were encountered while parsing the POD:

Around line 41:

'=item' outside of any '=over'

Around line 49:

You forgot a '=back' before '=head1'