summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;