X-Git-Url: http://git.ieval.ro/?a=blobdiff_plain;f=lib%2FData%2FDump%2FSexp.pm;fp=lib%2FData%2FDump%2FSexp.pm;h=da4867095cdbaa006da951340d1fc3fa94696a15;hb=3e7b900f8a131da264bd2f3794e30caa1bd81019;hp=98cf565e289f7775cd1dc6942c5978d84660b5b2;hpb=0babca1182d0e16d60b96aa118a7f7c0f4d976fd;p=data-dump-sexp.git diff --git a/lib/Data/Dump/Sexp.pm b/lib/Data/Dump/Sexp.pm index 98cf565..da48670 100644 --- a/lib/Data/Dump/Sexp.pm +++ b/lib/Data/Dump/Sexp.pm @@ -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