[Bps-public-commit] r14950 - Prophet/trunk

sartak at bestpractical.com sartak at bestpractical.com
Sat Aug 9 13:30:42 EDT 2008


Author: sartak
Date: Sat Aug  9 13:30:42 2008
New Revision: 14950

Modified:
   Prophet/trunk/   (props changed)
   Prophet/trunk/Makefile.PL

Log:
 r69016 at onn:  sartak | 2008-08-09 13:30:37 -0400
 Make Net::Bonjour an optional dep


Modified: Prophet/trunk/Makefile.PL
==============================================================================
--- Prophet/trunk/Makefile.PL	(original)
+++ Prophet/trunk/Makefile.PL	Sat Aug  9 13:30:42 2008
@@ -23,13 +23,12 @@
 requires('MooseX::AttributeHelpers' => '0.12');
 requires('MooseX::ClassAttribute' => '0.04');
 requires('XML::Atom::SimpleFeed');
-requires('Net::Bonjour');
+
 features(
     'Web server' => [
         -default => 1,
         'HTTP::Server::Simple', # HTTP::Server::Simple::CGI
         'Test::WWW::Mechanize' => '1.16',
-        'HTTP::Server::Simple::Bonjour'
     ],
 
     'HTML display' => [
@@ -52,6 +51,12 @@
 #        -default => 0,
 #        'Devel::Gladiator'
 #    ],
+    'Bonjour support' => [
+        -default => 0,
+        'Net::Bonjour',
+        'HTTP::Server::Simple::Bonjour',
+    ],
+
 );
 
 all_from('lib/Prophet.pm');



More information about the Bps-public-commit mailing list