Changeset 4279

Show
Ignore:
Timestamp:
01/09/08 19:07:39 (5 years ago)
Author:
cho45
Message:

lang/perl/Config-Pit/trunk/Rakefile,
lang/perl/Config-Pit/trunk/ChangeLog,
lang/perl/Config-Pit/trunk/Changes,
lang/perl/Config-Pit/trunk/.shipit:

Write Changes by hand.

Location:
lang/perl/Config-Pit/trunk
Files:
2 modified
1 moved

Legend:

Unmodified
Added
Removed
  • lang/perl/Config-Pit/trunk/.shipit

    r4278 r4279  
    1 steps = FindVersion, ChangeVersion, DistTest, Commit, Tag, MakeDist, UploadCPAN 
     1steps = FindVersion, ChangeVersion, CheckChangeLog, DistTest, Commit, Tag, MakeDist, UploadCPAN 
    22 
  • lang/perl/Config-Pit/trunk/Changes

    r4278 r4279  
    1 2008-01-09  cho45 
     12008-01-09  SATOH Hiroh <cho45@lowreal.net> 
    22 
    33        * Release 0.01 
    44 
    5 2008-01-09  cho45 
    6  
    7         * [r4277] ChangeLog, Changes: 
    8            
    9           rename to ChangeLog 
    10  
    11         * [r4275] t/97_podspell.t: 
    12            
    13           Append podspell test 
    14  
    15         * [r4274] lib/Config/Pit.pm: 
    16            
    17           use example.com instead of twitter.com 
    18  
    19         * [r4267] MANIFEST.SKIP, Rakefile: 
    20            
    21           Update around MANIFEST. 
    22  
    23         * [r4265] .: 
    24            
    25           ignore 
    26  
    27         * [r4264] ., Rakefile: 
    28            
    29           Append release task 
    30  
    31         * [r4261] .shipit: 
    32            
    33           Re-add .shipit. First thing I know it was removed.. 
    34  
    35         * [r4260] bin/ppit, lib/Config/Pit.pm: 
    36            
    37           Fix POD link 
    38  
    39         * [r4259] bin/ppit: 
    40            
    41           Don't output data when stdout is tty. 
    42  
    43 2008-01-08  cho45 
    44  
    45         * [r4243] lib/Config/Pit.pm, t/01_basic.t: 
    46            
    47           Append switch tests. 
    48  
    49         * [r4238] t/01_basic.t: 
    50            
    51           Append tests about $EDITOR 
    52  
    53         * [r4231] Rakefile: 
    54            
    55           Remove uninstall task because it is depricated. 
    56  
    57         * [r4229] t/02_interoperability.t: 
    58            
    59           Fix test. 
    60  
    61         * [r4228] Makefile.PL, t/01_basic.t, t/02_interoperability.t: 
    62            
    63           Append interoperability test. 
    64           Update for use YAML::Syck; 
    65  
    66         * [r4227] lib/Config/Pit.pm: 
    67            
    68           Use YAML::Syck for interoperability with ruby. 
    69           $YAML::Syck::ImplicitTyping = 1; # load 
    70           $YAML::Syck::SingleQuote = 1; # treating string leading zero like 
    71           octal number. 
    72  
    73         * [r4226] Makefile.PL, lib/Config/Pit.pm: 
    74            
    75           Use YAML::XS for treating octal numbers. 
    76           YAML::XS::Load(YAML::XS::Dump({foo=>"0100"})); works fine. 
    77  
    78         * [r4225] Makefile.PL, Rakefile: 
    79            
    80           Specify bin/ppit as install_script 
    81           Update Rakefile 
    82  
    83         * [r4224] lib/Config/Pit.pm: 
    84            
    85           Change aliasing method 
    86           (better? but i don't know difference.) 
    87  
    88         * [r4223] lib/Config/Pit.pm, t/01_basic.t: 
    89            
    90           Append exported function 'pit_get' 
    91  
    92 2008-01-08  yappo 
    93  
    94         * [r4220] bin/ppit: 
    95            
    96           < tokuhirom> \&pod2usage でいけるんじゃね 
    97  
    98         * [r4218] bin/ppit: 
    99            
    100           code golf nized 
    101  
    102 2008-01-08  cho45 
    103  
    104         * [r4217] lib/Config/Pit.pm: 
    105            
    106           Fix set bug: removing setting as no changes. 
    107  
    108 2008-01-08  yappo 
    109  
    110         * [r4216] bin/ppit: 
    111            
    112           oops 
    113  
    114         * [r4215] bin/ppit: 
    115            
    116           hentainized 
    117  
    118 2008-01-08  cho45 
    119  
    120         * [r4214] bin/ppit, lib/Config/Pit.pm: 
    121            
    122           Implement set sub routine 
    123  
    124 2008-01-08  yappo 
    125  
    126         * [r4212] bin/ppit: 
    127            
    128           fixed UUV warning 
    129  
    130         * [r4211] bin, bin/ppit: 
    131            
    132           add ppit command 
    133  
    134 2008-01-08  cho45 
    135  
    136         * [r4209] t/01_basic.t: 
    137            
    138           add tests 
    139  
    140         * [r4208] ., META.yml, Makefile.PL, lib/Config/Pit.pm: 
    141            
    142           * use Path::Class insted of File::Util 
    143           * remove META.yml and set svn:ignore 
    144  
    145         * [r4207] lib/Config/Pit.pm: 
    146            
    147           update doc 
    148  
    149         * [r4206] lib/Config/Pit.pm: 
    150            
    151           update doc 
    152  
    153 2008-01-08  tokuhirom 
    154  
    155         * [r4205] Makefile.PL: 
    156            
    157           fix PREREQs. 
    158  
    159         * [r4204] Makefile.PL: 
    160            
    161           fix PREREQ. 
    162  
    163 2008-01-08  cho45 
    164  
    165         * [r4203] ., Makefile.old: 
    166            
    167           remove unnecessary file and ignore it 
    168  
    169         * [r4202] ., Changes, MANIFEST.SKIP, META.yml, Makefile.PL, 
    170           Makefile.old, README, Rakefile, lib, lib/Config, 
    171           lib/Config/Pit.pm, t, t/00_compile.t, t/01_basic.t, 
    172           t/98_perlcritic.t, t/99_pod.t, t/perlcriticrc: 
    173            
    174           import 
    175  
  • lang/perl/Config-Pit/trunk/Rakefile

    r4267 r4279  
    4141        }.and {} 
    4242        s.Step.new { 
    43                 raise "svn2cl.sh is not found" unless system("svn2cl.sh", "--version") 
    44         }.and { 
    45                 system("svn2cl.sh --break-before-msg=2 --group-by-day  --include-rev --separate-daylogs") 
    46         } 
    47         s.Step.new { 
    4843                system "shipit", "-n" 
    4944                print "Check dry-run result and press Any Key to continue (or cancel by Ctrl-C)."