Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: PDLPorters/pdl
base: b26afaaee1b6
Choose a base ref
...
head repository: PDLPorters/pdl
compare: 49771f2111a9
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Sep 3, 2015

  1. Fix sf#396, Module docs can not be found more than once.

    If a user did 'help PDL::IO::Storable' or some other 2-deep module name,
    the search for the proper module file from which to display docs
    would change the reported location of the docs database (and the documentation head)
    in a initialized once-per-pdl-shell variable.  Subsequent searches would
    be looking for PDL/IO/IO/Storable.pm, PDL/IO/IO/IO/Storable.pm, etc,
    which couldn't be found.  This was due to how foreach aliases the
    loop variable to the input array.  Making an explicit copy removes
    the aliasing and keeps the variable unchanged.
    d-lamb committed Sep 3, 2015
    Copy the full SHA
    49771f2 View commit details
    Browse the repository at this point in the history