Skip Menu |

This queue is for tickets about the Object-Accessor CPAN distribution.

Report information
The Basics
Id: 49563
Status: resolved
Worked: 30 min
Priority: 0/
Queue: Object-Accessor

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

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



Subject: [PATCH] Fix broken ABSTRACT
MakeMaker is complaining about not being able to extract the ABSTRACT for Object::Accessor: Running Makefile.PL in ext/Object-Accessor ../../miniperl Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none PERL_CORE=1 LIBPERL_A=cygperl5_11_0.dll WARNING: Setting ABSTRACT via file 'lib/Object/Accessor.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
--- Object-Accessor-0.34/lib/Object/Accessor.pm.orig 2009-09-09 11:18:38.731656700 -0400 +++ Object-Accessor-0.34/lib/Object/Accessor.pm 2009-09-09 11:19:01.907535800 -0400 @@ -20,7 +20,7 @@ =head1 NAME -Object::Accessor +Object::Accessor - interface to create per object accessors =head1 SYNOPSIS
Thanks, patch applied and 0.36 released to CPAN and version in blead updated.