Bump version and update Changes
[data-dump-sexp.git] / lib / Data / Dump / Sexp.pm
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.009407 seconds and 4 git commands to generate.