Padre::Util - Padre utility functions for new-file-templates


Padre documentation  | view source Contained in the Padre distribution.

Index


NAME

Top

Padre::Util - Padre utility functions for new-file-templates

DESCRIPTION

Top

The Padre::Util::Template package contains helper functions for templates used to create new files. They should be backward-compatible all the time as they might be used by user-created templates not living on the Padre storage.

We're using Template::Tiny which is unable to pass arguments to method calls, so we need to have one method per case.

FUNCTIONS

Top

new_modulename

Asks for the name of a new module which is returned.

Return the user replied value on subsequent calls.

COPYRIGHT

Top


Padre documentation  | view source Contained in the Padre distribution.