Changeset 8993 for lang/perl/App-Starter

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

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

Location:
lang/perl/App-Starter
Files:
2 added
8 modified
1 copied

Legend:

Unmodified
Added
Removed
  • lang/perl/App-Starter/tags/0.11/Changes

    r8968 r8993  
    11Revision history for App-Starter 
     2 
     30.11    2008-04-06/16:17  
     4        - add spelling.t  
    25 
    360.09    2008-04-06/10:54 
  • lang/perl/App-Starter/tags/0.11/MANIFEST

    r8498 r8993  
    2626t/pod-coverage.t 
    2727t/pod.t 
     28t/spelling.t 
  • lang/perl/App-Starter/tags/0.11/README

    r8490 r8993  
    11App-Starter 
    2  
    3 The README is used to introduce the module and provide instructions on 
    4 how to install the module, any machine dependencies it may have (for 
    5 example C compilers and installed libraries) and any other information 
    6 that should be provided before the module is installed. 
    7  
    8 A README file is required for CPAN modules since CPAN extracts the README 
    9 file from a module distribution so that people browsing the archive 
    10 can use it to get an idea of the module's uses. It is usually a good idea 
    11 to provide version information here so that people can decide whether 
    12 fixes for the module are worth downloading. 
    13  
    142 
    153INSTALLATION 
  • 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>. 
  • lang/perl/App-Starter/trunk/Changes

    r8968 r8993  
    11Revision history for App-Starter 
     2 
     30.11    2008-04-06/16:17  
     4        - add spelling.t  
    25 
    360.09    2008-04-06/10:54 
  • lang/perl/App-Starter/trunk/MANIFEST

    r8498 r8993  
    2626t/pod-coverage.t 
    2727t/pod.t 
     28t/spelling.t 
  • lang/perl/App-Starter/trunk/README

    r8490 r8993  
    11App-Starter 
    2  
    3 The README is used to introduce the module and provide instructions on 
    4 how to install the module, any machine dependencies it may have (for 
    5 example C compilers and installed libraries) and any other information 
    6 that should be provided before the module is installed. 
    7  
    8 A README file is required for CPAN modules since CPAN extracts the README 
    9 file from a module distribution so that people browsing the archive 
    10 can use it to get an idea of the module's uses. It is usually a good idea 
    11 to provide version information here so that people can decide whether 
    12 fixes for the module are worth downloading. 
    13  
    142 
    153INSTALLATION 
  • lang/perl/App-Starter/trunk/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>.