X-Git-Url: http://git.ieval.ro/?a=blobdiff_plain;f=lib%2FData%2FDump%2FSexp.pm;h=da4867095cdbaa006da951340d1fc3fa94696a15;hb=refs%2Ftags%2F0.002;hp=ad2045c9a2749444785d22dde5c7f8e5d9039aec;hpb=9336e2966f0f43dcfe332246c4275bf673020282;p=data-dump-sexp.git diff --git a/lib/Data/Dump/Sexp.pm b/lib/Data/Dump/Sexp.pm index ad2045c..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; @@ -153,8 +153,8 @@ procedure is restarted. =item 10 -Anything else (regexp, filehandle, format, glob, version string) -causes an exception to be raised +Anything else (coderef, regexp, filehandle, format, globref, version +string) causes an exception to be raised. =back