Skip Menu |

This queue is for tickets about the ExtUtils-MakeMaker CPAN distribution.

Report information
The Basics
Id: 3180
Status: resolved
Priority: 0/
Queue: ExtUtils-MakeMaker

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

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



Subject: maniadd fails unnessarily
I am using MM6.15 with metafiles, and a readonly MANIFEST which has META.yml already added. I get error message "Could not open MANIFEST", when it is not necessary to open MANIFEST. C<maniadd> should only open MANIFEST if it finds a file that needs adding. The attached patch does this. It would have been neater to use the $open variable as the file handle but it looks like MM is supposed to work under 5.005_03 and I don't think C<my $open; open $open, '>>MANIFEST'> worked in 5.005. Robin
Download maniadd.gz
application/x-gzip-compressed 373b

Message body not shown because it is not plain text.

[RMBARKER - Thu Aug 7 15:00:09 2003]: Show quoted text
> I am using MM6.15 with metafiles, and a readonly MANIFEST which has > META.yml already added. I get error message "Could not open > MANIFEST", > when it is not necessary to open MANIFEST. C<maniadd> should only > open > MANIFEST if it finds a file that needs adding. The attached patch > does > this.
Excellent. Its in the snapshot, will be in 6.16.