App-Git-Perl

 view release on metacpan or  search on metacpan

ChangeLog  view on Meta::CPAN

Revision history for App::Git::Perl

0.1.15    2022-07-21 22:37

- fixed disabling testing for Windows platform

0.1.14    2022-07-21 15:25

- added IO::Socket::SSL as requirement

0.1.13    2022-07-21 14:12

- fixed finding module listed on cli between recent and real repositories
- fixed tests - checking is repository cloned and where it is clone
- skip testing for Windows OS / not supported / linux only
- add comments in scripts for few tests
- fixed stderr leak when reading from nonexisting config file

0.1.12    2022-07-05 12:25

META.json  view on Meta::CPAN

            "ExtUtils::MakeMaker" : "0"
         }
      },
      "configure" : {
         "requires" : {
            "ExtUtils::MakeMaker" : "0"
         }
      },
      "runtime" : {
         "requires" : {
            "IO::Socket::SSL" : "1.42",
            "perl" : "5.014"
         }
      },
      "test" : {
         "requires" : {
            "IO::Socket::SSL" : "1.42"
         }
      }
   },
   "provides" : {
      "App::Git::Perl" : {
         "file" : "lib/App/Git/Perl.pm",
         "version" : "v0.1.15"
      }
   },
   "release_status" : "stable",

META.yml  view on Meta::CPAN

---
abstract: 'adds custom git command "git perl" to make it easier to monitor latest changes in perl modules, and make you collaborate faster.'
author:
  - 'Nedzad Hrnjica'
build_requires:
  ExtUtils::MakeMaker: '0'
  IO::Socket::SSL: '1.42'
configure_requires:
  ExtUtils::MakeMaker: '0'
dynamic_config: 1
generated_by: 'ExtUtils::MakeMaker version 7.64, CPAN::Meta::Converter version 2.150010'
license: perl
meta-spec:
  url: http://module-build.sourceforge.net/META-spec-v1.4.html
  version: '1.4'
name: App-Git-Perl
no_index:
  directory:
    - t
    - inc
provides:
  App::Git::Perl:
    file: lib/App/Git/Perl.pm
    version: v0.1.15
requires:
  IO::Socket::SSL: '1.42'
  perl: '5.014'
resources:
  bugtracker: https://github.com/nedzadhrnjica/App-Git-Perl/issues
  repository: https://github.com/nedzadhrnjica/App-Git-Perl.git
version: v0.1.15
x_serialization_backend: 'CPAN::Meta::YAML version 0.018'

Makefile.PL  view on Meta::CPAN

  ABSTRACT_FROM    => 'lib/App/Git/Perl.pm',
  AUTHOR           => 'Nedzad Hrnjica',
  LICENSE          => 'perl',
  MIN_PERL_VERSION => '5.014',
  EXE_FILES        => ['script/git-perl'],
  (eval { ExtUtils::MakeMaker->VERSION(6.46) } ? (META_MERGE => {
    'meta-spec' => { version => 2 },
     prereqs => {
       test => {
         requires => {
           'IO::Socket::SSL' => '1.42',
         },
       },
       runtime => {
         requires => {
           'IO::Socket::SSL' => '1.42',
        },
      },
    },
    resources => {
      repository => {
        type       => 'git',
        url        => 'https://github.com/nedzadhrnjica/App-Git-Perl.git',
        web        => 'https://github.com/nedzadhrnjica/App-Git-Perl',
      },
      bugtracker => {



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