Skip Menu |

This queue is for tickets about the DBM-Deep CPAN distribution.

Report information
The Basics
Id: 85252
Status: resolved
Priority: 0/
Queue: DBM-Deep

People
Owner: Nobody in particular
Requestors: ANDK [...] cpan.org
ether [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Critical
Broken in: (no value)
Fixed in: (no value)



Subject: New Pod::Simple warning: alternative text ... contains non-escaped ...
http://www.cpantesters.org/cpan/report/206ad6ce-bb94-11e2-808d-a38110d45c6b Pod::Simple >= 3.27 and Test::Pod are required to reproduce. Please consider making pod tests author tests, they make user installs fail unnecessarily. Thanks,
On 2013-05-13 19:19:02, ANDK wrote: Show quoted text
> http://www.cpantesters.org/cpan/report/206ad6ce-bb94-11e2-808d- > a38110d45c6b > > Pod::Simple >= 3.27 and Test::Pod are required to reproduce. Please > consider making pod tests author tests, they make user installs fail > unnecessarily. > > Thanks,
This failure means that the module cannot be installed cleanly under perl 5.18.0. *** PLEASE DO NOT *** allow t/pod.t to run for all users! Add a $ENV{RELEASE_TESTING} guard or move the test to xt/release/. (I'm willing to take on comaint if no one else is available to make this fix.)
Patch attached for this issue. Cheers, gregor, Debian Perl Group
Subject: pod.patch
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.
This module is uninstallable on 5.18.0 and up because of this test failure. Pod tests should NOT be run except for the author!!!!
From: dsteinbrunner [...] pobox.com
On Sun May 26 13:40:49 2013, GREGOA wrote: Show quoted text
> Patch attached for this issue.
I made this into a pull request which has been merged: https://github.com/robkinyon/dbm-deep/pull/9 Rob, can a new release be cut? Also, RT#87059 covers this same issue and has its own pull request. I would assume both can be closed.. although the pull request includes some .gitignore changes that might be worth looking at.