The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
{
   "abstract" : "Generically interface with version control systems",
   "author" : [
      "Ivan Wills <ivan.wills@gmail.com>"
   ],
   "dynamic_config" : 1,
   "generated_by" : "Module::Build version 0.4204",
   "license" : [
      "perl_5"
   ],
   "meta-spec" : {
      "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
      "version" : "2"
   },
   "name" : "VCS-Which",
   "prereqs" : {
      "build" : {
         "requires" : {
            "Test::MinimumVersion" : "0",
            "Test::More" : "0",
            "Test::NoWarnings" : "0"
         }
      },
      "configure" : {
         "requires" : {
            "Module::Build" : "0.38"
         }
      },
      "runtime" : {
         "requires" : {
            "Contextual::Return" : "0",
            "File::chdir" : "0",
            "IO::Prompt" : "0",
            "List::MoreUtils" : "0",
            "Path::Class" : "0.16",
            "perl" : "5.008",
            "version" : "0"
         }
      }
   },
   "provides" : {
      "VCS::Which" : {
         "file" : "lib/VCS/Which.pm",
         "version" : "v0.5.0"
      },
      "VCS::Which::Plugin" : {
         "file" : "lib/VCS/Which/Plugin.pm",
         "version" : "v0.5.0"
      },
      "VCS::Which::Plugin::Bazaar" : {
         "file" : "lib/VCS/Which/Plugin/Bazaar.pm",
         "version" : "v0.5.0"
      },
      "VCS::Which::Plugin::CVS" : {
         "file" : "lib/VCS/Which/Plugin/CVS.pm",
         "version" : "v0.3.0"
      },
      "VCS::Which::Plugin::Git" : {
         "file" : "lib/VCS/Which/Plugin/Git.pm",
         "version" : "v0.5.0"
      },
      "VCS::Which::Plugin::Subversion" : {
         "file" : "lib/VCS/Which/Plugin/Subversion.pm",
         "version" : "v0.5.0"
      }
   },
   "release_status" : "stable",
   "resources" : {
      "bugtracker" : {
         "web" : "http://rt.cpan.org/NoAuth/Bugs.html?Dist=VCS-Which"
      },
      "license" : [
         "http://dev.perl.org/licenses/"
      ],
      "repository" : {
         "url" : "http://github.com/ivanwills/VCS-Which"
      }
   },
   "version" : "v0.5.0"
}