Changeset 22519 for lang/perl/Config-Multi
- Timestamp:
- 11/01/08 20:09:42 (5 years ago)
- Location:
- lang/perl/Config-Multi/trunk
- Files:
-
- 1 added
- 4 modified
- 3 moved
-
Changes (modified) (1 diff)
-
MANIFEST (modified) (2 diffs)
-
Makefile.PL (modified) (2 diffs)
-
lib/Config/Multi.pm (modified) (2 diffs)
-
xt (added)
-
xt/pod-coverage.t (moved) (moved from lang/perl/Config-Multi/trunk/t/pod-coverage.t)
-
xt/pod.t (moved) (moved from lang/perl/Config-Multi/trunk/t/pod.t)
-
xt/spelling.t (moved) (moved from lang/perl/Config-Multi/trunk/t/spelling.t) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lang/perl/Config-Multi/trunk/Changes
r19195 r22519 3 3 0.05 2008-09-11/21:00 4 4 - add unicode option. unicode => 1. 5 - fix bug. remove hard coded extension 'yml' , use $extension valiable instead. 5 6 6 7 0.04 2008-05-18/19:20 -
lang/perl/Config-Multi/trunk/MANIFEST
r11711 r22519 13 13 lib/Config/Multi.pm 14 14 Makefile.PL 15 MANIFEST 16 META.yml # Will be created by "make dist"15 MANIFEST This list of files 16 META.yml 17 17 README 18 18 t/00-load.t … … 22 22 t/04-env.t 23 23 t/05-no-prefix.t 24 t/06-extension.t 25 t/07-unicode-option.t 24 26 t/boilerplate.t 25 27 t/conf/env-prefix.yml 26 28 t/conf/env.yml 27 29 t/conf/myapp.yml 30 t/conf/myapp_boin.yaml 28 31 t/conf/myapp_boin.yml 29 32 t/conf/myapp_local.yml 30 33 t/conf/myapp_oppai.yml 31 34 t/conf/never_load.yml 35 t/conf/unicode.yml 36 t/conf/unicode_hogera.yml 32 37 t/conf/web_myapp.yml 33 38 t/conf/web_myapp_cat.yml 34 39 t/conf/web_myapp_dog.yml 35 40 t/conf/web_myapp_local.yml 36 t/pod-coverage.t37 t/pod.t38 t/spelling.t41 xt/pod-coverage.t 42 xt/pod.t 43 xt/spelling.t -
lang/perl/Config-Multi/trunk/Makefile.PL
r19819 r22519 7 7 all_from 'lib/Config/Multi.pm'; 8 8 requires 'Test::Base' => 0; 9 requires 'Test::Spelling' => 0;10 9 requires 'DirHandle' => 0; 11 10 requires 'Config::Any' => 0; … … 14 13 recommends 'Test::Pod::Coverage' => 0; 15 14 recommends 'Test::Pod' => 0; 15 recommends 'Test::Spelling' => 0; 16 16 17 17 license 'perl'; -
lang/perl/Config-Multi/trunk/lib/Config/Multi.pm
r19819 r22519 10 10 use base qw/Class::Accessor/; 11 11 12 our $VERSION = '0.0 4';12 our $VERSION = '0.05'; 13 13 14 14 __PACKAGE__->mk_accessors(qw/app_name prefix dir files extension unicode/); … … 101 101 while ( my $file = $dh->read() ) { 102 102 next if $file =~ /local\.$extension$/; 103 if ( $file =~ /^$label\. yml$/103 if ( $file =~ /^$label\.$extension$/ 104 104 || $file =~ /^$label\_(\w+)\.$extension$/ ) 105 105 { -
lang/perl/Config-Multi/trunk/xt/spelling.t
r11913 r22519 29 29 yaml 30 30 vkgtaro 31 UTF 32 unicode
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)