Gentoo Archives: gentoo-commits

From: Kent Fredric <kentfredric@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/CPAN-Reporter/, dev-perl/CPAN-Reporter/files/1.2004/
Date: Thu, 01 Mar 2012 22:55:32
Message-Id: 1330642499.352fa6c97c131e589b190948a7f7c3aa345d3562.kent@gentoo
1 commit: 352fa6c97c131e589b190948a7f7c3aa345d3562
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Thu Mar 1 22:54:59 2012 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Thu Mar 1 22:54:59 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=352fa6c9
7
8 [newversion/patched] CPAN-Reporter-1.200.400-r1
9
10 (Portage version: 2.2.0_alpha85/git/Linux x86_64, signed Manifest commit with key 4132B87441EA24A4EB5E6DE181EC638ED7AE97A6)
11
12 ---
13 .../CPAN-Reporter-1.200.400-r1.ebuild | 101 +++++
14 dev-perl/CPAN-Reporter/ChangeLog | 6 +
15 .../CPAN-Reporter/files/1.2004/canonpath.patch | 398 ++++++++++++++++++++
16 3 files changed, 505 insertions(+), 0 deletions(-)
17
18 diff --git a/dev-perl/CPAN-Reporter/CPAN-Reporter-1.200.400-r1.ebuild b/dev-perl/CPAN-Reporter/CPAN-Reporter-1.200.400-r1.ebuild
19 new file mode 100644
20 index 0000000..9855bd4
21 --- /dev/null
22 +++ b/dev-perl/CPAN-Reporter/CPAN-Reporter-1.200.400-r1.ebuild
23 @@ -0,0 +1,101 @@
24 +# Copyright 1999-2012 Gentoo Foundation
25 +# Distributed under the terms of the GNU General Public License v2
26 +# $Header: $
27 +EAPI=4
28 +MODULE_AUTHOR=DAGOLDEN
29 +MODULE_VERSION=1.2004
30 +inherit perl-module
31 +
32 +DESCRIPTION='Adds CPAN Testers reporting to CPAN.pm'
33 +LICENSE=" Apache-2.0"
34 +SLOT="0"
35 +KEYWORDS="~amd64 ~x86"
36 +IUSE="test"
37 +PATCHES=(
38 + "${FILESDIR}/${MODULE_VERSION}/canonpath.patch"
39 +)
40 +perl_meta_configure() {
41 + # ExtUtils::MakeMaker 6.30 ( 6.300.0 )
42 + echo \>=virtual/perl-ExtUtils-MakeMaker-6.30
43 +}
44 +perl_meta_runtime() {
45 + # CPAN 1.9301 ( 1.930.100 )
46 + echo \>=virtual/perl-CPAN-1.930.100
47 + # CPAN::Version
48 + echo virtual/perl-CPAN
49 + # Capture::Tiny
50 + echo dev-perl/Capture-Tiny
51 + # Carp
52 + # echo virtual/perl-Carp
53 + # Config
54 + #echo unresolved
55 + # Config::Tiny 2.08 ( 2.80.0 )
56 + echo \>=dev-perl/Config-Tiny-2.08
57 + # Devel::Autoflush 0.04 ( 0.40.0 )
58 + echo \>=dev-perl/Devel-Autoflush-0.40.0
59 + # Exporter
60 + echo virtual/perl-Exporter
61 + # ExtUtils::MakeMaker 6.36 ( 6.360.0 )
62 + echo \>=virtual/perl-ExtUtils-MakeMaker-6.36
63 + # Fcntl
64 + echo dev-lang/perl
65 + # File::Basename
66 + echo dev-lang/perl
67 + # File::Find
68 + echo dev-lang/perl
69 + # File::Glob
70 + echo dev-lang/perl
71 + # File::HomeDir 0.58 ( 0.580.0 )
72 + echo \>=dev-perl/File-HomeDir-0.58
73 + # File::Path
74 + echo virtual/perl-File-Path
75 + # File::Spec 3.19 ( 3.190.0 )
76 + echo \>=virtual/perl-File-Spec-3.19
77 + # File::Temp 0.16 ( 0.160.0 )
78 + echo \>=virtual/perl-File-Temp-0.160.0
79 + # IO::File
80 + echo virtual/perl-IO
81 + # IPC::Cmd 0.46 ( 0.460.0 )
82 + echo \>=virtual/perl-IPC-Cmd-0.460.0
83 + # Parse::CPAN::Meta
84 + echo virtual/perl-Parse-CPAN-Meta
85 + # Probe::Perl
86 + echo dev-perl/Probe-Perl
87 + # Test::Reporter 1.54 ( 1.540.0 )
88 + echo \>=dev-perl/Test-Reporter-1.540.0
89 + # constant
90 + # echo virtual/perl-constant
91 + # perl 5.006 ( 5.6.0 )
92 + echo \>=dev-lang/perl-5.6.0
93 + # strict
94 + echo dev-lang/perl
95 + # vars
96 + echo dev-lang/perl
97 +}
98 +perl_meta_test() {
99 + # Archive::Tar 1.54 ( 1.540.0 )
100 + echo \>=virtual/perl-Archive-Tar-1.54
101 + # File::Copy::Recursive 0.35 ( 0.350.0 )
102 + echo \>=dev-perl/File-Copy-Recursive-0.350.0
103 + # File::Spec::Functions
104 + echo virtual/perl-File-Spec
105 + # File::pushd 0.32 ( 0.320.0 )
106 + echo \>=dev-perl/File-pushd-0.320.0
107 + # IO::CaptureOutput 1.03 ( 1.30.0 )
108 + echo \>=dev-perl/IO-CaptureOutput-1.30.0
109 + # Test::Harness
110 + echo virtual/perl-Test-Harness
111 + # Test::More 0.62 ( 0.620.0 )
112 + echo \>=virtual/perl-Test-Simple-0.62
113 + # warnings
114 + echo dev-lang/perl
115 +}
116 +DEPEND="
117 + $(perl_meta_configure)
118 + $(perl_meta_runtime)
119 + test? ( $(perl_meta_test) )
120 +"
121 +RDEPEND="
122 + $(perl_meta_runtime)
123 +"
124 +SRC_TEST="do"
125
126 diff --git a/dev-perl/CPAN-Reporter/ChangeLog b/dev-perl/CPAN-Reporter/ChangeLog
127 index c50492b..d7090c8 100644
128 --- a/dev-perl/CPAN-Reporter/ChangeLog
129 +++ b/dev-perl/CPAN-Reporter/ChangeLog
130 @@ -2,6 +2,12 @@
131 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
132 # $Header: $
133
134 +*CPAN-Reporter-1.200.400-r1 (01 Mar 2012)
135 +
136 + 01 Mar 2012; Kent Fredric <kentfredric@×××××.com>
137 + +files/1.2004/canonpath.patch, +CPAN-Reporter-1.200.400-r1.ebuild:
138 + Add a patched version fixed to let tests pass
139 +
140 *CPAN-Reporter-1.200.400 (01 Mar 2012)
141
142 01 Mar 2012; Kent Fredric <kentfredric@×××××.com>
143
144 diff --git a/dev-perl/CPAN-Reporter/files/1.2004/canonpath.patch b/dev-perl/CPAN-Reporter/files/1.2004/canonpath.patch
145 new file mode 100644
146 index 0000000..ed4846e
147 --- /dev/null
148 +++ b/dev-perl/CPAN-Reporter/files/1.2004/canonpath.patch
149 @@ -0,0 +1,398 @@
150 +diff -Naur CPAN-Reporter-1.2004/Changes CPAN-Reporter-1.2004_01/Changes
151 +--- CPAN-Reporter-1.2004/Changes 2012-02-14 10:25:22.000000000 +1300
152 ++++ CPAN-Reporter-1.2004_01/Changes 2012-03-02 11:33:56.888329313 +1300
153 +@@ -1,5 +1,7 @@
154 + Revision history for Perl module CPAN::Reporter
155 +
156 ++1.2004_01 2012-03-02 11:33:41 Pacific/Auckland
157 ++
158 + 1.2004 2012-02-13 16:25:07 EST5EDT
159 +
160 + [BUG FIXES]
161 +diff -Naur CPAN-Reporter-1.2004/lib/CPAN/Reporter/API.pm CPAN-Reporter-1.2004_01/lib/CPAN/Reporter/API.pm
162 +--- CPAN-Reporter-1.2004/lib/CPAN/Reporter/API.pm 2012-02-14 10:25:22.000000000 +1300
163 ++++ CPAN-Reporter-1.2004_01/lib/CPAN/Reporter/API.pm 2012-03-02 11:33:56.919329455 +1300
164 +@@ -1,6 +1,6 @@
165 + use strict; # make CPANTS happy
166 + package CPAN::Reporter::API;
167 +-our $VERSION = '1.2004'; # VERSION
168 ++our $VERSION = '1.2004_01'; # VERSION
169 +
170 + 1;
171 +
172 +@@ -16,7 +16,7 @@
173 +
174 + =head1 VERSION
175 +
176 +-version 1.2004
177 ++version 1.2004_01
178 +
179 + =head1 FUNCTIONS
180 +
181 +diff -Naur CPAN-Reporter-1.2004/lib/CPAN/Reporter/Config.pm CPAN-Reporter-1.2004_01/lib/CPAN/Reporter/Config.pm
182 +--- CPAN-Reporter-1.2004/lib/CPAN/Reporter/Config.pm 2012-02-14 10:25:22.000000000 +1300
183 ++++ CPAN-Reporter-1.2004_01/lib/CPAN/Reporter/Config.pm 2012-03-02 11:33:56.921329464 +1300
184 +@@ -1,6 +1,6 @@
185 + use strict;
186 + package CPAN::Reporter::Config;
187 +-our $VERSION = '1.2004'; # VERSION
188 ++our $VERSION = '1.2004_01'; # VERSION
189 +
190 + use Config::Tiny 2.08 ();
191 + use File::Glob ();
192 +@@ -457,7 +457,7 @@
193 + $id_file = File::Spec->catdir(File::HomeDir->my_home, $1);
194 + }
195 + elsif ( $id_file =~ /~/ ) {
196 +- $id_file = File::Glob::bsd_glob( $id_file );
197 ++ $id_file = File::Spec->canonpath(File::Glob::bsd_glob( $id_file ));
198 + }
199 + unless ( File::Spec->file_name_is_absolute( $id_file ) ) {
200 + $id_file = File::Spec->catfile(
201 +@@ -661,7 +661,7 @@
202 +
203 + =head1 VERSION
204 +
205 +-version 1.2004
206 ++version 1.2004_01
207 +
208 + =head1 SYNOPSIS
209 +
210 +diff -Naur CPAN-Reporter-1.2004/lib/CPAN/Reporter/FAQ.pm CPAN-Reporter-1.2004_01/lib/CPAN/Reporter/FAQ.pm
211 +--- CPAN-Reporter-1.2004/lib/CPAN/Reporter/FAQ.pm 2012-02-14 10:25:22.000000000 +1300
212 ++++ CPAN-Reporter-1.2004_01/lib/CPAN/Reporter/FAQ.pm 2012-03-02 11:33:56.920329460 +1300
213 +@@ -1,6 +1,6 @@
214 + use strict; # make CPANTS happy
215 + package CPAN::Reporter::FAQ;
216 +-our $VERSION = '1.2004'; # VERSION
217 ++our $VERSION = '1.2004_01'; # VERSION
218 +
219 + 1;
220 +
221 +@@ -16,7 +16,7 @@
222 +
223 + =head1 VERSION
224 +
225 +-version 1.2004
226 ++version 1.2004_01
227 +
228 + =head1 REPORT GRADES
229 +
230 +diff -Naur CPAN-Reporter-1.2004/lib/CPAN/Reporter/History.pm CPAN-Reporter-1.2004_01/lib/CPAN/Reporter/History.pm
231 +--- CPAN-Reporter-1.2004/lib/CPAN/Reporter/History.pm 2012-02-14 10:25:22.000000000 +1300
232 ++++ CPAN-Reporter-1.2004_01/lib/CPAN/Reporter/History.pm 2012-03-02 11:33:56.920329460 +1300
233 +@@ -1,6 +1,6 @@
234 + use strict;
235 + package CPAN::Reporter::History;
236 +-our $VERSION = '1.2004'; # VERSION
237 ++our $VERSION = '1.2004_01'; # VERSION
238 +
239 + use vars qw/@ISA @EXPORT_OK/;
240 +
241 +@@ -320,7 +320,7 @@
242 +
243 + =head1 VERSION
244 +
245 +-version 1.2004
246 ++version 1.2004_01
247 +
248 + =head1 SYNOPSIS
249 +
250 +diff -Naur CPAN-Reporter-1.2004/lib/CPAN/Reporter/PrereqCheck.pm CPAN-Reporter-1.2004_01/lib/CPAN/Reporter/PrereqCheck.pm
251 +--- CPAN-Reporter-1.2004/lib/CPAN/Reporter/PrereqCheck.pm 2012-02-14 10:25:22.000000000 +1300
252 ++++ CPAN-Reporter-1.2004_01/lib/CPAN/Reporter/PrereqCheck.pm 2012-03-02 11:33:56.919329455 +1300
253 +@@ -1,6 +1,6 @@
254 + use strict;
255 + package CPAN::Reporter::PrereqCheck;
256 +-our $VERSION = '1.2004'; # VERSION
257 ++our $VERSION = '1.2004_01'; # VERSION
258 +
259 + use ExtUtils::MakeMaker 6.36;
260 + use File::Spec;
261 +@@ -128,7 +128,7 @@
262 +
263 + =head1 VERSION
264 +
265 +-version 1.2004
266 ++version 1.2004_01
267 +
268 + =head1 SYNOPSIS
269 +
270 +diff -Naur CPAN-Reporter-1.2004/lib/CPAN/Reporter.pm CPAN-Reporter-1.2004_01/lib/CPAN/Reporter.pm
271 +--- CPAN-Reporter-1.2004/lib/CPAN/Reporter.pm 2012-02-14 10:25:22.000000000 +1300
272 ++++ CPAN-Reporter-1.2004_01/lib/CPAN/Reporter.pm 2012-03-02 11:33:56.918329450 +1300
273 +@@ -1,6 +1,6 @@
274 + use strict;
275 + package CPAN::Reporter;
276 +-our $VERSION = '1.2004'; # VERSION
277 ++our $VERSION = '1.2004_01'; # VERSION
278 +
279 + use Config;
280 + use Capture::Tiny qw/ capture tee_merged /;
281 +@@ -1480,7 +1480,7 @@
282 +
283 + =head1 VERSION
284 +
285 +-version 1.2004
286 ++version 1.2004_01
287 +
288 + =head1 SYNOPSIS
289 +
290 +@@ -1683,7 +1683,7 @@
291 +
292 + =back
293 +
294 +-=for :stopwords cpan testmatrix url annocpan anno bugtracker rt cpants kwalitee diff irc mailto metadata placeholders
295 ++=for :stopwords cpan testmatrix url annocpan anno bugtracker rt cpants kwalitee diff irc mailto metadata placeholders metacpan
296 +
297 + =head1 SUPPORT
298 +
299 +@@ -1698,9 +1698,9 @@
300 + This is open source software. The code repository is available for
301 + public review and contribution under the terms of the license.
302 +
303 +-L<https://github.com/dagolden/cpan-reporter>
304 ++L<https://github.com/kentfredric/cpan-reporter>
305 +
306 +- git clone https://github.com/dagolden/cpan-reporter.git
307 ++ git clone https://github.com/kentfredric/cpan-reporter.git
308 +
309 + =head1 AUTHOR
310 +
311 +diff -Naur CPAN-Reporter-1.2004/Makefile.PL CPAN-Reporter-1.2004_01/Makefile.PL
312 +--- CPAN-Reporter-1.2004/Makefile.PL 2012-02-14 10:25:22.000000000 +1300
313 ++++ CPAN-Reporter-1.2004_01/Makefile.PL 2012-03-02 11:33:56.937329537 +1300
314 +@@ -55,7 +55,7 @@
315 + "strict" => 0,
316 + "vars" => 0
317 + },
318 +- "VERSION" => "1.2004",
319 ++ "VERSION" => "1.2004_01",
320 + "test" => {
321 + "TESTS" => "t/*.t"
322 + }
323 +diff -Naur CPAN-Reporter-1.2004/META.json CPAN-Reporter-1.2004_01/META.json
324 +--- CPAN-Reporter-1.2004/META.json 2012-02-14 10:25:22.000000000 +1300
325 ++++ CPAN-Reporter-1.2004_01/META.json 2012-03-02 11:33:56.936329533 +1300
326 +@@ -4,7 +4,7 @@
327 + "David Golden <dagolden@××××.org>"
328 + ],
329 + "dynamic_config" : 0,
330 +- "generated_by" : "Dist::Zilla version 4.300005, CPAN::Meta::Converter version 2.112621",
331 ++ "generated_by" : "Dist::Zilla version 4.300009, CPAN::Meta::Converter version 2.120530",
332 + "license" : [
333 + "apache_2_0"
334 + ],
335 +@@ -33,85 +33,85 @@
336 + "runtime" : {
337 + "requires" : {
338 + "CPAN" : "1.9301",
339 +- "CPAN::Version" : 0,
340 +- "Capture::Tiny" : 0,
341 +- "Carp" : 0,
342 +- "Config" : 0,
343 ++ "CPAN::Version" : "0",
344 ++ "Capture::Tiny" : "0",
345 ++ "Carp" : "0",
346 ++ "Config" : "0",
347 + "Config::Tiny" : "2.08",
348 + "Devel::Autoflush" : "0.04",
349 +- "Exporter" : 0,
350 ++ "Exporter" : "0",
351 + "ExtUtils::MakeMaker" : "6.36",
352 +- "Fcntl" : 0,
353 +- "File::Basename" : 0,
354 +- "File::Find" : 0,
355 +- "File::Glob" : 0,
356 ++ "Fcntl" : "0",
357 ++ "File::Basename" : "0",
358 ++ "File::Find" : "0",
359 ++ "File::Glob" : "0",
360 + "File::HomeDir" : "0.58",
361 +- "File::Path" : 0,
362 ++ "File::Path" : "0",
363 + "File::Spec" : "3.19",
364 + "File::Temp" : "0.16",
365 +- "IO::File" : 0,
366 ++ "IO::File" : "0",
367 + "IPC::Cmd" : "0.46",
368 +- "Parse::CPAN::Meta" : 0,
369 +- "Probe::Perl" : 0,
370 ++ "Parse::CPAN::Meta" : "0",
371 ++ "Probe::Perl" : "0",
372 + "Test::Reporter" : "1.54",
373 +- "constant" : 0,
374 ++ "constant" : "0",
375 + "perl" : "5.006",
376 +- "strict" : 0,
377 +- "vars" : 0
378 ++ "strict" : "0",
379 ++ "vars" : "0"
380 + }
381 + },
382 + "test" : {
383 + "requires" : {
384 + "Archive::Tar" : "1.54",
385 + "File::Copy::Recursive" : "0.35",
386 +- "File::Spec::Functions" : 0,
387 ++ "File::Spec::Functions" : "0",
388 + "File::pushd" : "0.32",
389 + "IO::CaptureOutput" : "1.03",
390 +- "Test::Harness" : 0,
391 ++ "Test::Harness" : "0",
392 + "Test::More" : "0.62",
393 +- "warnings" : 0
394 ++ "warnings" : "0"
395 + }
396 + }
397 + },
398 + "provides" : {
399 + "CPAN::Reporter" : {
400 + "file" : "lib/CPAN/Reporter.pm",
401 +- "version" : "1.2004"
402 ++ "version" : "1.2004_01"
403 + },
404 + "CPAN::Reporter::API" : {
405 + "file" : "lib/CPAN/Reporter/API.pm",
406 +- "version" : "1.2004"
407 ++ "version" : "1.2004_01"
408 + },
409 + "CPAN::Reporter::Config" : {
410 + "file" : "lib/CPAN/Reporter/Config.pm",
411 +- "version" : "1.2004"
412 ++ "version" : "1.2004_01"
413 + },
414 + "CPAN::Reporter::FAQ" : {
415 + "file" : "lib/CPAN/Reporter/FAQ.pm",
416 +- "version" : "1.2004"
417 ++ "version" : "1.2004_01"
418 + },
419 + "CPAN::Reporter::History" : {
420 + "file" : "lib/CPAN/Reporter/History.pm",
421 +- "version" : "1.2004"
422 ++ "version" : "1.2004_01"
423 + },
424 + "CPAN::Reporter::PrereqCheck" : {
425 + "file" : "lib/CPAN/Reporter/PrereqCheck.pm",
426 +- "version" : "1.2004"
427 ++ "version" : "1.2004_01"
428 + }
429 + },
430 +- "release_status" : "stable",
431 ++ "release_status" : "testing",
432 + "resources" : {
433 + "bugtracker" : {
434 + "mailto" : "bug-cpan-reporter at rt.cpan.org",
435 + "web" : "http://rt.cpan.org/Public/Dist/Display.html?Name=CPAN-Reporter"
436 + },
437 +- "homepage" : "https://github.com/dagolden/cpan-reporter",
438 ++ "homepage" : "https://github.com/kentfredric/cpan-reporter",
439 + "repository" : {
440 + "type" : "git",
441 +- "url" : "https://github.com/dagolden/cpan-reporter.git",
442 +- "web" : "https://github.com/dagolden/cpan-reporter"
443 ++ "url" : "https://github.com/kentfredric/cpan-reporter.git",
444 ++ "web" : "https://github.com/kentfredric/cpan-reporter"
445 + }
446 + },
447 +- "version" : "1.2004"
448 ++ "version" : "1.2004_01"
449 + }
450 +
451 +diff -Naur CPAN-Reporter-1.2004/META.yml CPAN-Reporter-1.2004_01/META.yml
452 +--- CPAN-Reporter-1.2004/META.yml 2012-02-14 10:25:22.000000000 +1300
453 ++++ CPAN-Reporter-1.2004_01/META.yml 2012-03-02 11:33:56.930329504 +1300
454 +@@ -14,7 +14,7 @@
455 + configure_requires:
456 + ExtUtils::MakeMaker: 6.30
457 + dynamic_config: 0
458 +-generated_by: 'Dist::Zilla version 4.300005, CPAN::Meta::Converter version 2.112621'
459 ++generated_by: 'Dist::Zilla version 4.300009, CPAN::Meta::Converter version 2.120530'
460 + license: apache
461 + meta-spec:
462 + url: http://module-build.sourceforge.net/META-spec-v1.4.html
463 +@@ -31,22 +31,22 @@
464 + provides:
465 + CPAN::Reporter:
466 + file: lib/CPAN/Reporter.pm
467 +- version: 1.2004
468 ++ version: 1.2004_01
469 + CPAN::Reporter::API:
470 + file: lib/CPAN/Reporter/API.pm
471 +- version: 1.2004
472 ++ version: 1.2004_01
473 + CPAN::Reporter::Config:
474 + file: lib/CPAN/Reporter/Config.pm
475 +- version: 1.2004
476 ++ version: 1.2004_01
477 + CPAN::Reporter::FAQ:
478 + file: lib/CPAN/Reporter/FAQ.pm
479 +- version: 1.2004
480 ++ version: 1.2004_01
481 + CPAN::Reporter::History:
482 + file: lib/CPAN/Reporter/History.pm
483 +- version: 1.2004
484 ++ version: 1.2004_01
485 + CPAN::Reporter::PrereqCheck:
486 + file: lib/CPAN/Reporter/PrereqCheck.pm
487 +- version: 1.2004
488 ++ version: 1.2004_01
489 + requires:
490 + CPAN: 1.9301
491 + CPAN::Version: 0
492 +@@ -76,6 +76,6 @@
493 + vars: 0
494 + resources:
495 + bugtracker: http://rt.cpan.org/Public/Dist/Display.html?Name=CPAN-Reporter
496 +- homepage: https://github.com/dagolden/cpan-reporter
497 +- repository: https://github.com/dagolden/cpan-reporter.git
498 +-version: 1.2004
499 ++ homepage: https://github.com/kentfredric/cpan-reporter
500 ++ repository: https://github.com/kentfredric/cpan-reporter.git
501 ++version: 1.2004_01
502 +diff -Naur CPAN-Reporter-1.2004/README CPAN-Reporter-1.2004_01/README
503 +--- CPAN-Reporter-1.2004/README 2012-02-14 10:25:22.000000000 +1300
504 ++++ CPAN-Reporter-1.2004_01/README 2012-03-02 11:33:56.937329537 +1300
505 +@@ -2,7 +2,7 @@
506 + CPAN::Reporter - Adds CPAN Testers reporting to CPAN.pm
507 +
508 + VERSION
509 +- version 1.2004
510 ++ version 1.2004_01
511 +
512 + SYNOPSIS
513 + From the CPAN shell:
514 +@@ -176,9 +176,9 @@
515 + This is open source software. The code repository is available for
516 + public review and contribution under the terms of the license.
517 +
518 +- <https://github.com/dagolden/cpan-reporter>
519 ++ <https://github.com/kentfredric/cpan-reporter>
520 +
521 +- git clone https://github.com/dagolden/cpan-reporter.git
522 ++ git clone https://github.com/kentfredric/cpan-reporter.git
523 +
524 + AUTHOR
525 + David Golden <dagolden@××××.org>
526 +diff -Naur CPAN-Reporter-1.2004/xt/author/pod-spell.t CPAN-Reporter-1.2004_01/xt/author/pod-spell.t
527 +--- CPAN-Reporter-1.2004/xt/author/pod-spell.t 2012-02-14 10:25:22.000000000 +1300
528 ++++ CPAN-Reporter-1.2004_01/xt/author/pod-spell.t 2012-03-02 11:33:56.922329468 +1300
529 +@@ -1,4 +1,5 @@
530 + #!perl
531 ++
532 + # This test is generated by Dist::Zilla::Plugin::Test::PodSpelling
533 +
534 + use Test::More;
535 +@@ -34,4 +35,12 @@
536 + wiki
537 + David
538 + Golden
539 ++lib
540 ++CPAN
541 ++Reporter
542 ++History
543 ++Config
544 ++PrereqCheck
545 ++API
546 ++FAQ
547 +