summaryrefslogtreecommitdiff
path: root/lib/Lifestream.pm
diff options
context:
space:
mode:
authorfranck cuny <franck@lumberjaph.net>2009-12-21 22:01:43 +0100
committerfranck cuny <franck@lumberjaph.net>2009-12-21 22:01:43 +0100
commit7a98ef5fbfebdcc1d734274112e6edf55ff20846 (patch)
treea582ed6af9b3f0bb314470f83046083f4c31ae8b /lib/Lifestream.pm
parentsmall update (diff)
downloadlifestream-7a98ef5fbfebdcc1d734274112e6edf55ff20846.tar.gz
fix timer
Diffstat (limited to '')
-rw-r--r--lib/Lifestream.pm6
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',