The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
{
   "abstract" : "Scope database transactions on DBI handles in code, to detect and prevent issues with unterminated transactions.",
   "author" : [
      "Guillaume Aubert <aubertg@cpan.org>"
   ],
   "dynamic_config" : 1,
   "generated_by" : "Module::Build version 0.4003, CPAN::Meta::Converter version 2.120921",
   "license" : [
      "open_source"
   ],
   "meta-spec" : {
      "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
      "version" : "2"
   },
   "name" : "DBIx-ScopedTransaction",
   "prereqs" : {
      "build" : {
         "requires" : {
            "DBD::SQLite" : "0",
            "DBI" : "0",
            "Data::Dumper" : "0",
            "File::Spec" : "0",
            "Test::Exception" : "0",
            "Test::More" : "0"
         }
      },
      "configure" : {
         "requires" : {
            "Module::Build" : "0"
         }
      },
      "runtime" : {
         "requires" : {
            "Carp" : "0",
            "Data::Validate::Type" : "0",
            "Try::Tiny" : "0",
            "perl" : "5.006"
         }
      }
   },
   "provides" : {
      "DBIx::ScopedTransaction" : {
         "file" : "lib/DBIx/ScopedTransaction.pm",
         "version" : "v1.1.0"
      }
   },
   "release_status" : "stable",
   "resources" : {
      "bugtracker" : {
         "web" : "http://rt.cpan.org/NoAuth/ReportBug.html?Queue=dbix-scopedtransaction"
      },
      "homepage" : "https://metacpan.org/release/DBIx-ScopedTransaction",
      "license" : [
         "http://www.gnu.org/licenses/gpl-3.0.txt"
      ],
      "repository" : {
         "url" : "https://github.com/guillaumeaubert/DBIx-ScopedTransaction"
      }
   },
   "version" : "v1.1.0"
}