projects
/
p5sagit/Try-Tiny.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
HEAD
⋅ prev ⋅ next
p5sagit/Try-Tiny.git
2013-07-04
Peter Rabbitson
The construct introduced in 2b0d579d8 confuses perl...
commit
|
commitdiff
|
tree
|
snapshot
2013-07-04
Peter Rabbitson
Make sure users are properly notified of (useless)...
commit
|
commitdiff
|
tree
|
snapshot
2013-07-04
Ricardo Signes
correct prototypes in docs
commit
|
commitdiff
|
tree
|
snapshot
2013-07-04
Peter Rabbitson
Clarify exception on unexpected try() arguments
commit
|
commitdiff
|
tree
|
snapshot
2013-07-04
Peter Rabbitson
Sanity check erroneous invocations
commit
|
commitdiff
|
tree
|
snapshot
2013-07-04
Peter Rabbitson
Fix broken link to slides (RT#55659)
commit
|
commitdiff
|
tree
|
snapshot
2013-07-04
Peter Rabbitson
We already explicitly save the value of $@ - local...
commit
|
commitdiff
|
tree
|
snapshot
2013-07-04
Peter Rabbitson
This is no longer a TODO, but given the experimental...
commit
|
commitdiff
|
tree
|
snapshot
2013-07-04
Peter Rabbitson
"Modernize" code a bit
commit
|
commitdiff
|
tree
|
snapshot
2013-07-04
Peter Rabbitson
fix tests failing on 5.6.x due to differing DESTROY...
commit
|
commitdiff
|
tree
|
snapshot
2013-07-04
Peter Rabbitson
Detabardize - standardize code/tests on 2-space indent
commit
|
commitdiff
|
tree
|
snapshot
2013-01-02
Jesse Luehrs
changelog and version bump
Try-Tiny-0.12
commit
|
commitdiff
|
tree
|
snapshot
2013-01-02
Jesse Luehrs
this todo is only relevant before 5.14
commit
|
commitdiff
|
tree
|
snapshot
2013-01-02
Jesse Luehrs
MYMETA stuff to MANIFEST.SKIP
commit
|
commitdiff
|
tree
|
snapshot
2013-01-02
Jesse Luehrs
Merge pull request #5 from cebjyre/docs
commit
|
commitdiff
|
tree
|
snapshot
2012-12-20
Glenn Fowler
Documentation fixes
commit
|
commitdiff
|
tree
|
snapshot
2012-11-14
Jesse Luehrs
Merge pull request #4 from karenetheridge/topic/doc_201...
commit
|
commitdiff
|
tree
|
snapshot
2012-11-14
Karen Etheridge
C<> tags, minor punctuation and grammar fixes
commit
|
commitdiff
|
tree
|
snapshot
2012-11-14
Karen Etheridge
add alternative mechanisms for fallback return values
commit
|
commitdiff
|
tree
|
snapshot
2012-11-14
Karen Etheridge
add repo info to metadata
commit
|
commitdiff
|
tree
|
snapshot
2011-08-30
Jesse Luehrs
changelog and version bump
Try-Tiny-0.11
commit
|
commitdiff
|
tree
|
snapshot
2011-05-10
Jesse Luehrs
better example for returning from a try block (forwardever)
commit
|
commitdiff
|
tree
|
snapshot
2011-04-28
Peter Rabbitson
Test context/RV of try/catch/finally blocks
commit
|
commitdiff
|
tree
|
snapshot
2011-04-27
Jesse Luehrs
changelog and version bump
Try-Tiny-0.10
commit
|
commitdiff
|
tree
|
snapshot
2011-04-27
Jesse Luehrs
clarify the state of $_ in finally blocks
commit
|
commitdiff
|
tree
|
snapshot
2011-02-24
Ricardo Signes
caveat about error-silencing
commit
|
commitdiff
|
tree
|
snapshot
2010-11-28
Jesse Luehrs
changelog and version bump
Try-Tiny-0.09
commit
|
commitdiff
|
tree
|
snapshot
2010-11-28
Jesse Luehrs
don't index ::ScopeGuard
commit
|
commitdiff
|
tree
|
snapshot
2010-11-28
Jesse Luehrs
changelog and version bump
Try-Tiny-0.08
commit
|
commitdiff
|
tree
|
snapshot
2010-11-28
Jesse Luehrs
add test for finally being called when catch dies
commit
|
commitdiff
|
tree
|
snapshot
2010-11-28
Jesse Luehrs
fix issue with blead (require 5.010 != use 5.010)
commit
|
commitdiff
|
tree
|
snapshot
2010-10-21
Ricardo Signes
avoid a warning when testing with -w
Try-Tiny-0.07
commit
|
commitdiff
|
tree
|
snapshot
2010-10-21
Ricardo Signes
no, do not sign our release
commit
|
commitdiff
|
tree
|
snapshot
2010-10-21
Ricardo Signes
bump version for release
commit
|
commitdiff
|
tree
|
snapshot
2010-10-21
Ricardo Signes
typo fix
commit
|
commitdiff
|
tree
|
snapshot
2010-10-21
Ricardo Signes
document changes for next version
commit
|
commitdiff
|
tree
|
snapshot
2010-10-21
Ricardo Signes
document args to finally{} block
commit
|
commitdiff
|
tree
|
snapshot
2010-10-21
Ricardo Signes
test for finally{} getting the error
commit
|
commitdiff
|
tree
|
snapshot
2010-10-21
Ricardo Signes
allow multiple finally{} per try{}; pass error in
commit
|
commitdiff
|
tree
|
snapshot
2010-06-01
Peter Rabbitson
Add docs about @_ aliasing
commit
|
commitdiff
|
tree
|
snapshot
2010-05-27
Yuval Kogman
version bump
Try-Tiny-0.06
commit
|
commitdiff
|
tree
|
snapshot
2010-05-27
Yuval Kogman
changelog
commit
|
commitdiff
|
tree
|
snapshot
2010-05-27
Yuval Kogman
use a plan instead of done_testing in TODO test
commit
|
commitdiff
|
tree
|
snapshot
2010-05-26
Yuval Kogman
Version bump
Try-Tiny-0.05
commit
|
commitdiff
|
tree
|
snapshot
2010-03-22
Alex
move use test to BEGIN block
commit
|
commitdiff
|
tree
|
snapshot
2010-02-23
Yuval Kogman
changelog
commit
|
commitdiff
|
tree
|
snapshot
2010-02-23
Yuval Kogman
add TODO test for lexical $_ gotcha
commit
|
commitdiff
|
tree
|
snapshot
2010-02-23
Yuval Kogman
Clarify $_/$@ distinction
commit
|
commitdiff
|
tree
|
snapshot
2010-02-23
Yuval Kogman
Document lexical lib/Try/Tiny.pm caveat
commit
|
commitdiff
|
tree
|
snapshot
2010-02-23
Yuval Kogman
clarify docs on %Carp::Internal
commit
|
commitdiff
|
tree
|
snapshot
2010-02-23
Yuval Kogman
Docuemnt $_ vs. $@ gotcha in catch for exception stack...
commit
|
commitdiff
|
tree
|
snapshot
2010-01-28
Jesse Luehrs
fix link to try-tiny lightning talk
commit
|
commitdiff
|
tree
|
snapshot
2010-01-28
Yuval Kogman
Document $SIG{__DIE__} behavior (or lack thereof)
commit
|
commitdiff
|
tree
|
snapshot
2010-01-24
Jonathan Yu
spelling corrections
commit
|
commitdiff
|
tree
|
snapshot
2010-01-22
Yuval Kogman
version bump
Try-Tiny-0.04
commit
|
commitdiff
|
tree
|
snapshot
2010-01-22
Yuval Kogman
changelog
commit
|
commitdiff
|
tree
|
snapshot
2010-01-22
Yuval Kogman
Restore list context for catch and fix a bug in finally...
commit
|
commitdiff
|
tree
|
snapshot
2010-01-22
Yuval Kogman
version bump
Try-Tiny-0.03
commit
|
commitdiff
|
tree
|
snapshot
2010-01-22
Yuval Kogman
changelog
commit
|
commitdiff
|
tree
|
snapshot
2010-01-22
Andrew Yates
Add support for 'finally' blocks
commit
|
commitdiff
|
tree
|
snapshot
2010-01-21
Hans Dieter...
try to clarify a caveat
commit
|
commitdiff
|
tree
|
snapshot
2009-12-17
Marc Mims
Document implicit return value from catch
commit
|
commitdiff
|
tree
|
snapshot
2009-11-03
Yuval Kogman
Set $Carp::Internal{"Try::Tiny"}
commit
|
commitdiff
|
tree
|
snapshot
2009-10-20
Yuval Kogman
document the @_ gotcha
commit
|
commitdiff
|
tree
|
snapshot
2009-10-08
Yuval Kogman
Mention Sub::Import in docs
commit
|
commitdiff
|
tree
|
snapshot
2009-09-23
Jesse Luehrs
fix spelling/grammar in comments and pod
commit
|
commitdiff
|
tree
|
snapshot
2009-09-18
Yuval Kogman
link to talk
commit
|
commitdiff
|
tree
|
snapshot
2009-09-18
Yuval Kogman
fix typo in docs found by rjbs
commit
|
commitdiff
|
tree
|
snapshot
2009-09-11
Yuval Kogman
Document and test for prev value of $@ in catch
commit
|
commitdiff
|
tree
|
snapshot
2009-09-11
Yuval Kogman
Restore the value of $@ from before the local
commit
|
commitdiff
|
tree
|
snapshot
2009-09-03
Yuval Kogman
tests for nesting inside catch block
commit
|
commitdiff
|
tree
|
snapshot
2009-09-02
Yuval Kogman
changelog
Try-Tiny-0.02
commit
|
commitdiff
|
tree
|
snapshot
2009-09-02
Yuval Kogman
version bump
commit
|
commitdiff
|
tree
|
snapshot
2009-09-02
Yuval Kogman
5.005_04 compat
commit
|
commitdiff
|
tree
|
snapshot
2009-09-02
Yuval Kogman
namedropping for autodie
commit
|
commitdiff
|
tree
|
snapshot
2009-09-01
Yuval Kogman
trailing semicolon in doc example
commit
|
commitdiff
|
tree
|
snapshot
2009-09-01
Yuval Kogman
changelog
commit
|
commitdiff
|
tree
|
snapshot
2009-09-01
Yuval Kogman
minor doc and code fixes
commit
|
commitdiff
|
tree
|
snapshot
2009-09-01
Yuval Kogman
misc fixes suggested by Alias
commit
|
commitdiff
|
tree
|
snapshot
2009-08-31
Yuval Kogman
mention Throwable in SEE ALSO
commit
|
commitdiff
|
tree
|
snapshot
2009-08-31
chromatic
Minor typo fixes in documentation.
commit
|
commitdiff
|
tree
|
snapshot
2009-08-31
Yuval Kogman
bikeshedding
Try-Tiny-0.01
commit
|
commitdiff
|
tree
|
snapshot
2009-08-31
Yuval Kogman
entab
commit
|
commitdiff
|
tree
|
snapshot
2009-08-31
Yuval Kogman
refactor the case of abortive when()
commit
|
commitdiff
|
tree
|
snapshot
2009-08-31
Yuval Kogman
clarify given/when return value caveat
commit
|
commitdiff
|
tree
|
snapshot
2009-08-31
Yuval Kogman
voodoo for ancient perls
commit
|
commitdiff
|
tree
|
snapshot
2009-08-31
Yuval Kogman
Initial version
commit
|
commitdiff
|
tree
|
snapshot