Skip Menu |

This queue is for tickets about the Log-Message-Simple CPAN distribution.

Report information
The Basics
Id: 49562
Status: resolved
Worked: 15 min
Priority: 0/
Queue: Log-Message-Simple

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

Bug Information
Severity: Unimportant
Broken in: 0.04
Fixed in: (no value)



Subject: [PATCH] Fix broken ABSTRACT
MakeMaker is complaining about not being able to extract the ABSTRACT for Log::Message::Simple: Running Makefile.PL in ext/Log-Message-Simple ../../miniperl Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none PERL_CORE=1 LIBPERL_A=cygperl5_11_0.dll WARNING: Setting ABSTRACT via file 'lib/Log/Message/Simple.pm' failed at ../../lib/ExtUtils/MakeMaker.pm line 583 The format required by MakeMaker is '$package\s-\s'. The attached patch fixes this.
Subject: patch.txt
--- Log-Message-Simple-0.04/lib/Log/Message/Simple.pm.orig 2009-09-09 11:14:01.246215500 -0400 +++ Log-Message-Simple-0.04/lib/Log/Message/Simple.pm 2009-09-09 11:14:37.611873400 -0400 @@ -13,7 +13,7 @@ =head1 NAME -Log::Message::Simple +Log::Message::Simple - standardized logging facilities using Log::Message =head1 SYNOPSIS
Hi, Thanks for the patch. Applied to version 0.06 and blead updated. Changes for 0.06 Fri Sep 11 07:17:57 2009 ============================================ * Abstract fix in POD. Resolves RT #49562 Cheers.