]> git.mjollnir.org Git - cil.git/commit
Instead of using eval when setting a value, do it normally.
authorAndrew Chilton <andychilton@gmail.com>
Mon, 23 Jun 2008 11:32:31 +0000 (23:32 +1200)
committerAndrew Chilton <andychilton@gmail.com>
Mon, 23 Jun 2008 11:32:31 +0000 (23:32 +1200)
commitacf3b982379e99eacb93cdcecb3f218933e8cc68
tree5b2d239236e1d792103cf6b2abbef8dee69106fe
parent6424e2cf7ddbd34f6bbf6b94c3489d6909c183c3
Instead of using eval when setting a value, do it normally.

This was added since DateTime b0rks when it compares itself to other things.
So, instead of passing around a DateTime object, we just stringify it straight
away because that's all we want anyway.
lib/CIL/Base.pm