Skip to content

Commit e09f4c3

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

File tree

8 files changed

+486
-5
lines changed

8 files changed

+486
-5
lines changed

Build.PL

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
);

Changes

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
Revision 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

69
0.08 2011-10-19T22:08:34Z
710
- Control and punctuation characters are now treated as standalone

LICENSE

Lines changed: 470 additions & 0 deletions
Large diffs are not rendered by default.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

4040
Copyright (c) 2005-2011 David E. Wheeler. Some Rights Reserved.

lib/Text/WordDiff.pm

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -584,6 +584,8 @@ L<[email protected]|mailto:[email protected]>.
584584
585585
David E. Wheeler <[email protected]>
586586
587+
Currently maintained by the developers of The Perl Shop <[email protected]>.
588+
587589
=head1 Copyright and License
588590
589591
Copyright (c) 2005-2011 David E. Wheeler. Some Rights Reserved.

lib/Text/WordDiff/ANSIColor.pm

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,8 @@ other than all uppercase.
115115
116116
David Wheeler <[email protected]>
117117
118+
Currently maintained by the developers of The Perl Shop <[email protected]>.
119+
118120
=head1 Copyright and License
119121
120122
Copyright (c) 2005-2011 David E. Wheeler. Some Rights Reserved.

lib/Text/WordDiff/HTML.pm

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,8 @@ other than all uppercase.
150150
151151
David Wheeler <[email protected]>
152152
153+
Currently maintained by the developers of The Perl Shop <[email protected]>.
154+
153155
=head1 Copyright and License
154156
155157
Copyright (c) 2005-2011 David E. Wheeler. Some Rights Reserved.

lib/Text/WordDiff/HTMLTwoLines.pm

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,8 @@ the F<eg> directory in the Text-WordDiff distribution.
169169
170170
Amelia Ireland <join(".", $firstname, $lastname) . "@gmail.com">
171171
172+
Currently maintained by the developers of The Perl Shop <[email protected]>.
173+
172174
=head1 Copyright and License
173175
174176
Copyright (c) 2011 Amelia Ireland. Some Rights Reserved.

0 commit comments

Comments
 (0)