Skip to content

Commit daa2e3c

Browse files
authored
Merge pull request #20 from haarg/update-repo
update repository links
2 parents d71087c + 4e8ef86 commit daa2e3c

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGES

Lines changed: 1 addition & 1 deletion
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_25
88
* Fix stack usage in vcmp method

Makefile.PL

Lines changed: 2 additions & 2 deletions
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',

README

Lines changed: 1 addition & 1 deletion
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)