App-Git-Perl
view release on metacpan or search on metacpan
- updated test script validation of initial getting data from remote site/metacpan.org
- updated distribution to 0.1.16
- updated version to 0.1.16 - changed endpoints to get repository details, caused by protecting metacpan.org by FastApi CDN on metacpan.org 0.1.15: - fixed script test when running on Windows
0.1.15 2022-07-21 22:40
- fixed disabling testing for Windows platform
0.1.14 2022-07-21 15:28
- Added IO::Socket::SSL as requirement for installation/testing
0.1.13 2022-07-21 14:17
- updated version to 0.1.13
- updated ChangeLog
- 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
"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.18"
}
},
"release_status" : "stable",
---
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.76, 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.18
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.18
x_serialization_backend: 'CPAN::Meta::YAML version 0.020'
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 1.593 second using v1.01-cache-2.11-cpan-39bf76dae61 )