1Padre::Util::Template(3U)ser Contributed Perl DocumentatiPoandre::Util::Template(3)
2
3
4

NAME

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

DESCRIPTION

9       The "Padre::Util::Template" package contains helper functions for
10       templates used to create new files. They should be backward-compatible
11       all the time as they might be used by user-created templates not living
12       on the Padre storage.
13
14       We're using Template::Tiny which is unable to pass arguments to method
15       calls, so we need to have one method per case.
16

FUNCTIONS

18   "new_modulename"
19       Asks for the name of a new module which is returned.
20
21       Return the user replied value on subsequent calls.
22
24       Copyright 2008-2011 The Padre development team as listed in Padre.pm.
25
26       This program is free software; you can redistribute it and/or modify it
27       under the same terms as Perl itself.
28
29       The full text of the license can be found in the LICENSE file included
30       with this module.
31
32
33
34perl v5.30.0                      2019-07-26          Padre::Util::Template(3)
Impressum