See PublishedAPI for packages intended to be used by Plugin and Contrib authors, or browse all packages.
See also Developing plugins, Developer's Bible, Technical Overview
On this page:
This is a base class used for making build scripts for Foswiki packages.
$project | Name of plugin, addon, contrib or skin |
$rootModule | Optional, if defined gives the name of the root .pm module that carries the VERSION and dependencies. Defaults to $project |
Construct a new build object. Define the basic directory paths to places in the build/release. Read the manifest topic and build file and dependency lists. Parse command line to get target and options.
Change to the given directory
Pop a dir level, previously pushed by pushd
Remove the given file (or directory)
Make a directory and all directories leading to it.
Copy a single file from - to. Will automatically make intervening directories in the target. Also works for target directories.
Set permissions on a file. Permissions should be expressed using POSIX chmod notation.
Perform a "system" command.
Perform a "perl" command.
Expands tokens.
The filter is used in the generation of documentation topics and the installer
Filters expanding SVN rev number with correct version from repository Note: unlike subversion, this puts in the version number of the whole repository, not just this file.
Copy all files in a file set from on directory root to another.
Apply perms to a fileset
Basic build target. All other build targets are implemented in the 'Targets' subdirectory in individual modules.
Print POD documentation. This target does not modify any files, it simply prints the (TML format) POD.
POD text in .pm
files should use TML syntax or HTML. Packages should be introduced with a level 1 header, ---+, and each method in the package by a level 2 header, ---++. Make sure you document any global variables used by the module.
Build the given target
pre
and post
hooks will be executed before and after the target, repsectively. I.e., if $target
is 'install' then method pre_target_install()
will be executed before target_install()
; and post_target_install()
will be given control after the target. If target fails then post-hook will receive error object $@
as it's single parameter.
This topic: System > Category > DeveloperDocumentationCategory > PerlDoc
Topic revision: 2024-12-23, UnknownUser
Copyright © by the contributing authors. All material on this site is the property of the contributing authors.
Ideas, requests, problems regarding Foswiki? Send feedback