Revert workarounds for $@ broken during 5.13.x - mainly 1f870d5a
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / Storage / TxnScopeGuard.pm
2013-01-21 Peter Rabbitson Revert workarounds for $@ broken during 5.13.x - mainly...
2012-11-03 Peter Rabbitson Reorganize constants handling, add escapes for fork...
2011-11-25 Peter Rabbitson Fix TxnScopeGuard misbehaving on externally set $@...
2011-05-10 Peter Rabbitson Fix incorrect > vs >= ver. check, causing 5.13.1 fails
2011-04-29 Peter Rabbitson Another overhaul of transaction/savepoint handling
2011-03-27 Peter Rabbitson Ditch Carp::Clan for our own thing
2011-03-22 Peter Rabbitson Cleanup that namespacing mess
2010-12-27 Peter Rabbitson Latest blead (5.13.8) allows us to see $@ again
2010-11-18 Peter Rabbitson Overhaul thread handling
2010-10-26 Peter Rabbitson Temporary fixes for 5.13.x $@ handling
2010-10-22 Peter Rabbitson Massive cleanup of transaction handlers
2010-05-31 Arthur Axel "fREW... use namespace::clean w/ Try::Tiny
2010-05-15 Ton Voon All expected evals converted to try, except where no...
2010-02-15 Nuba Princigalli spelling fixes in the documaentation, sholud be gud...
2009-09-12 Peter Rabbitson Even better localization of $@, and don't use Test...
2009-09-11 Peter Rabbitson Final scopeguard tweak (?)
2009-09-11 Peter Rabbitson scopeguard almost done
2009-09-11 Peter Rabbitson This is how the txnguard should really work
2009-09-11 Peter Rabbitson Fixed minor problem with txn scope guard - rollback...
2009-05-12 Peter Rabbitson Some more die/croak conversions
2009-03-29 Peter Rabbitson Take experimental off TxnScopeGuard
2008-06-01 Ash Berlin Prepare for new dev release
2008-05-30 Ash Berlin Tidy up TxnScopeGuard and its tests a bit
2008-03-01 Ash Berlin Fix versioning test so it works with SQLT 0.09. v0.08010
2008-02-28 Ash Berlin Todo tests for txn_rollback and scope_guard
2008-02-10 Ash Berlin Add txn_scope_guard method/object