Skip to content

Commit 4ba2ad0

Browse files
committed
Merge branch 'master' of github.com:Perl/version.pm
PR20 got merged before the version bump was pushed
2 parents 418c6e6 + daa2e3c commit 4ba2ad0

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Diff for: CHANGES

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Major changes for Perl module version
22

33
This is not a complete list of changes. See repository for full details:
44

5-
https://github.com/JohnPeacock/version.pm.git
5+
https://github.com/Perl/version.pm
66

77
0.99_26
88
* Add usage error to pure-perl vcmp

Diff for: Makefile.PL

+2-2
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,8 @@ sub write_makefile
9696
resources => {
9797
repository => {
9898
type => 'git',
99-
url => 'git://github.com/JohnPeacock/version.pm.git',
100-
web => 'http://github.com/JohnPeacock/version.pm',
99+
url => 'git://github.com/Perl/version.pm.git',
100+
web => 'https://github.com/Perl/version.pm',
101101
},
102102
bugtracker => {
103103
web => 'https://rt.cpan.org/Public/Dist/Display.html?Name=version',

Diff for: README

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Although this code has been fully integrated into the latest Perl release
88
itself (e.g. bleadperl), the CPAN release is considered upstream. The source
99
code itself is available from:
1010

11-
https://github.com/JohnPeacock/version.pm.git
11+
https://github.com/Perl/version.pm
1212

1313
and a bug queue here:
1414

0 commit comments

Comments
 (0)