Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix scoping issues with "no autodie" #41

Merged
merged 6 commits into from Mar 14, 2014
Merged

Fix scoping issues with "no autodie" #41

merged 6 commits into from Mar 14, 2014

Commits on Oct 16, 2013

  1. Move scope guard package into its own module

    Signed-off-by: Niels Thykier <niels@thykier.net>
    nthykier committed Oct 16, 2013
    Copy the full SHA
    605df4a View commit details
    Browse the repository at this point in the history
  2. Add module to abstract away "on end of scope" calls

    Signed-off-by: Niels Thykier <niels@thykier.net>
    nthykier committed Oct 16, 2013
    Copy the full SHA
    abdd7f1 View commit details
    Browse the repository at this point in the history
  3. Implement a proper "scoped-hook-stack"

    Signed-off-by: Niels Thykier <niels@thykier.net>
    nthykier committed Oct 16, 2013
    Copy the full SHA
    fc39bba View commit details
    Browse the repository at this point in the history
  4. Properly re-install subs removed by "no autodie;"

    Signed-off-by: Niels Thykier <niels@thykier.net>
    nthykier committed Oct 16, 2013
    Copy the full SHA
    a98136a View commit details
    Browse the repository at this point in the history
  5. Add POD documentation to new modules

    Signed-off-by: Niels Thykier <niels@thykier.net>
    nthykier committed Oct 16, 2013
    Copy the full SHA
    ac2c3aa View commit details
    Browse the repository at this point in the history
  6. autodie::S::GuardStack: Fix typo of _pop_hook

    Signed-off-by: Niels Thykier <niels@thykier.net>
    nthykier committed Oct 16, 2013
    Copy the full SHA
    d711744 View commit details
    Browse the repository at this point in the history