summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <derf@derf.homelinux.org>2009-07-12 17:57:02 +0200
committerDaniel Friesel <derf@derf.homelinux.org>2009-07-12 17:57:02 +0200
commite0f3ddcbb1edda0f171f5eb5392724e7622c3ded (patch)
tree9105bdee63b92e1a588606f644d32a5bdd270ffc
parent3638390f26f75a8d12e1a1feec2218c9b4331014 (diff)
Release v0.10.1
-rw-r--r--Changelog4
-rw-r--r--lib/Simplestore.pm2
2 files changed, 5 insertions, 1 deletions
diff --git a/Changelog b/Changelog
new file mode 100644
index 0000000..cb78f66
--- /dev/null
+++ b/Changelog
@@ -0,0 +1,4 @@
+Simplestore 0.1 - Sun Jul 12 2009
+
+ * Provides Simplestore::save and Simplestore::load
+ * Some sanity checks on keys and values
diff --git a/lib/Simplestore.pm b/lib/Simplestore.pm
index b4446e5..0a5955f 100644
--- a/lib/Simplestore.pm
+++ b/lib/Simplestore.pm
@@ -10,7 +10,7 @@ our (@ISA, @EXPORT, $VERSION);
require Exporter;
@ISA = ('Exporter');
@EXPORT = ();
-$VERSION = '1.0';
+$VERSION = '0.1';
sub load {
my $file = shift;