Skip to content

Commit 7f964da

Browse files
authored
Update project metadata. (#2)
* The Perl Shop is now project maintainer. * Distribution homepage is now on MetaCPAN. * The project now includes an appropriate LICENSE file.
1 parent c324905 commit 7f964da

File tree

5 files changed

+480
-5
lines changed

5 files changed

+480
-5
lines changed

Build.PL

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ my $build = Module::Build->new(
1616
},
1717
meta_merge => {
1818
resources => {
19-
homepage => 'http://search.cpan.org/dist/Text-Diff-HTML/',
20-
bugtracker => 'http://github.com/theory/text-diff-html/issues/',
21-
repository => 'http://github.com/theory/text-diff-html/',
19+
homepage => 'https://metacpan.org/release/Text-Diff-HTML',
20+
bugtracker => 'http://github.com/ThePerlShop/text-diff-html/issues/',
21+
repository => 'http://github.com/ThePerlShop/text-diff-html/',
2222
}
2323
},
2424
);

Changes

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
Revision history for Perl extension Text::Diff::HTML.
22

3-
0.08
3+
0.08 2018-08-21T03:21:47
4+
- Update project metadata: The Perl Shop is now project
5+
maintainer, distribution homepage is now on MetaCPAN, and the
6+
project now includes an appropriate LICENSE file.
47

58
0.07 2011-06-26T05:48:03
69
- Moved to [GitHub](http://github.com/theory/text-diff-html/).

0 commit comments

Comments
 (0)