File: ysh-location.patch

package info (click to toggle)
libyaml-perl 1.27-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 668 kB
  • sloc: perl: 2,294; makefile: 2
file content (17 lines) | stat: -rw-r--r-- 586 bytes parent folder | download
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.