Changeset 13911 for lang/perl/Moxy
- Timestamp:
- 06/14/08 15:35:09 (5 years ago)
- Location:
- lang/perl/Moxy/branches/hsw
- Files:
-
- 1 added
- 1 modified
- 3 moved
-
Makefile.PL (modified) (2 diffs)
-
xt (added)
-
xt/98_perlcritic.t (moved) (moved from lang/perl/Moxy/branches/hsw/t/98_perlcritic.t)
-
xt/pod.t (moved) (moved from lang/perl/Moxy/branches/hsw/t/pod.t)
-
xt/spelling.t (moved) (moved from lang/perl/Moxy/branches/hsw/t/spelling.t)
Legend:
- Unmodified
- Added
- Removed
-
lang/perl/Moxy/branches/hsw/Makefile.PL
r13910 r13911 2 2 use warnings; 3 3 use inc::Module::Install; 4 5 { 6 no warnings 'redefine'; 7 *recommends_hack = $Module::Install::VERSION > 0.70 ? 8 sub { recommends(@_); $_[0] } : 9 \&recommends; 10 } 4 11 5 12 name("Moxy"); … … 28 35 'Better Encoding detection' => [ 29 36 -default => 0, 30 recommends ('Encode::Detect', 1.0),37 recommends_hack('Encode::Detect', 1.0), 31 38 ], 32 39 'POD Testing' => [ 33 40 -default => 0, 34 recommends ('Test::Pod'),35 recommends ('Test::Pod::Coverage'),41 recommends_hack('Test::Pod'), 42 recommends_hack('Test::Pod::Coverage'), 36 43 ], 37 44 ); 38 45 39 46 tests 't/*.t t/*/*.t t/*/*/*.t'; 47 48 author_tests 'xt'; 40 49 41 50 auto_include;
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)