The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
{
   "abstract" : "Yet another SQL builder",
   "author" : [
      "Tokuhiro Matsuno <tokuhirom AAJKLFJEF@ GMAIL COM>"
   ],
   "dynamic_config" : 0,
   "generated_by" : "Minilla/v0.13.0",
   "license" : [
      "perl_5"
   ],
   "meta-spec" : {
      "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
      "version" : "2"
   },
   "name" : "SQL-Maker",
   "no_index" : {
      "directory" : [
         "t",
         "xt",
         "inc",
         "share",
         "eg",
         "examples",
         "author",
         "builder"
      ]
   },
   "prereqs" : {
      "configure" : {
         "requires" : {
            "CPAN::Meta" : "0",
            "CPAN::Meta::Prereqs" : "0",
            "Module::Build" : "0.38"
         }
      },
      "develop" : {
         "requires" : {
            "Test::CPAN::Meta" : "0",
            "Test::MinimumVersion::Fast" : "0.04",
            "Test::Pod" : "1.41",
            "Test::Spellunker" : "v0.2.7"
         }
      },
      "runtime" : {
         "requires" : {
            "Class::Accessor::Lite" : "0.05",
            "DBI" : "0",
            "Module::Load" : "0",
            "Scalar::Util" : "0",
            "parent" : "0",
            "perl" : "5.008001"
         }
      },
      "test" : {
         "requires" : {
            "Test::More" : "0.98",
            "Test::Requires" : "0",
            "Tie::IxHash" : "0"
         }
      }
   },
   "provides" : {
      "SQL::Maker" : {
         "file" : "lib/SQL/Maker.pm",
         "version" : "1.15"
      },
      "SQL::Maker::Condition" : {
         "file" : "lib/SQL/Maker/Condition.pm"
      },
      "SQL::Maker::Plugin::InsertMulti" : {
         "file" : "lib/SQL/Maker/Plugin/InsertMulti.pm"
      },
      "SQL::Maker::Plugin::InsertOnDuplicate" : {
         "file" : "lib/SQL/Maker/Plugin/InsertOnDuplicate.pm"
      },
      "SQL::Maker::SQLType" : {
         "file" : "lib/SQL/Maker/SQLType.pm"
      },
      "SQL::Maker::Select" : {
         "file" : "lib/SQL/Maker/Select.pm"
      },
      "SQL::Maker::Select::Oracle" : {
         "file" : "lib/SQL/Maker/Select/Oracle.pm"
      },
      "SQL::Maker::SelectSet" : {
         "file" : "lib/SQL/Maker/SelectSet.pm"
      },
      "SQL::Maker::Util" : {
         "file" : "lib/SQL/Maker/Util.pm"
      }
   },
   "release_status" : "stable",
   "resources" : {
      "bugtracker" : {
         "web" : "https://github.com/tokuhirom/SQL-Maker/issues"
      },
      "homepage" : "https://github.com/tokuhirom/SQL-Maker",
      "repository" : {
         "url" : "git://github.com/tokuhirom/SQL-Maker.git",
         "web" : "https://github.com/tokuhirom/SQL-Maker"
      }
   },
   "version" : "1.15",
   "x_contributors" : [
      "lestrrat <lestrrat+github@gmail.com>",
      "makamaka <makamaka.donzoko@gmail.com>",
      "Atsushi Kobayashi <nekokak@gmail.com>",
      "yamaguchi.toru <zigorou@cpan.org>",
      "Fuji, Goro <gfuji@cpan.org>",
      "issm <issmxx@gmail.com>",
      "Masahiro Chiba <nihen@megabbs.com>",
      "Masahiro Chiba <chiba@everqueue.com>",
      "Toshio Ito <debug.ito@gmail.com>",
      "Masayuki Matsuki <y.songmu@gmail.com>",
      "Neil Bowers <neil@bowers.com>",
      "Gelu Lupas <gvl@cpan.org>",
      "karupanerura <karupa@cpan.org>",
      "soh335 <sugarbabe335@gmail.com>",
      "Tokuhiro Matsuno <tokuhirom@gmail.com>"
   ]
}