Changeset 8993 for lang/perl/App-Starter/tags/0.11/lib/App/Starter.pm
- Timestamp:
- 04/06/08 16:21:42 (9 months ago)
- Location:
- lang/perl/App-Starter/tags/0.11
- Files:
-
- 1 modified
- 1 copied
-
. (copied) (copied from lang/perl/App-Starter/trunk)
-
lib/App/Starter.pm (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lang/perl/App-Starter/tags/0.11/lib/App/Starter.pm
r8971 r8993 13 13 use base qw/Class::Accessor/; 14 14 15 our $VERSION = '0. 09';15 our $VERSION = '0.11'; 16 16 17 17 my $DIR = {}; … … 172 172 =head1 DESCRIPTION 173 173 174 you can start your application quickly once you cr aete skelton with this module. This module only does is rename key to value. in your template file, you can set like this [% key_name %]174 you can start your application quickly once you create skeleton with this module. This module only does is rename key to value. in your template file, you can set like this [% key_name %] 175 175 which replace with value you set in config. and also you can use __key_name__ format as file or directory name which replace as rule you set at config 176 176 … … 179 179 =head1 CONFIG 180 180 181 name : my_app # ${current_dir}/my_app is created as new appication skel ton181 name : my_app # ${current_dir}/my_app is created as new appication skeleton 182 182 from : /foo/bar/my-skell # where to fine your skel setup. if you use ~/.app-starter then you do not need this. 183 183 tag_style : star # SEE ALSO L<Template> TAG_STYLE OPTION … … 206 206 =head1 COPYRIGHT AND LICENSE 207 207 208 Copyright (c)Tomohiro Teranishi, All rights reserved.208 Copyright 2008 Tomohiro Teranishi, All rights reserved. 209 209 210 210 This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See L<perlartistic>.
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)