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

SF.net SVN: ledger-smb: [1607] trunk/LedgerSMB/Form.pm



Revision: 1607
          http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=1607&view=rev
Author:   einhverfr
Date:     2007-09-14 18:59:32 -0700 (Fri, 14 Sep 2007)

Log Message:
-----------
Correcting the Form.pm to use no strict 'subs'

Modified Paths:
--------------
    trunk/LedgerSMB/Form.pm

Modified: trunk/LedgerSMB/Form.pm
===================================================================
--- trunk/LedgerSMB/Form.pm	2007-09-15 01:56:39 UTC (rev 1606)
+++ trunk/LedgerSMB/Form.pm	2007-09-15 01:59:32 UTC (rev 1607)
@@ -86,7 +86,7 @@
 sub new {
     # Without the line below, we get unknown errors.  I guess this is an
     # indication of why this module is deprecated :-)-- CT
-    no strict;
+    no strict 'subs';
 
     my $type = shift;
 


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