From e0f3ddcbb1edda0f171f5eb5392724e7622c3ded Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sun, 12 Jul 2009 17:57:02 +0200 Subject: Release v0.1 --- Changelog | 4 ++++ lib/Simplestore.pm | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 Changelog 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; -- cgit v1.2.3