From f03f3bd525b291fd5a01e12fa514245021797b40 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Fri, 10 Jul 2009 22:38:04 +0200 Subject: Simplestore: Added package (d'oh) --- Build.PL | 1 - lib/Simplestore.pm | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) 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 ## License: WTFPL +package Simplestore; use strict; use warnings; use Carp; -- cgit v1.2.3