XAO::PluginUtils - utilities for plug-ins installation


XAO-Web documentation  | view source Contained in the XAO-Web distribution.

Index


NAME

Top

XAO::PluginUtils - utilities for plug-ins installation

SYNOPSIS

Top

 Makefile.PL:
 ....
 install::
        \$(PERL) -MXAO::PluginUtils=install_templates \\
                 -e'install_templates("MANIFEST",1)'

DESCRIPTION

Top

This modules includes some utility functions aided to help plug-in authors in the installation of templates and other content into the appropriate directories.

See examples the Makefile.PL of XAO::Web and XAO::DO::Web::PodView packages.

AUTHOR

Top

Copyright (c) 2005 Andrew Maltsev

Copyright (c) 2001-2004 Andrew Maltsev, XAO Inc.

<am@ejelta.com> -- http://ejelta.com/xao/


XAO-Web documentation  | view source Contained in the XAO-Web distribution.