* add support for Storage( traits => [...] ) to alter the behaviour of the
authorJos Boumans <jos@dwim.org>
Tue, 23 Jun 2009 19:31:33 +0000 (21:31 +0200)
committerJos Boumans <jos@dwim.org>
Tue, 23 Jun 2009 19:31:33 +0000 (21:31 +0200)
commit76218b465af423661a8b711a20e3e458f9adbb08
tree1eecfdec356143f4864c4312a074c8c4270f5d7a
parent14ef44949f62c764658d56b954bd507d88780213
* add support for Storage( traits => [...] ) to alter the behaviour of the
  storage engine. One trait has been added: OnlyWhenBuilt, which only
  serializes attributes whose predicate returns 'true'.
* docs & tests added
lib/MooseX/Storage.pm
lib/MooseX/Storage/Engine.pm
lib/MooseX/Storage/Traits/OnlyWhenBuilt.pm [new file with mode: 0644]
t/009_do_not_serialize_lazy.t [new file with mode: 0644]