Changeset 4919 for lang/perl/Archer
- Timestamp:
- 01/19/08 05:07:46 (10 months ago)
- Location:
- lang/perl/Archer/tags/0.03
- Files:
-
- 5 modified
-
Changes (modified) (1 diff)
-
MANIFEST (modified) (1 diff)
-
Makefile.PL (modified) (1 diff)
-
lib/Archer.pm (modified) (1 diff)
-
t/01_simple.t (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lang/perl/Archer/tags/0.03/Changes
r4908 r4919 1 1 Revision history for Archer 2 3 0.03 4 5 - fixed test. 6 - no feature changes. 2 7 3 8 0.02 -
lang/perl/Archer/tags/0.03/MANIFEST
r4908 r4919 19 19 inc/Module/Install/Win32.pm 20 20 inc/Module/Install/WriteAll.pm 21 inc/Module/Install/Scripts.pm 21 22 inc/Spiffy.pm 22 23 inc/Test/Base.pm -
lang/perl/Archer/tags/0.03/Makefile.PL
r4908 r4919 45 45 46 46 use_test_base; 47 48 install_script('archer.pl'); 49 47 50 auto_install; 48 51 WriteAll; -
lang/perl/Archer/tags/0.03/lib/Archer.pm
r4908 r4919 7 7 use UNIVERSAL::require; 8 8 9 our $VERSION = '0.0 2';9 our $VERSION = '0.03'; 10 10 11 11 my $context; -
lang/perl/Archer/tags/0.03/t/01_simple.t
r4908 r4919 2 2 use warnings; 3 3 use Test::More tests => 1; 4 5 eval "use IO::Scalar;"; 6 plan skip_all => 'this test requires IO::Scalar' if $@; 7 4 8 use Archer; 5 use IO::Scalar;6 9 use FindBin; 7 10
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)