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/Devel-GlobalDestruction-XS
base: 65f2d3dbbdc9
Choose a base ref
...
head repository: ingydotnet/Devel-GlobalDestruction-XS
compare: c77356bd0c26
Choose a head ref
  • 2 commits
  • 3 files changed
  • 1 contributor

Commits on Dec 29, 2014

  1. Regenerated stub

    ingydotnet committed Dec 29, 2014
    Copy the full SHA
    327af9b View commit details
    Browse the repository at this point in the history
  2. This commit should make this module safe to smoke

    We follow the (latest) Alt best practices:
    
    * We have the Makefile.PL never install the module by default. This
      means it will never install on a smoker, unless the smoker explicitly
      asks it to.
    
    * We remove the $VERSION from Devel::GlobalDestruction::XS.
    
    * We make Devel::GlobalDestruction::XS:
    
        use Alt::Devel::GlobalDestruction::XS::Inline;
    
      For a debugging clue in case it gets installed.
    ingydotnet committed Dec 29, 2014
    Copy the full SHA
    c77356b View commit details
    Browse the repository at this point in the history