1Padre::Util::Template(3U)ser Contributed Perl DocumentatiPoandre::Util::Template(3)
2
3
4
6 Padre::Util - Padre utility functions for new-file-templates
7
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
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.28.0 2011-08-16 Padre::Util::Template(3)