diff options
author | Father Chrysostomos <sprout@cpan.org> | 2013-09-09 01:47:42 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2013-09-09 08:47:13 -0700 |
commit | da4b417be87225fdd8306a157367330012c6b7d4 (patch) | |
tree | a36da009b4c388c11b0d2b822950d4082c05c436 /dist | |
parent | a580c898f0fb1ac8067cf9c0db17006e206f60f5 (diff) | |
download | perl-da4b417be87225fdd8306a157367330012c6b7d4.tar.gz |
Dumper.xs: Update comment
Diffstat (limited to 'dist')
-rw-r--r-- | dist/Data-Dumper/Dumper.xs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/Data-Dumper/Dumper.xs b/dist/Data-Dumper/Dumper.xs index 31524289d4..65d37c642c 100644 --- a/dist/Data-Dumper/Dumper.xs +++ b/dist/Data-Dumper/Dumper.xs @@ -1195,7 +1195,7 @@ MODULE = Data::Dumper PACKAGE = Data::Dumper PREFIX = Data_Dumper_ # # This is the exact equivalent of Dump. Well, almost. The things that are # different as of now (due to Laziness): -# * doesn't do double-quotes yet. +# * doesn't deparse yet. # void |