File tree Expand file tree Collapse file tree 8 files changed +486
-5
lines changed Expand file tree Collapse file tree 8 files changed +486
-5
lines changed Original file line number Diff line number Diff line change @@ -18,9 +18,9 @@ my $build = Module::Build->new(
1818 },
1919 meta_merge => {
2020 resources => {
21- homepage => ' http ://search.cpan. org/dist /Text-WordDiff/ ' ,
22- bugtracker => ' http ://github.com/theory/test-xpath /issues/ ' ,
23- repository => ' http ://github.com/theory/test-xpath/tree/ ' ,
21+ homepage => ' https ://metacpan. org/release /Text-WordDiff' ,
22+ bugtracker => ' https ://github.com/ThePerlShop/text-worddiff /issues' ,
23+ repository => ' https ://github.com/ThePerlShop/text-worddiff ' ,
2424 }
2525 },
2626);
Original file line number Diff line number Diff line change 11Revision history for Perl extension Text::WordDiff.
22
3- 0.09
3+ 0.09 2018-08-21T03:21:47
44 - Fixed a typo, thanks to gregor herrmann of the Debian project.
5+ - Update project metadata: The Perl Shop is now project
6+ maintainer, distribution homepage is now on MetaCPAN, and the
7+ project now includes an appropriate LICENSE file.
58
690.08 2011-10-19T22:08:34Z
710 - Control and punctuation characters are now treated as standalone
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ Text::WordDiff requires the following modules:
3434* Term::ANSIColor '0',
3535* HTML::Entities '0',
3636
37- Copyright and Licence
37+ Copyright and License
3838---------------------
3939
4040Copyright (c) 2005-2011 David E. Wheeler. Some Rights Reserved.
Original file line number Diff line number Diff line change @@ -584,6 +584,8 @@ L<bug-Text-WordDiff@rt.cpan.org|mailto:bug-Text-WordDiff@rt.cpan.org>.
584584
585585David E. Wheeler <david@justatheory.com>
586586
587+ Currently maintained by the developers of The Perl Shop <tps@cpan.org>.
588+
587589=head1 Copyright and License
588590
589591Copyright (c) 2005-2011 David E. Wheeler. Some Rights Reserved.
Original file line number Diff line number Diff line change @@ -115,6 +115,8 @@ other than all uppercase.
115115
116116David Wheeler <david@kineticode.com>
117117
118+ Currently maintained by the developers of The Perl Shop <tps@cpan.org>.
119+
118120=head1 Copyright and License
119121
120122Copyright (c) 2005-2011 David E. Wheeler. Some Rights Reserved.
Original file line number Diff line number Diff line change @@ -150,6 +150,8 @@ other than all uppercase.
150150
151151David Wheeler <david@kineticode.com>
152152
153+ Currently maintained by the developers of The Perl Shop <tps@cpan.org>.
154+
153155=head1 Copyright and License
154156
155157Copyright (c) 2005-2011 David E. Wheeler. Some Rights Reserved.
Original file line number Diff line number Diff line change @@ -169,6 +169,8 @@ the F<eg> directory in the Text-WordDiff distribution.
169169
170170Amelia Ireland <join(".", $firstname, $lastname) . "@gmail.com">
171171
172+ Currently maintained by the developers of The Perl Shop <tps@cpan.org>.
173+
172174=head1 Copyright and License
173175
174176Copyright (c) 2011 Amelia Ireland. Some Rights Reserved.
You can’t perform that action at this time.
0 commit comments