File: 000-report-git-version.t

package info (click to toggle)
libdist-zilla-plugin-git-perl 2.052-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 712 kB
  • sloc: perl: 1,296; makefile: 11
file content (7 lines) | stat: -rw-r--r-- 85 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
use strict;
use warnings;

use Test::More tests => 1;

diag(`git --version`);
ok(1);