App-Gitc

 view release on metacpan or  search on metacpan

META.json  view on Meta::CPAN

            "File::Temp" : "0",
            "Getopt::Long" : "0",
            "Hash::Merge::Simple" : "0",
            "List::MoreUtils" : "0",
            "List::Util" : "0",
            "POSIX" : "0",
            "Term::ReadLine" : "0",
            "Test::More" : "0",
            "Text::Levenshtein" : "0",
            "Time::Local" : "0",
            "Try::Tiny" : "0",
            "YAML" : "0",
            "YAML::Syck" : "0",
            "base" : "0",
            "constant" : "0",
            "strict" : "0",
            "warnings" : "0"
         }
      },
      "test" : {
         "requires" : {

META.yml  view on Meta::CPAN

  File::Temp: 0
  Getopt::Long: 0
  Hash::Merge::Simple: 0
  List::MoreUtils: 0
  List::Util: 0
  POSIX: 0
  Term::ReadLine: 0
  Test::More: 0
  Text::Levenshtein: 0
  Time::Local: 0
  Try::Tiny: 0
  YAML: 0
  YAML::Syck: 0
  base: 0
  constant: 0
  strict: 0
  warnings: 0
resources:
  bugtracker: https://github.com/GrantStreetGroup/gitc/issues
  repository: git://github.com/GrantStreetGroup/gitc.git
version: 0.60

Makefile.PL  view on Meta::CPAN

    "File::Temp" => 0,
    "Getopt::Long" => 0,
    "Hash::Merge::Simple" => 0,
    "List::MoreUtils" => 0,
    "List::Util" => 0,
    "POSIX" => 0,
    "Term::ReadLine" => 0,
    "Test::More" => 0,
    "Text::Levenshtein" => 0,
    "Time::Local" => 0,
    "Try::Tiny" => 0,
    "YAML" => 0,
    "YAML::Syck" => 0,
    "base" => 0,
    "constant" => 0,
    "strict" => 0,
    "warnings" => 0
  },
  "TEST_REQUIRES" => {
    "ExtUtils::MakeMaker" => 0,
    "File::Spec::Functions" => 0,

lib/App/Gitc/Its/Jira.pm  view on Meta::CPAN

package App::Gitc::Its::Jira;
use strict;
use warnings;

# ABSTRACT: Support for Atlassian JIRA ITS (Issue Tracking System)
our $VERSION = '0.60'; # VERSION


use JIRA::Client;
use JIRA::Client::REST;
use Try::Tiny;
use List::MoreUtils qw( any );
use YAML;

use App::Gitc::Util qw(
    project_config
    command_name
    current_branch
);


t/00-report-prereqs.t  view on Meta::CPAN

  JIRA::Client::REST
  List::MoreUtils
  List::Util
  POSIX
  Pithub::Issues
  Term::ReadLine
  Test::CheckDeps
  Test::More
  Text::Levenshtein
  Time::Local
  Try::Tiny
  YAML
  YAML::Syck
  base
  constant
  strict
  warnings
);

# replace modules with dynamic results from MYMETA.json if we can
# (hide CPAN::Meta from prereq scanner)



( run in 0.322 second using v1.01-cache-2.11-cpan-05444aca049 )