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.