https://github.com/book/test-requires-git
Check your test requirements against the available version of Git
https://github.com/book/test-requires-git
Last synced: 9 months ago
JSON representation
Check your test requirements against the available version of Git
- Host: GitHub
- URL: https://github.com/book/test-requires-git
- Owner: book
- Created: 2015-04-27T10:45:26.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2017-03-07T20:04:07.000Z (over 9 years ago)
- Last Synced: 2025-04-13T21:33:55.619Z (about 1 year ago)
- Language: Perl
- Homepage: http://metacpan.org/pod/Test::Requires::Git
- Size: 55.7 KB
- Stars: 1
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: Changes
Awesome Lists containing this project
README
NAME
Test::Requires::Git - Check your test requirements against the available version of Git
SYNOPSIS
use Test::Requires::Git;
# needs some git that supports `git init $dir`
test_requires_git version_ge => '1.6.5';
DESCRIPTION
Test::Requires::Git checks if the version of Git available for testing
meets the given requirements.
The "current git" is obtained by running "git --version" (so the first
"git" binary found in the "PATH" will be tested).
If the checks fail, then all tests will be skipped.
AUTHOR
Philippe Bruhat (BooK), .
COPYRIGHT
Copyright 2015 Philippe Bruhat (BooK), all rights reserved.
LICENSE
This program is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.