You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
728 B
20 lines
728 B
Description: fix link
|
|
Origin: vendor
|
|
Bug: https://rt.cpan.org/Ticket/Display.html?id=85252
|
|
Bug-Debian: http://bugs.debian.org/709793
|
|
Forwarded: https://rt.cpan.org/Ticket/Display.html?id=85252
|
|
Author: gregor herrmann <gregoa@debian.org>
|
|
Last-Update: 2013-05-26
|
|
|
|
--- a/lib/DBM/Deep.pod
|
|
+++ b/lib/DBM/Deep.pod
|
|
@@ -51,7 +51,7 @@
|
|
|
|
B<NOTE>: 2.0000 introduces Unicode support in the File back end. This
|
|
necessitates a change in the file format. The version 1.0003 format is
|
|
-still supported, though, so we have added a L</db_version|db_version()>
|
|
+still supported, though, so we have added a L<db_version()|/db_version>
|
|
method. If you are using a database in the old format, you will have to
|
|
upgrade it to get Unicode support.
|
|
|