Ticket #1084 (closed defect: fixed)

Opened 9 months ago

Last modified 9 months ago

debian lenny perl strict problems

Reported by: rbtux Assigned to:
Priority: blocker Milestone: ispCP ω 1.0.0 - RC4
Component: Backend (Engine) Version: ispCP ω 1.0.0 - RC3
Severity: Hard Keywords:
Cc:

Description

With debian lenny there are a lot errors when "use strict;" is in the perl scripts...

Problems are unquoted strings and the usage of "null". When removing 'use strict;' from the scripts it throws warnings but work... This is maybe perl version related...

I think the devs should take a deeper look at that, because this maybe will become a problem in future versions...

Attachments

Change History

03/06/08 21:15:35 changed by rbtux

Just to clarify: I didn't want to tell that use strict; should be removed from the script!!!

03/06/08 21:58:36 changed by joximu

  • owner changed.
  • priority changed from major to blocker.
  • component changed from Database to Backend (Engine).
  • milestone changed from Working to ispCP ω 1.0.0 - RC4.

The problem seem to occur in several distros and they start more or less in march - so it should be possible to catch them.

I set this as a blocker for RC4.

I don't know id RatS is working on it - I'll try to find some solution.

03/06/08 22:05:54 changed by rats

  • status changed from new to closed.
  • resolution set to fixed.

it's fixed in r1034 - changed null to String null


Add/Change #1084 (debian lenny perl strict problems)




Action