Bump version and update Changes master 0.002
authorMarius Gavrilescu <marius@ieval.ro>
Sat, 21 Apr 2018 11:42:21 +0000 (14:42 +0300)
committerMarius Gavrilescu <marius@ieval.ro>
Sat, 21 Apr 2018 11:42:21 +0000 (14:42 +0300)
Changes
README
lib/Data/Dump/Sexp.pm

diff --git a/Changes b/Changes
index 47bd13df54a6bf6b44c48696ae9c744d97d2085a..27c39ff04eb5de0eead522e60434f845aa82e9b1 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,4 +1,7 @@
 Revision history for Perl extension Data::Dump::Sexp.
 
+0.002 2018-04-21T14:42+03:00
+ - Improve test coverage
+
 0.001 2018-03-31T22:38+03:00
  - Initial release
diff --git a/README b/README
index d08dd76cc8afa127307146342cb3feae46aec14f..9cfaeda38e2ee8336c4a57d553c183a42ca4339c 100644 (file)
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-Data-Dump-Sexp version 0.001
+Data-Dump-Sexp version 0.002
 ============================
 
 Data::Dump::Sexp converts Perl structures to S-expressions.
@@ -30,8 +30,8 @@ The conversion rules are as follows:
 9. A scalarref or a reference to another ref is dereferenced and this
    procedure is restarted.
 
-10. Anything else (regexp, filehandle, format, glob, version string)
-    causes an exception to be raised
+10. Anything else (coderef, regexp, filehandle, format, globref,
+    version string) causes an exception to be raised.
 
 INSTALLATION
 
index 98cf565e289f7775cd1dc6942c5978d84660b5b2..da4867095cdbaa006da951340d1fc3fa94696a15 100644 (file)
@@ -8,7 +8,7 @@ use parent qw/Exporter/;
 our @EXPORT = qw/dump_sexp/;
 our @EXPORT_OK = @EXPORT;
 
-our $VERSION = '0.001';
+our $VERSION = '0.002';
 
 use Carp qw/croak/;
 use Data::SExpression;
@@ -154,7 +154,7 @@ procedure is restarted.
 =item 10
 
 Anything else (coderef, regexp, filehandle, format, globref, version
-string) causes an exception to be raised
+string) causes an exception to be raised.
 
 =back
 
This page took 0.012555 seconds and 4 git commands to generate.