App-Git-Autofixup

 view release on metacpan or  search on metacpan

META.json  view on Meta::CPAN

            "IPC::Open3" : "0",
            "Pod::Usage" : "0",
            "perl" : "5.008004",
            "strict" : "0",
            "warnings" : "0"
         }
      },
      "test" : {
         "requires" : {
            "Cwd" : "0",
            "Data::Dumper" : "0",
            "English" : "0",
            "Test::More" : "0",
            "Test::Pod" : "1.00"
         }
      }
   },
   "release_status" : "stable",
   "resources" : {
      "bugtracker" : {
         "web" : "https://github.com/torbiak/git-autofixup/issues"

META.yml  view on Meta::CPAN

---
abstract: 'create fixup commits for topic branches'
author:
  - 'Jordan Torbiak'
build_requires:
  Cwd: '0'
  Data::Dumper: '0'
  English: '0'
  ExtUtils::MakeMaker: '0'
  Test::More: '0'
  Test::Pod: '1.00'
configure_requires:
  ExtUtils::MakeMaker: '0'
dynamic_config: 1
generated_by: 'ExtUtils::MakeMaker version 7.70, CPAN::Meta::Converter version 2.150010'
license: artistic_2
meta-spec:

Makefile.PL  view on Meta::CPAN

        'Pod::Usage' => 0,
        'strict' => 0,
        'warnings' => 0,
    }
}

# Return a hashref of test dependencies in MakeMaker format.
sub get_test_deps {
    return {
        'Cwd' => 0,
        'Data::Dumper' => 0,
        'English' => 0,
        'Test::More' => 0,
        'Test::Pod' => '1.00',
    }
}


my %args = (
    NAME => 'App::Git::Autofixup',
    VERSION_FROM => 'lib/App/Git/Autofixup.pm',



( run in 1.282 second using v1.01-cache-2.11-cpan-4d50c553e7e )