Changeset 9016

Show
Ignore:
Timestamp:
04/06/08 20:57:20 (5 years ago)
Author:
tomyhero
Message:

lang/perl/Chaostr: add spelling.t

Location:
lang/perl/Chaostr/trunk
Files:
1 added
1 modified

Legend:

Unmodified
Added
Removed
  • lang/perl/Chaostr/trunk/Makefile.PL

    r7824 r9016  
    88requires 'Catalyst::Plugin::Static::Simple'; 
    99requires 'Catalyst::Action::RenderView'; 
    10 requires 'YAML'; # This should reflect the config file format you've chosen 
    11                  # See Catalyst::Plugin::ConfigLoader for supported formats 
     10requires 'Tset::Spelling' => 0; 
     11requires 'YAML';    # This should reflect the config file format you've chosen 
     12                    # See Catalyst::Plugin::ConfigLoader for supported formats 
    1213catalyst; 
    1314