diff options
author | tnn <tnn@pkgsrc.org> | 2016-03-14 11:41:15 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2016-03-14 11:41:15 +0000 |
commit | 1778211041991624ff5aac3d9303361feb4b9b21 (patch) | |
tree | 7a77adf5cfae954790a864df1eff1964cfb71ca6 /devel | |
parent | 7f88de203ec6b66e8ea06f43cb7e165b822bd6a4 (diff) | |
download | pkgsrc-1778211041991624ff5aac3d9303361feb4b9b21.tar.gz |
add DESCR (Hi Wen!)
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Git-Version-Compare/DESCR | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/devel/p5-Git-Version-Compare/DESCR b/devel/p5-Git-Version-Compare/DESCR new file mode 100644 index 00000000000..c9d71621bc5 --- /dev/null +++ b/devel/p5-Git-Version-Compare/DESCR @@ -0,0 +1,5 @@ +Git::Version::Compare contains a selection of subroutines that make +dealing with Git-related things (like versions) a little bit easier. + +The strings to compare can be version numbers, tags from git.git or +the output of git version or git describe. |