libyaml-perl (0.81-1) ysh-location.patch

Summary

 lib/YAML.pm |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

    
download this patch

Patch contents

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: 2011-10-02

--- a/lib/YAML.pm
+++ b/lib/YAML.pm
@@ -746,7 +746,7 @@
 
 =head1 ysh - The YAML Shell
 
-The YAML distribution ships with a 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.