Skip Menu |

This queue is for tickets about the Module-Build CPAN distribution.

Report information
The Basics
Id: 22403
Status: resolved
Priority: 0/
Queue: Module-Build

People
Owner: Nobody in particular
Requestors: gam3-pause [...] gam3.net
Cc:
AdminCc:

Bug Information
Severity: Unimportant
Broken in:
  • 0.2604
  • 0.2605
  • 0.2606
Fixed in: (no value)



Subject: dist_version create_readme bug
It seems that if dist_version is set and create_readme is true then Module::Build tries to read the pod for the README from the console. I assume that dist_version_from is not returning the right data on line 2016: $parser->parse_from_file($self->dist_version_from, 'README', @_);
On Sun Oct 22 00:43:25 2006, GAM wrote: Show quoted text
> It seems that if dist_version is set and create_readme is true then > Module::Build tries to read the pod for the README from the console. > > ... on line 2016: > $parser->parse_from_file($self->dist_version_from, 'README', @_);
That line was not in 0.28 and I can't find a version which had it on line 2016. In any case, it works now. Since I can't replicate it or verify that it ever existed, this bug is being rejected as "didn't happen". Thanks, Eric
On Sun Oct 22 00:43:25 2006, GAM wrote: Show quoted text
> It seems that if dist_version is set and create_readme is true then > Module::Build tries to read the pod for the README from the console. > > I assume that dist_version_from is not returning the right data on line > 2016: > > $parser->parse_from_file($self->dist_version_from, 'README', @_);
Sorry, we can't find that line of code or replicate the problem. What version of Module::Build is that taken from and could you give instructions on how to replicate the bug? Also, what exactly is the problem?
On Mon Oct 01 19:35:25 2007, MSCHWERN wrote: Show quoted text
> On Sun Oct 22 00:43:25 2006, GAM wrote:
> > It seems that if dist_version is set and create_readme is true then > > Module::Build tries to read the pod for the README from the console. > > > > I assume that dist_version_from is not returning the right data on line > > 2016: > > > > $parser->parse_from_file($self->dist_version_from, 'README', @_);
> > Sorry, we can't find that line of code or replicate the problem. What > version of Module::Build is that taken from and could you give > instructions on how to replicate the bug? > > Also, what exactly is the problem? >
The problem was that that line would try to read from STDIN if dist_version_from was not given. It was most likely 0.2604 - 0.2606 that the reporter was using. (He says returning on 2016, which makes me think the line mentioned was on 2015, and those versions have it at that location. At any rate, it's moot now, because this bug's been resolved since then.