/[Frey]/branches/zimbardo/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/zimbardo/Makefile.PL

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

revision 484 by dpavlin, Mon Nov 24 14:28:43 2008 UTC revision 912 by dpavlin, Sat Jan 3 22:26:44 2009 UTC
# Line 24  requires       'MooseX::Log::Log4perl'; Line 24  requires       'MooseX::Log::Log4perl';
24  requires        'HTML::TreeBuilder';    # Frey::HTML  requires        'HTML::TreeBuilder';    # Frey::HTML
25  requires        'Hash::Merge';  requires        'Hash::Merge';
26  requires        'Clone';  requires        'Clone';
27    requires        'File::Tee';
28    requires        'DateTimeX::Easy'; # Frey::SVN
29    requires        'Imager'; # Frey::Web::CombineImages
30    
31  features(  features(
32          'Continuity server' => [          'Continuity server (see FIXME)' => [
33                  -default => 1,                  -default => 0,
34                  'Continuity',                  'Continuity',
35                  #'Continuity::REPL',                  #'Continuity::REPL',
36                  'Coro::Generator',                  'Coro::Generator',
37          ],          ],
38          'Mojo server' => [          'Mojo server' => [
39                  -default => 0,                  -default => 1,
40                  'Mojo' => 0.8,                  'Mojo' => 0.9,
41          ],          ],
42          'HTTP::Engine server' => [          'HTTP::Engine server (see FIXME)' => [
43                  -default => 0,                  -default => 0,
44                  'HTTP::Engine' => '0.0.17',                  'HTTP::Engine' => '0.0.17',
45                  'HTTPx::Dispatcher',                  'HTTPx::Dispatcher',
46          ],          ],
47          'Development (optional)' => [          'Development (optional)' => [
48                  -default => 1,                  -default => 1,
49                  'Module::Reload',  #               'Module::Reload',
50  #               'Carp::REPL',   # XXX breaks error reporting  #               'Carp::REPL',   # XXX breaks error reporting
51                  'Test::HTML::Lint',                  'Test::HTML::Lint',
52                  'Test::WWW::Mechanize',                  'Test::WWW::Mechanize',
# Line 52  features( Line 55  features(
55                  'PPI',                  'PPI',
56                  'PPI::HTML',                  'PPI::HTML',
57          ],          ],
58            'Profile (optional even for development)' => [
59                    -default => 0,
60                    'Devel::NYTProf',
61            ],
62          'Frey::JSON' => [          'Frey::JSON' => [
63                  'JSON' => 2.0,                  'JSON' => 2.0,
64          ],          ],
# Line 78  features( Line 85  features(
85          ],          ],
86          'Frey::Test::Runner HTML reporting' => [          'Frey::Test::Runner HTML reporting' => [
87                  -default => 0,                  -default => 0,
88                  'Test::Harness' => 3.14,                  #'Test::Harness' => 3.14, # XXX this doesn't seem to work
89                  'TAP::Formatter::HTML' => 0.06,                  'TAP::Formatter::HTML' => 0.06,
90          ],          ],
91            'Frey::OpenSearch' => [
92                    -default => 1,
93                    'MIME::Base64',
94            ],
95            'Frey::File::FLV and Frey::Web::FLVPlayer (flash video support)' => [
96                    -default => 1,
97                    'FLV::Info',
98                    'Video::Subtitle::SRT',
99            ],
100            'Frey::Cairo (telop support)' => [
101                    -default => 1,
102                    'Cairo',
103                    'Font::FreeType',
104            ],
105          'CouchDB' => [          'CouchDB' => [
106                  -default => 0,                  -default => 0,
107                  'CouchDB::Client',                  'CouchDB::Client',

Legend:
Removed from v.484  
changed lines
  Added in v.912

  ViewVC Help
Powered by ViewVC 1.1.26