NAME
Nour::Database
VERSION
version 0.01
tx # This code commits: $self->tx( sub { my $tx = shift; # do some inserts/updates return 1; } ); # This code doesn't: $self->tx( sub { my $tx = shift; # do some inserts/updates return 0; # or die, return pre-maturely, etc. } );
AUTHOR
Nour Sharabash <amirite@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2013 by Nour Sharabash.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.