diff options
| author | franck cuny <franck@lumberjaph.net> | 2009-12-21 22:01:43 +0100 |
|---|---|---|
| committer | franck cuny <franck@lumberjaph.net> | 2009-12-21 22:01:43 +0100 |
| commit | 7a98ef5fbfebdcc1d734274112e6edf55ff20846 (patch) | |
| tree | a582ed6af9b3f0bb314470f83046083f4c31ae8b /lib/Lifestream.pm | |
| parent | small update (diff) | |
| download | lifestream-7a98ef5fbfebdcc1d734274112e6edf55ff20846.tar.gz | |
fix timer
Diffstat (limited to 'lib/Lifestream.pm')
| -rw-r--r-- | lib/Lifestream.pm | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/lib/Lifestream.pm b/lib/Lifestream.pm index c101ff1..cca6309 100644 --- a/lib/Lifestream.pm +++ b/lib/Lifestream.pm @@ -8,11 +8,7 @@ use Lifestream::Worker; our $VERSION = '0.01'; -has config => ( - is => "rw", - isa => "HashRef" -); - +has config => ( is => "rw", isa => "HashRef" ); has schema => ( is => 'ro', isa => 'Lifestream::Schema', |
