File: synopsis-use.patch

package info (click to toggle)
libencode-imaputf7-perl 1.05-2
  • links: PTS, VCS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch, wheezy
  • size: 140 kB
  • ctags: 8
  • sloc: perl: 72; makefile: 2
file content (15 lines) | stat: -rw-r--r-- 485 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Description: add 'use Encode::IMAPUTF7;' to SYNOPSIS
Bug-Debian: http://bugs.debian.org/642819
Author: Damyan Ivanov <dmn@debian.org>
Forwarded: https://rt.cpan.org/Ticket/Display.html?id=71216

--- a/lib/Encode/IMAPUTF7.pm
+++ b/lib/Encode/IMAPUTF7.pm
@@ -86,6 +86,7 @@ Encode::IMAPUTF7 - modification of UTF-7
 =head1 SYNOPSIS
 
   use Encode qw/encode decode/;
+  use Encode::IMAPUTF7;
 
   print encode('IMAP-UTF-7', 'Répertoire');
   print decode('IMAP-UTF-7', R&AOk-pertoire');