summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <derf@derf.homelinux.org>2009-07-10 22:38:04 +0200
committerDaniel Friesel <derf@derf.homelinux.org>2009-07-10 22:38:04 +0200
commitf03f3bd525b291fd5a01e12fa514245021797b40 (patch)
treef715dd7ba6726e47db9d3607cbd39e2f753a8697
parent5575943be7498a2c313e6ec630966bec237c1fa8 (diff)
Simplestore: Added package (d'oh)
-rw-r--r--Build.PL1
-rw-r--r--lib/Simplestore.pm1
2 files changed, 1 insertions, 1 deletions
diff --git a/Build.PL b/Build.PL
index ceb63e7..dcd6dae 100644
--- a/Build.PL
+++ b/Build.PL
@@ -4,7 +4,6 @@ use warnings;
use Module::Build;
my $build = Module::Build->new(
- dist_version => '1.0',
module_name => 'Simplestore',
test_files => 'test/simplestore.t',
);
diff --git a/lib/Simplestore.pm b/lib/Simplestore.pm
index 77c83a5..af5aaf0 100644
--- a/lib/Simplestore.pm
+++ b/lib/Simplestore.pm
@@ -1,6 +1,7 @@
## Library for the Simplestore format
## Copyright © 2009 by Daniel Friesel <derf@derf.homelinux.org>
## License: WTFPL <http://sam.zoy.org/wtfpl>
+package Simplestore;
use strict;
use warnings;
use Carp;