Changeset 15060 for lang/perl/Test-Classy
- Timestamp:
- 07/02/08 23:50:11 (5 years ago)
- Location:
- lang/perl/Test-Classy/trunk
- Files:
-
- 4 modified
-
Changes (modified) (1 diff)
-
Makefile.PL (modified) (1 diff)
-
lib/Test/Classy.pm (modified) (1 diff)
-
lib/Test/Classy/Base.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lang/perl/Test-Classy/trunk/Changes
r14993 r15060 1 1 Revision history for Test-Classy 2 3 0.02 not yet released 4 - requires perl 5.8.1 as 5.6.2 can't localize through a reference. 5 - fixed a syntax error in the Base synopsis 2 6 3 7 0.01 2008/07/01 -
lang/perl/Test-Classy/trunk/Makefile.PL
r14993 r15060 1 use 5.008001; 1 2 use strict; 2 3 use warnings; -
lang/perl/Test-Classy/trunk/lib/Test/Classy.pm
r14993 r15060 6 6 use Sub::Install qw( install_sub ); 7 7 8 our $VERSION = '0.0 1';8 our $VERSION = '0.02'; 9 9 10 10 my @tests; -
lang/perl/Test-Classy/trunk/lib/Test/Classy/Base.pm
r15002 r15060 153 153 TODO: { 154 154 no strict 'refs'; 155 local ${"$class\::TODO"} = $reason; 155 local ${"$class\::TODO"} = $reason; # perl 5.6.2 hates this 156 156 $test->{code}($class, @args); 157 157 }
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)