Skip Menu |

This queue is for tickets about the File-Copy-Recursive CPAN distribution.

Report information
The Basics
Id: 21378
Status: resolved
Priority: 0/
Queue: File-Copy-Recursive

People
Owner: Nobody in particular
Requestors: bryan [...] meatspace.net
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 0.27
Fixed in: (no value)



Subject: cpan make fails
cpan install worked ok with 0.25, but with 0.27: ... /usr/local/bin/perl5.8.5 "-Iblib/arch" "-Iblib/lib" ._Makefile.PL ._Makefile Unrecognized character \x05 at ._Makefile.PL line 1. make: *** [._Makefile] Error 255 This cpan (1.87) is working correctly with other modules. Same error occurs with older cpan version (1.7x).
From: bryan [...] meatspace.net
On Thu Sep 07 13:56:19 2006, colmode wrote: Show quoted text
> cpan install worked ok with 0.25, but with 0.27: > > ... > /usr/local/bin/perl5.8.5 "-Iblib/arch" "-Iblib/lib" ._Makefile.PL
._Makefile Show quoted text
> Unrecognized character \x05 at ._Makefile.PL line 1. > make: *** [._Makefile] Error 255 > > > This cpan (1.87) is working correctly with other modules. Same error > occurs with older cpan version (1.7x).
rm ._* after get allows the make to succeed.
From: DMUEY [...] cpan.org
On OSX make dist's tar command creates "Extended Attribute" files (IE the same name as the others but with ._prepended. a new tarball, created with the proper ENV to tell tar not to make those files will be uploaded momentarily as 0.28 Thanks!
Just uploaded clean 0.28 via pause
On Thu Sep 07 16:34:21 2006, DMUEY wrote: Show quoted text
> Just uploaded clean 0.28 via pause
cpan install works now.