Changeset 522
- Timestamp:
- 08/04/10 22:21:06 (18 months ago)
- Location:
- wiki-toolkit/trunk
- Files:
-
- 4 modified
-
Changes (modified) (1 diff)
-
Makefile.PL (modified) (1 diff)
-
lib/Wiki/Toolkit/TestLib.pm (modified) (1 diff)
-
t/400_upgrade.t (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wiki-toolkit/trunk/Changes
r521 r522 1 1 0.79 2 2 Fix Win32 test failure http://www.cpantesters.org/cpan/report/8099980 3 (thanks to Alexandr Ciornii for the patch) 3 Declare minimum required Perl version 4 (thanks to Alexandr Ciornii for the patches) 4 5 5 6 0.78 16 December 2009 -
wiki-toolkit/trunk/Makefile.PL
r439 r522 1 use strict; 2 use 5.006; #by perlver 1 3 use ExtUtils::MakeMaker; 2 4 use Data::Dumper; 3 use strict;4 5 5 6 # Large chunks of this were inspired by the Makefile.PL supplied with -
wiki-toolkit/trunk/lib/Wiki/Toolkit/TestLib.pm
r448 r522 1 1 package Wiki::Toolkit::TestLib; 2 2 3 use 5.006; #by perlver 3 4 use strict; 4 5 use Carp "croak"; -
wiki-toolkit/trunk/t/400_upgrade.t
r479 r522 1 use 5.006; 1 2 use strict; 2 3 use warnings;
