[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

SF.net SVN: ledger-smb:[4746] trunk/Makefile.PL



Revision: 4746
          http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=4746&view=rev
Author:   einhverfr
Date:     2012-05-22 07:03:46 +0000 (Tue, 22 May 2012)
Log Message:
-----------
Adding optional dependencies for web services to Makefile

Modified Paths:
--------------
    trunk/Makefile.PL

Modified: trunk/Makefile.PL
===================================================================
--- trunk/Makefile.PL	2012-05-22 06:58:29 UTC (rev 4745)
+++ trunk/Makefile.PL	2012-05-22 07:03:46 UTC (rev 4746)
@@ -43,8 +43,12 @@
 test_requires 'Test::Trap';
 test_requires 'Test::Exception';
 
+feature 'RESTful Web Services XML support',
+    -default => 0,
+    'XML::Simple' => 0;
+
 feature 'Size detection for images for embedding in LaTeX templates',
-    -default => 1,
+    -default => 0,
     'Image::Size' => 0;
 
 feature 'POS module credit card processing support',

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.