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

SF.net SVN: ledger-smb:[4782] branches/1.3/Makefile.PL



Revision: 4782
          http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=4782&view=rev
Author:   einhverfr
Date:     2012-05-25 23:36:03 +0000 (Fri, 25 May 2012)
Log Message:
-----------
Changing default on Image::Size to 0 since it is about as optional as it goes

Modified Paths:
--------------
    branches/1.3/Makefile.PL

Modified: branches/1.3/Makefile.PL
===================================================================
--- branches/1.3/Makefile.PL	2012-05-25 14:00:15 UTC (rev 4781)
+++ branches/1.3/Makefile.PL	2012-05-25 23:36:03 UTC (rev 4782)
@@ -40,7 +40,7 @@
 test_requires 'Test::Exception';
 
 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.