Skip to content

Commit

Permalink
fix README
Browse files Browse the repository at this point in the history
  • Loading branch information
peczenyj committed Jan 24, 2013
1 parent aacc9be commit f072f35
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Expand Up @@ -126,11 +126,15 @@ But I don't know what is the best way to do this. I'm using & and | operators si

The question about cache is interesting. In some cases I can't 'memoize' the result. I have two options:

- create another class like Lazu::Bool::Memoized to do this, or
- create another class like Lazy::Bool::Memoized to do this, or
- add an extra parameter in the contructor, like cached => 1

I'm very interesting in your opinion! Please give me some feedback :)

###UPDATE###

From version 0.03 there all boolean expression now supports shortcut and there is a new class, Lazy::Bool::Cached who memoize the value of the expression.

##How to install##
To install this module is simple:
bash$ cpan Lazy::Bool
Expand Down

0 comments on commit f072f35

Please sign in to comment.