Changeset 5537 for lang/perl/Archer
- Timestamp:
- 01/26/08 18:18:25 (10 months ago)
- Files:
-
- 1 modified
-
lang/perl/Archer/trunk/t/01_simple.t (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lang/perl/Archer/trunk/t/01_simple.t
r3879 r5537 1 1 use strict; 2 2 use warnings; 3 use Test::More tests => 1;3 use Test::More; 4 4 5 5 eval "use IO::Scalar;"; 6 6 plan skip_all => 'this test requires IO::Scalar' if $@; 7 8 plan tests => 1; 7 9 8 10 use Archer;
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)