diff options
author | Abigail <abigail@abigail.be> | 2010-09-08 15:09:26 +0200 |
---|---|---|
committer | Abigail <abigail@abigail.be> | 2010-09-08 15:09:26 +0200 |
commit | 6a7d5ce25a1c1b4c6bf66d85390668c816176471 (patch) | |
tree | 01b12f3a8623bd77eb8b12416470a60ac7100534 /Changes | |
parent | ed29bbbac44430b129e491f57e8ad177784c878e (diff) | |
download | perl-6a7d5ce25a1c1b4c6bf66d85390668c816176471.tar.gz |
Perl releases are tagged v5.XX.YY since v5.11.0. Updated the example
to reflect this. Now it can be cut-and-pasted and actually give useful
output.
Diffstat (limited to 'Changes')
-rw-r--r-- | Changes | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,7 +12,7 @@ at http://perl5.git.perl.org/perl.git (follow the 'shortlog' link beside the relevant tag). Or, you can download a copy of the git repository and then run a command like - git log --name-status perl-5.13.3..perl-5.13.4 + git log --name-status v5.13.3..v5.13.4 to view all the changes between 5.13.3 and 5.13.4. |