PApp::XBox - papp execution environment for perl files


PApp documentation Contained in the PApp distribution.

Index


Code Index:

NAME

Top

PApp::XBox - papp execution environment for perl files

SYNOPSIS

Top

 use PApp::XBox qw(domain=translation-domain);

DESCRIPTION

Top

Unlike the real XBox, this module makes working anti-aliasing a reality!

Seriously, sometimes you want the normal PApp execution environment in normal Perl modules. More often, you

SEE ALSO

Top

PApp.

AUTHOR

Top

 Marc Lehmann <schmorp@schmorp.de>
 http://home.schmorp.de/


PApp documentation Contained in the PApp distribution.
##########################################################################
## All portions of this code are copyright (c) 2003,2004 nethype GmbH   ##
##########################################################################
## Using, reading, modifying or copying this code requires a LICENSE    ##
## from nethype GmbH, Franz-Werfel-Str. 11, 74078 Heilbronn,            ##
## Germany. If you happen to have questions, feel free to contact us at ##
## license@nethype.de.                                                  ##
##########################################################################

package PApp::XBox;

$VERSION = 1.45;

use PApp::PCode ();
use PApp::Util ();

1;