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: ingydotnet/inline-module-pm
base: 504fabf97ec4
Choose a base ref
...
head repository: ingydotnet/inline-module-pm
compare: 9f96b5af22d4
Choose a head ref
  • 3 commits
  • 1 file changed
  • 1 contributor

Commits on Dec 11, 2014

  1. Make sure we aren't in generated Makefile.PL

    The PERL5OPT=-MInline::Module=postamble... adds a postamble handler if called
    from within a Makefile.PL. This might be the Makefile.PL that Inline
    generates.
    
    In general, we need a way to make the PERL5OPT thing only react to very
    specific perl invocations. Perl gets called even from `git` sometimes and can
    cause issues.
    ingydotnet committed Dec 11, 2014
    Copy the full SHA
    8695e7b View commit details
    Browse the repository at this point in the history
  2. The makestub dance uses the stub module

    The import should be a no-op in that case
    ingydotnet committed Dec 11, 2014
    Copy the full SHA
    ec59947 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    9f96b5a View commit details
    Browse the repository at this point in the history