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: Perl5/DBIx-Class Loading
base: 84e4e0064~3
Choose a base ref
...
head repository: Perl5/DBIx-Class Loading
compare: 84e4e0064
Choose a head ref
  • 3 commits
  • 9 files changed
  • 2 contributors

Commits on Aug 13, 2015

  1. Add is_exception check to the result of exception_action (inspired by…

    … GHPR#15)
    
    This builds upon work in 841efcb and 9bea200, tying loose ends before next
    commits
    
    Read under -w
    ribasushi committed Aug 13, 2015
    Configuration menu
    Copy the full SHA
    e240b8b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4f29a59 View commit details
    Browse the repository at this point in the history
  3. Ensure the stack properly deals and warns on Null-Pattern exception o…

    …bjects
    
    Reuse the existing is_exception() utility to catch any and all instances of
    objects stringifying to "" before passing them onwards
    lamoz authored and ribasushi committed Aug 13, 2015
    Configuration menu
    Copy the full SHA
    84e4e00 View commit details
    Browse the repository at this point in the history
Loading