Show
Ignore:
Timestamp:
04/06/08 16:21:42 (9 months ago)
Author:
tomyhero
Message:

lang/perl/App-Starter : add spelling.t

Location:
lang/perl/App-Starter/tags/0.11
Files:
1 modified
1 copied

Legend:

Unmodified
Added
Removed
  • lang/perl/App-Starter/tags/0.11/lib/App/Starter.pm

    r8971 r8993  
    1313use base qw/Class::Accessor/; 
    1414 
    15 our $VERSION = '0.09'; 
     15our $VERSION = '0.11'; 
    1616 
    1717my $DIR = {}; 
     
    172172=head1 DESCRIPTION 
    173173 
    174 you can start your application quickly once you craete skelton with this module. This module only does is rename key to value. in your template file, you can set like this  [% key_name %] 
     174you 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 %] 
    175175which 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 
    176176 
     
    179179=head1 CONFIG 
    180180 
    181  name    : my_app  # ${current_dir}/my_app is created as new appication skelton 
     181 name    : my_app  # ${current_dir}/my_app is created as new appication skeleton 
    182182 from    : /foo/bar/my-skell # where to fine your skel setup. if you use ~/.app-starter then you do not need this. 
    183183 tag_style : star # SEE ALSO L<Template> TAG_STYLE OPTION 
     
    206206=head1 COPYRIGHT AND LICENSE 
    207207 
    208 Copyright (c) Tomohiro Teranishi, All rights reserved. 
     208Copyright 2008 Tomohiro Teranishi, All rights reserved. 
    209209 
    210210This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself.  See L<perlartistic>.