1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
|
Description: update POD to point to the package that actually contains ysh
Origin: vendor
Forwarded: not-needed
Author: gregor herrmann <gregoa@debian.org>
Last-Update: 2018-05-12
--- a/lib/YAML.pod
+++ b/lib/YAML.pod
@@ -664,7 +664,7 @@
=head1 YSH - THE YAML SHELL
-The L<YAML::Shell> distribution provides script called 'ysh', the YAML shell.
+libyaml-shell-perl contains a script called 'ysh', the YAML shell.
ysh provides a simple, interactive way to play with YAML. If you type in Perl
code, it displays the result in YAML. If you type in YAML it turns it into
Perl code.
|