Changeset 10866
- Timestamp:
- 05/01/08 13:00:51 (5 years ago)
- Files:
-
- 1 modified
-
lang/perl/HTTP-Engine/branches/moose/Makefile.PL (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lang/perl/HTTP-Engine/branches/moose/Makefile.PL
r10842 r10866 2 2 name 'HTTP-Engine'; 3 3 all_from 'lib/HTTP/Engine.pm'; 4 5 { 6 no warnings 'redefine'; 7 if ($Module::Install::VERSION > 0.70) { 8 *recommends_hack = sub { $_[0] } 9 } else { 10 *recommends_hack = \&recommends; 11 } 12 } 13 4 14 5 15 requires 'Class::Accessor::Fast'; … … 20 30 'Interface::FCGI' => [ 21 31 -default => 0, 22 recommends ('FCGI'),32 recommends_hack('FCGI'), 23 33 ], 24 34 25 35 'Interface::ServerSimple' => [ 26 36 -default => 0, 27 recommends ('HTTP::Server::Simple'),37 recommends_hack('HTTP::Server::Simple'), 28 38 ], 29 39 30 40 'Interface::Standalone' => [ 31 41 -default => 0, 32 recommends ('Errno'),42 recommends_hack('Errno'), 33 43 ], 34 44 35 45 'Interface::Test' => [ 36 46 -default => 0, 37 recommends ('HTTP::Request::AsCGI'),47 recommends_hack('HTTP::Request::AsCGI'), 38 48 ], 39 49 40 50 'ModuleReload' => [ 41 51 -default => 0, 42 recommends ('Module::Reload'),52 recommends_hack('Module::Reload'), 43 53 ], 44 54 45 55 'DebugScreen' => [ 46 56 -default => 0, 47 recommends ('Carp::Always'),57 recommends_hack('Carp::Always'), 48 58 ], 49 59 ); 50 60 61 # 62 # 'Interface::Standalone' => [ 63 # -default => 0, 64 # recommends_hack('Errno'), 65 # ], 66 # 67 # 'Interface::Test' => [ 68 # -default => 0, 69 # recommends_hack('HTTP::Request::AsCGI'), 70 # ], 71 # 72 # 'ModuleReload' => [ 73 # -default => 0, 74 # recommends_hack('Module::Reload'), 75 # ], 76 # 77 # 'DebugScreen' => [ 78 # -default => 0, 79 # recommends_hack('Carp::Always'), 80 # ], 81 #); 82 # 51 83 build_requires 'Test::More'; 52 84 use_test_base;
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)