Show
Ignore:
Timestamp:
11/01/08 20:09:42 (5 years ago)
Author:
tomyhero
Message:

move test script for developer to xt dir.

Location:
lang/perl/Config-Multi/trunk
Files:
1 added
4 modified
3 moved

Legend:

Unmodified
Added
Removed
  • lang/perl/Config-Multi/trunk/Changes

    r19195 r22519  
    330.05    2008-09-11/21:00 
    44        - add unicode option. unicode => 1. 
     5        - fix bug. remove hard coded extension 'yml' , use $extension valiable instead. 
    56 
    670.04    2008-05-18/19:20 
  • lang/perl/Config-Multi/trunk/MANIFEST

    r11711 r22519  
    1313lib/Config/Multi.pm 
    1414Makefile.PL 
    15 MANIFEST 
    16 META.yml                        # Will be created by "make dist" 
     15MANIFEST                        This list of files 
     16META.yml 
    1717README 
    1818t/00-load.t 
     
    2222t/04-env.t 
    2323t/05-no-prefix.t 
     24t/06-extension.t 
     25t/07-unicode-option.t 
    2426t/boilerplate.t 
    2527t/conf/env-prefix.yml 
    2628t/conf/env.yml 
    2729t/conf/myapp.yml 
     30t/conf/myapp_boin.yaml 
    2831t/conf/myapp_boin.yml 
    2932t/conf/myapp_local.yml 
    3033t/conf/myapp_oppai.yml 
    3134t/conf/never_load.yml 
     35t/conf/unicode.yml 
     36t/conf/unicode_hogera.yml 
    3237t/conf/web_myapp.yml 
    3338t/conf/web_myapp_cat.yml 
    3439t/conf/web_myapp_dog.yml 
    3540t/conf/web_myapp_local.yml 
    36 t/pod-coverage.t 
    37 t/pod.t 
    38 t/spelling.t 
     41xt/pod-coverage.t 
     42xt/pod.t 
     43xt/spelling.t 
  • lang/perl/Config-Multi/trunk/Makefile.PL

    r19819 r22519  
    77all_from 'lib/Config/Multi.pm'; 
    88requires 'Test::Base'            => 0; 
    9 requires 'Test::Spelling'        => 0; 
    109requires 'DirHandle'             => 0; 
    1110requires 'Config::Any'           => 0; 
     
    1413recommends 'Test::Pod::Coverage' => 0; 
    1514recommends 'Test::Pod'           => 0; 
     15recommends 'Test::Spelling'      => 0; 
    1616 
    1717license 'perl'; 
  • lang/perl/Config-Multi/trunk/lib/Config/Multi.pm

    r19819 r22519  
    1010use base qw/Class::Accessor/; 
    1111 
    12 our $VERSION = '0.04'; 
     12our $VERSION = '0.05'; 
    1313 
    1414__PACKAGE__->mk_accessors(qw/app_name prefix dir files extension unicode/); 
     
    101101    while ( my $file = $dh->read() ) { 
    102102        next if $file =~ /local\.$extension$/; 
    103         if (   $file =~ /^$label\.yml$/ 
     103        if (   $file =~ /^$label\.$extension$/ 
    104104            || $file =~ /^$label\_(\w+)\.$extension$/ ) 
    105105        { 
  • lang/perl/Config-Multi/trunk/xt/spelling.t

    r11913 r22519  
    2929yaml 
    3030vkgtaro 
     31UTF 
     32unicode