Changeset 3729 for lang/perl/Archer

Show
Ignore:
Timestamp:
12/28/07 15:23:17 (11 months ago)
Author:
tokuhirom
Message:

Checking in changes prior to tagging of version 0.02. Changelog diff is:

=== Changes
==================================================================
--- Changes (revision 5567)
+++ Changes (local)
@@ -1,5 +1,9 @@

Revision history for Archer


-0.0.1 Fri Oct 6 12:38:02 2006
+0.02
+
+ - initial cpan release.
+
+0.01 Fri Oct 6 12:38:02 2006

Initial release.


Location:
lang/perl/Archer/trunk
Files:
1 added
3 modified

Legend:

Unmodified
Added
Removed
  • lang/perl/Archer/trunk/Changes

    r3710 r3729  
    11Revision history for Archer 
    22 
    3 0.0.1  Fri Oct  6 12:38:02 2006 
     30.02 
     4 
     5    - initial cpan release. 
     6 
     70.01  Fri Oct  6 12:38:02 2006 
    48       Initial release. 
    59 
  • lang/perl/Archer/trunk/MANIFEST

    r3710 r3729  
     1.shipit 
    12archer.pl 
     3assets/kwalify/schema.yaml 
     4assets/recipe/Deploy 
    25AUTHORS 
    3 Build.PL 
    46Changes 
    57examples/config.yaml 
     
    911inc/Module/Install/AutoInstall.pm 
    1012inc/Module/Install/Base.pm 
    11 inc/Module/Install/Build.pm 
    1213inc/Module/Install/Can.pm 
    1314inc/Module/Install/Fetch.pm 
     
    4445README 
    4546t/00.load.t 
     47t/01_simple.t 
     48t/01_simple.yaml 
    4649t/perlcritic.t 
     50t/Plugin/Dummy.pm 
    4751t/pod.t 
  • lang/perl/Archer/trunk/lib/Archer.pm

    r3725 r3729  
    77use UNIVERSAL::require; 
    88 
    9 our $VERSION = 0.01; 
     9our $VERSION = '0.02'; 
    1010 
    1111my $context;