Skip Menu |

This queue is for tickets about the Pod-Escapes CPAN distribution.

Report information
The Basics
Id: 49985
Status: resolved
Priority: 0/
Queue: Pod-Escapes

People
Owner: NEILB [...] cpan.org
Requestors: jdhedden [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: (no value)
Fixed in: 1.05



Subject: [PATCH] Fix ABSTRACT
ExtUtils::MakeMaker is complaining about not being able to extract the ABSTRACT for this module. The format required by MakeMaker is '$package\s-\s'. The attached patch fixes this.
Subject: pod-esc.patch
--- a/lib/Pod/Escapes.pm +++ b/lib/Pod/Escapes.pm @@ -529,7 +530,7 @@ __END__ =head1 NAME -Pod::Escapes -- for resolving Pod EE<lt>...E<gt> sequences +Pod::Escapes - for resolving Pod EE<lt>...E<gt> sequences =head1 SYNOPSIS
Fixed -- thanks!