Changeset 14901 for lang/perl/Archer
- Timestamp:
- 06/30/08 12:25:54 (5 months ago)
- Location:
- lang/perl/Archer/trunk
- Files:
-
- 4 modified
Legend:
- Unmodified
- Added
- Removed
-
lang/perl/Archer/trunk
- Property svn:ignore
-
lang/perl/Archer/trunk/Changes
r5538 r14901 1 1 Revision history for Archer 2 3 0.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. 2 9 3 10 0.04 -
lang/perl/Archer/trunk/MANIFEST
r3879 r14901 7 7 examples/config.yaml 8 8 examples/test.yaml 9 inc/Module/AutoInstall.pm10 9 inc/Module/Install.pm 11 inc/Module/Install/Aut oInstall.pm10 inc/Module/Install/AuthorTests.pm 12 11 inc/Module/Install/Base.pm 13 12 inc/Module/Install/Can.pm … … 19 18 inc/Module/Install/Win32.pm 20 19 inc/Module/Install/WriteAll.pm 21 inc/Module/Install/Scripts.pm22 20 inc/Spiffy.pm 23 21 inc/Test/Base.pm … … 34 32 lib/Archer/Plugin/Exec/Local.pm 35 33 lib/Archer/Plugin/Exec/Remote.pm 34 lib/Archer/Plugin/Flock.pm 36 35 lib/Archer/Plugin/MySQLDiff/Sledge.pm 37 36 lib/Archer/Plugin/Rsync.pm … … 42 41 lib/Archer/Shell.pm 43 42 Makefile.PL 44 MANIFEST 45 META.yml # Will be created by "make dist"43 MANIFEST This list of files 44 META.yml 46 45 README 47 46 t/00.load.t 48 47 t/01_simple.t 49 48 t/01_simple.yaml 50 t/perlcritic.t51 49 t/Plugin/Dummy.pm 52 50 t/pod.t 51 xt/perlcritic.t -
lang/perl/Archer/trunk/lib/Archer.pm
r5538 r14901 7 7 use UNIVERSAL::require; 8 8 9 our $VERSION = '0.0 4';9 our $VERSION = '0.05'; 10 10 11 11 my $context;
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)