/[Frey]/branches/no-pager/Makefile.PL
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /branches/no-pager/Makefile.PL

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 532 by dpavlin, Wed Nov 26 07:57:12 2008 UTC revision 633 by dpavlin, Sun Nov 30 01:46:13 2008 UTC
# Line 27  requires       'Clone'; Line 27  requires       'Clone';
27  requires        'File::Tee';  requires        'File::Tee';
28    
29  features(  features(
30          'Continuity server' => [          'Continuity server (see FIXME)' => [
31                  -default => 1,                  -default => 0,
32                  'Continuity',                  'Continuity',
33                  #'Continuity::REPL',                  #'Continuity::REPL',
34                  'Coro::Generator',                  'Coro::Generator',
35          ],          ],
36          'Mojo server' => [          'Mojo server' => [
37                  -default => 0,                  -default => 1,
38                  'Mojo' => 0.8,                  'Mojo' => 0.8,
39          ],          ],
40          'HTTP::Engine server' => [          'HTTP::Engine server (see FIXME)' => [
41                  -default => 0,                  -default => 0,
42                  'HTTP::Engine' => '0.0.17',                  'HTTP::Engine' => '0.0.17',
43                  'HTTPx::Dispatcher',                  'HTTPx::Dispatcher',
# Line 79  features( Line 79  features(
79          ],          ],
80          'Frey::Test::Runner HTML reporting' => [          'Frey::Test::Runner HTML reporting' => [
81                  -default => 0,                  -default => 0,
82                  'Test::Harness' => 3.14,                  #'Test::Harness' => 3.14, # XXX this doesn't seem to work
83                  'TAP::Formatter::HTML' => 0.06,                  'TAP::Formatter::HTML' => 0.06,
84          ],          ],
85          'CouchDB' => [          'CouchDB' => [

Legend:
Removed from v.532  
changed lines
  Added in v.633

  ViewVC Help
Powered by ViewVC 1.1.26