summaryrefslogtreecommitdiff
path: root/configpm
diff options
context:
space:
mode:
authorRicardo SIGNES <rjbs@cpan.org>2009-05-14 09:17:18 +0200
committerSteffen Mueller <smueller@cpan.org>2009-05-14 09:17:18 +0200
commit58ab674396867145170e9c1fbd7457883b386ab8 (patch)
tree4273a93622bb5cd90d7c714e742dac613b6e5cd5 /configpm
parentea8b8ad24d31f92547d2469708185eb6d4cf1a13 (diff)
downloadperl-58ab674396867145170e9c1fbd7457883b386ab8.tar.gz
document Git_Data
Diffstat (limited to 'configpm')
-rwxr-xr-xconfigpm15
1 files changed, 15 insertions, 0 deletions
diff --git a/configpm b/configpm
index 7651a9ca7b..5baed2b99c 100755
--- a/configpm
+++ b/configpm
@@ -938,6 +938,21 @@ print CONFIG_POD <<'ENDOFTAIL';
=back
+=head1 GIT DATA
+
+Information on the git commit from which the current perl binary was compiled
+can be found in the variable C<$Config::Git_Data>. The variable is a
+structured string that looks something like this:
+
+ git_commit_id='ea0c2dbd5f5ac6845ecc7ec6696415bf8e27bd52'
+ git_describe='GitLive-blead-1076-gea0c2db'
+ git_branch='smartmatch'
+ git_uncommitted_changes=''
+ git_commit_id_title='Commit id:'
+ git_commit_date='2009-05-09 17:47:31 +0200'
+
+Its format is not guaranteed not to change over time.
+
=head1 NOTE
This module contains a good example of how to use tie to implement a