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

jesse at bestpractical.com jesse at bestpractical.com
Wed Oct 22 16:27:24 EDT 2008


Author: jesse
Date: Wed Oct 22 16:27:24 2008
New Revision: 16505

Modified:
   Prophet/trunk/Makefile.PL

Log:
* Added deps to makefile.pl

Modified: Prophet/trunk/Makefile.PL
==============================================================================
--- Prophet/trunk/Makefile.PL	(original)
+++ Prophet/trunk/Makefile.PL	Wed Oct 22 16:27:24 2008
@@ -1,7 +1,7 @@
 #!/usr/bin/perl
 #
 use inc::Module::Install;
-name('Prophet');
+name('Prophet'); #  App::Settings App::Settings::CLI
 author('clkao and jesse');
 license('Perl');
 
@@ -61,12 +61,12 @@
 #    ],
     'Bonjour support' => [
         -default => 0,
-        'Net::Bonjour',
+        'Net::Bonjour', # Net::Rendezvous::Publish
     ],
 );
 
 tests('t/*.t t/*/t/*.t');
-all_from('lib/Prophet.pm');
+all_from('lib/Prophet.pm'); 
 install_script('bin/prophet');
 auto_install;
 WriteAll();



More information about the Bps-public-commit mailing list