Changeset 14901 for lang/perl/Archer

Show
Ignore:
Timestamp:
06/30/08 12:25:54 (5 months ago)
Author:
tokuhirom
Message:

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

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

Revision history for Archer


+0.05
+
+ - Plugin::Flock: added
+ - Plugin::Confirm: support timeout
+ - Plugin::Exec::Remote: do not use sudo when does not specify user name in configuration(by mizzy++)
+ - fixed some test problem.
+

0.04


  • fixed test script.
Location:
lang/perl/Archer/trunk
Files:
4 modified

Legend:

Unmodified
Added
Removed
  • lang/perl/Archer/trunk

    • Property svn:ignore
      •  

        old new  
         1MANIFEST.bak 
         2META.yml 
        13Makefile 
        24Makefile.old 
         
        46inc 
        57pm_to_blib 
        6 META.yml 
  • lang/perl/Archer/trunk/Changes

    r5538 r14901  
    11Revision history for Archer 
     2 
     30.05 
     4 
     5    - Plugin::Flock: added 
     6    - Plugin::Confirm: support timeout 
     7    - Plugin::Exec::Remote: do not use sudo when does not specify user name in configuration(by mizzy++) 
     8    - fixed some test problem. 
    29 
    3100.04 
  • lang/perl/Archer/trunk/MANIFEST

    r3879 r14901  
    77examples/config.yaml 
    88examples/test.yaml 
    9 inc/Module/AutoInstall.pm 
    109inc/Module/Install.pm 
    11 inc/Module/Install/AutoInstall.pm 
     10inc/Module/Install/AuthorTests.pm 
    1211inc/Module/Install/Base.pm 
    1312inc/Module/Install/Can.pm 
     
    1918inc/Module/Install/Win32.pm 
    2019inc/Module/Install/WriteAll.pm 
    21 inc/Module/Install/Scripts.pm 
    2220inc/Spiffy.pm 
    2321inc/Test/Base.pm 
     
    3432lib/Archer/Plugin/Exec/Local.pm 
    3533lib/Archer/Plugin/Exec/Remote.pm 
     34lib/Archer/Plugin/Flock.pm 
    3635lib/Archer/Plugin/MySQLDiff/Sledge.pm 
    3736lib/Archer/Plugin/Rsync.pm 
     
    4241lib/Archer/Shell.pm 
    4342Makefile.PL 
    44 MANIFEST 
    45 META.yml                        # Will be created by "make dist" 
     43MANIFEST                        This list of files 
     44META.yml 
    4645README 
    4746t/00.load.t 
    4847t/01_simple.t 
    4948t/01_simple.yaml 
    50 t/perlcritic.t 
    5149t/Plugin/Dummy.pm 
    5250t/pod.t 
     51xt/perlcritic.t 
  • lang/perl/Archer/trunk/lib/Archer.pm

    r5538 r14901  
    77use UNIVERSAL::require; 
    88 
    9 our $VERSION = '0.04'; 
     9our $VERSION = '0.05'; 
    1010 
    1111my $context;