[Bps-public-commit] r18514 - Net-Trac/trunk
    jesse at bestpractical.com 
    jesse at bestpractical.com
       
    Sat Feb 21 19:20:22 EST 2009
    
    
  
Author: jesse
Date: Sat Feb 21 19:20:22 2009
New Revision: 18514
Modified:
   Net-Trac/trunk/Makefile.PL
Log:
Update Makefile.PL based to use Text::CSV
Modified: Net-Trac/trunk/Makefile.PL
==============================================================================
--- Net-Trac/trunk/Makefile.PL	(original)
+++ Net-Trac/trunk/Makefile.PL	Sat Feb 21 19:20:22 2009
@@ -16,6 +16,7 @@
 requires 'HTTP::Date';
 requires 'Lingua::EN::Inflect';
 requires 'URI::Escape';
+requires 'Text::CSV';
 
 auto_install;
 sign; 
    
    
More information about the Bps-public-commit
mailing list