Changeset 20922

Show
Ignore:
Timestamp:
10/07/08 20:12:08 (3 months ago)
Author:
yappo
Message:

lang/perl/Module-Setup: Checking in changes prior to tagging of version 0.03. Changelog diff is:

=== Changes
==================================================================
--- Changes (revision 21506)
+++ Changes (local)
@@ -1,5 +1,12 @@

Revision history for Perl extension Module::Setup


+0.03 2008-10-07T20:01:05+09:00
+ - add flavor select option (core)
+ - add dependence to Module::Install::AuthorTests? for Flavor::Default franck++
+ - add tests
+ - fixed spell test in Flavor::Default
+ - fixed Makefile.PL is ignored in .gitignore (Plugin::VC::Git)
+

0.02 2008-10-02T11:34:28+09:00

  • 0.01 is broken code
    dependence Module::Collect 0.04
Location:
lang/perl/Module-Setup/trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • lang/perl/Module-Setup/trunk/Changes

    r20466 r20922  
    11Revision history for Perl extension Module::Setup 
     2 
     30.03    2008-10-07T20:01:05+09:00 
     4        - add flavor select option (core) 
     5        - add dependence to Module::Install::AuthorTests for Flavor::Default franck++ 
     6        - add tests 
     7        - fixed spell test in Flavor::Default 
     8        - fixed Makefile.PL is ignored in .gitignore (Plugin::VC::Git) 
    29 
    3100.02    2008-10-02T11:34:28+09:00 
  • lang/perl/Module-Setup/trunk/lib/Module/Setup.pm

    r20920 r20922  
    33use strict; 
    44use warnings; 
    5 our $VERSION = '0.02'; 
     5our $VERSION = '0.03'; 
    66 
    77use Carp ();