Changeset 8465 for lang/perl/Test-Declare
- Timestamp:
- 03/28/08 14:14:26 (5 years ago)
- Location:
- lang/perl/Test-Declare
- Files:
-
- 3 added
- 3 modified
-
MANIFEST (modified) (1 diff)
-
lib/Test/Declare.pm (modified) (2 diffs)
-
t/00_compile.t (modified) (1 diff)
-
t/01_base.t (added)
-
t/02_test_more.t (added)
-
t/03_test_exception.t (added)
Legend:
- Unmodified
- Added
- Removed
-
lang/perl/Test-Declare/MANIFEST
r8439 r8465 23 23 README 24 24 t/00_compile.t 25 t/01_base.t 26 t/02_test_more.t 27 t/03_test_exception.t 25 28 t/pod.t -
lang/perl/Test-Declare/lib/Test/Declare.pm
r8439 r8465 30 30 init cleanup run test describe 31 31 is_deeply_array 32 dies_ok 32 dies_ok throws_ok 33 33 is is_deeply like 34 34 isa_ok … … 84 84 my ($actual, $expected, $name) = @_; 85 85 my $test_more_code = "Test\::More"->can($sub); 86 &$test_more_code( $actual, $expected, $name||$test_block_name);86 goto $test_more_code, $actual, $expected, $name||$test_block_name; 87 87 } 88 88 } -
lang/perl/Test-Declare/t/00_compile.t
r8439 r8465 1 use strict;2 use Test::Moretests => 1;1 use Test::Declare; 2 plan tests => 1; 3 3 4 BEGIN { use_ok 'Test::Declare' } 4 pass 'Test::Declare compiles';
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)