-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathChanges
632 lines (373 loc) · 16.5 KB
/
Changes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
=encoding UTF-8
=head1 NAME
Changes - Revision history for Module-CPANTS-Analyse
=head2 0.88 (QA Hackathon 2013)
=over
=item add metric C<no_dot_underscore_files>
(L<daxim|https://metacpan.org/author/daxim>,
L<charsbar|https://metacpan.org/author/ishigaki>)
=item remove metrics C<distributed_by_debian>,
C<latest_version_distributed_by_debian>, C<has_no_bugs_reported_in_debian>,
C<has_no_patches_in_debian>, C<no_cpants_errors>, C<uses_test_nowarnings>,
C<has_test_pod>, C<has_test_pod_coverage>
(L<charsbar|https://metacpan.org/author/ishigaki>)
=item add metric C<non_portable_filenames>
(L<charsbar|https://metacpan.org/author/ishigaki>)
=item numerous fixes for a smoother operation of www-cpants
(L<charsbar|https://metacpan.org/author/ishigaki>)
=back
=head2 0.87 2013-02-12
=over
=item fix L<rt#80225|https://rt.cpan.org/Ticket/Display.html?id=80225> - Test
failures due to Test::CPAN::Meta::YAML::Version interface change
(L<wyant|https://metacpan.org/author/wyant>)
=item fix L<rt#82939|https://rt.cpan.org/Ticket/Display.html?id=82939> -
Hash-Randomization causes 10_analyse.t to fail
(L<kentnl|https://metacpan.org/author/kentnl>,
L<chorny|https://metacpan.org/author/chorny>)
=item fix L<rt#44796|https://rt.cpan.org/Ticket/Display.html?id=44796> -
Module::CPANTS::Kwalitee::Manifest broken for MANIFESTs containing files with
spaces (L<rivy|https://metacpan.org/author/rivy>)
=back
=head2 0.86 2012-04-11
=over
=item add several strict and warnings equivalents & make it easy to add more
=item fix when L<Moose> is used and strict is not used
=item add info about C<MIN_PERL_VERSION>
=item better remedy for
L<metayml_declares_perl_version|Module::CPANTS::Kwalitee::MetaYML>
=item L<metayml_declares_perl_version|Module::CPANTS::Kwalitee::MetaYML> moved
from experimental to extra
=item some pod improvements (L<jquelin|https://metacpan.org/author/jquelin>)
=item fix L<rt#65903|https://rt.cpan.org/Ticket/Display.html?id=65903> - no more
C<Test::YAML::Meta::Version> on CPAN
(L<jquelin|https://metacpan.org/author/jquelin>)
=item replace L<YAML::Syck> with L<YAML::Any>
(L<jquelin|https://metacpan.org/author/jquelin>)
=item L<no_symlinks|Module::CPANTS::Kwalitee::Files> checks only files in
F<MANIFEST>, use L<ExtUtils::Manifest/maniread>
(L<rurban|https://metacpan.org/author/rurban>)
=item add more equivalents for L<use_strict|Module::CPANTS::Kwalitee::Uses> and
L<use_warnings|Module::CPANTS::Kwalitee::Uses> tests
(L<doherty|https://metacpan.org/author/doherty>)
=item implement L<valid_signature|Module::CPANTS::Kwalitee::Signature> metric
(L<daxim|https://metacpan.org/author/daxim>)
=back
=head2 0.85 2009-07-12, L<Alexandr Ciornii|https://metacpan.org/author/chorny>
=over
=item fix fails on non-Win32
=back
=head2 0.84 2009-07-08, L<Alexandr Ciornii|https://metacpan.org/author/chorny>
=over
=item require L<Test::Warn> 0.11
=item add L<Test::More> to deps
=item add L<LWP::Simple> to deps
=item fix F<calc_test_yaml_meta.t>
=item better F<META.yml>
=item list of changes for L<0.83|/"0.83 2009-06-10">
(L<domm|https://metacpan.org/author/domm>)
=back
=head2 0.83 2009-06-10
=over
=item ignore C<no_index> when searching for examples
(L<xdaveg|https://metacpan.org/author/dagolden>)
=item skip the debian metrics and downloading the debian file when in LINT
(L<szabgab|https://metacpan.org/author/szabgab>)
=item L<has_test_pod|Module::CPANTS::Kwalitee::Uses> and
L<has_test_pod_coverage|Module::CPANTS::Kwalitee::Uses> are now optional metrics
(L<domm|https://metacpan.org/author/domm>)
=back
=head2 0.82 2008-07-08 10:23:30
=over
=item update F<META.yml>
L<spec to 1.4|http://module-build.sourceforge.net/META-spec-v1.4.html>
=item fixed experimental metrics
=item use L<Moose> now counts for using L<strict>
=item lots of commits from L<Gábor|https://metacpan.org/author/szabgab>
=item honor F<META.yml> key C<no_index>. Fixes
L<RT#32777|https://rt.cpan.org/Ticket/Display.html?id=32777> and an IRC
complaint by L<BinGOs|https://metacpan.org/author/bingos>
=back
=head2 0.81 Sun Apr 13 16:45:29 CEST 2008
=over
=item fixed doc bug in SYNOPSIS (reported by
L<ADAMOWSKI|https://metacpan.org/author/adamowski> as
L<RT#34773|https://rt.cpan.org/Ticket/Display.html?id=34773>)
=item made L<Module::CPANTS::Kwalitee::FindModules> smarter
(L<domm|https://metacpan.org/author/domm>): If available, use F<META.yml>
C<provides>. If not, look for C<package> statements in files. It now also finds
stuff like L<Tk::Widget> and L<App::Ack>
=item upgrade to L<Software::License> 0.003
(L<Gábor|https://metacpan.org/author/szabgab>)
=back
=head2 0.80 Sat Apr 12 10:53:40 CEST 2008
L<domm|https://metacpan.org/author/domm>:
=over
=item add L<metayml_has_provides|Module::CPANTS::Kwalitee::MetaYML> metric
=back
L<Gábor Szabó|https://metacpan.org/author/szabgab>:
=over
=item simplify the way the VERSION number is looked up, keep the full version
line
=item increase the L<no_large_files|Module::CPANTS::Kwalitee::Files> limit to
200_000
=item some unit test fixes thanks to L<Tux|https://metacpan.org/author/hmbrand>
=item some of {error} fields are now ARRAY refs instead of strings
=item more detailed unit tests
=item add C<LICENCE> to the list of special files (not only LICENSE)
=item collect the license information of each file using
L<Software::LicenseUtils>
=item add L<has_separate_license_file|Module::CPANTS::Kwalitee::License> metric
=item add L<has_license_in_source_file|Module::CPANTS::Kwalitee::License> metric
=back
=head2 0.79 Tue Apr 8 01:25:12 CEST 2008
released at the Oslo QA Hackathon 2008
L<Gábor Szabó|https://metacpan.org/author/szabgab>:
=over
=item replace L<File::Find> by L<File::Find::Rule>
=item add L<no_large_files|Module::CPANTS::Kwalitee::Files> metrics
=item add L<fits_fedora_license|Module::CPANTS::Kwalitee::License> metric that
was inside the
L<easily_repackageable_by_fedora|Module::CPANTS::Kwalitee::Repackageable> metric
=item add C<is_experimental> flag to some of the metrics
=item add aggregating key to metric to list the other metrics being aggregated
=item unhide some errors during testing
=item renamed some error fields
=item add L<metayml_declares_perl_version|Module::CPANTS::Kwalitee::MetaYML>
metric
=back
=head2 0.78 2008-04-06
released at the Oslo QA Hackathon 2008
=over
=item very hacky workaround for problems with F<Meta.YML>, version objects, etc
=item moved C<has_version_in_each_file> into
L<Module::CPANTS::Kwalitee::Version> & fixed a bug in it
=back
L<Gábor Szabó|https://metacpan.org/author/szabgab>:
=over
=item add L<fits_fedora_license|Module::CPANTS::Kwalitee::License> metric that
was inside the
L<easily_repackageable_by_fedora|Module::CPANTS::Kwalitee::Repackageable> metric
=item add C<is_experimental> and C<is_aggregate> flags to some of the metrics
=item unhide some errors during testing
=item add L<no_generated_files|Module::CPANTS::Kwalitee::Files> metric
=item add
L<easily_repackageable_by_fedora|Module::CPANTS::Kwalitee::Repackageable>,
L<easily_repackagable_by_debian|Module::CPANTS::Kwalitee::Repackageable>
and L<easily_repackageable|Module::CPANTS::Kwalitee::Repackageable> metric
=item add L<has_version_in_each_file|Module::CPANTS::Kwalitee::Files> metric
=item add L<has_tests_in_t_dir|Module::CPANTS::Kwalitee::Files> metric
=item add L<no_stdin_for_prompting|Module::CPANTS::Kwalitee::Files> metric
checking for STDIN in F<Makefile.PL> and F<Build.PL>
=back
=head2 0.77 2008-01-29
=over
=item made L<prereq_matches_use|Module::CPANTS::Kwalitee::Prereq> and
L<build_prereq_matches_use|Module::CPANTS::Kwalitee::Prereq> optional metrics
=item changed data structure: all errors are now in a hashref called C<error>
=back
=head2 0.76 2007-11-14
=over
=item added new metrics L<prereq_matches_use|Module::CPANTS::Kwalitee::Prereq>
and L<build_prereq_matches_use|Module::CPANTS::Kwalitee::Prereq>
=item added C<needs_db> to metrics and removed hardcoded workaround for
L<is_prereq|Module::CPANTS::Kwalitee::Prereq>
=item removed workaround in L<Module::CPANTS::Kwalitee::MetaYML>
(L<Barbie|https://metacpan.org/author/barbie> fixed it the problem in
L<Test::YAML::Meta>)
=item reworded L<metayml_is_parsable|Module::CPANTS::Kwalitee::MetaYML> remedy
=back
=head2 0.75 2007-10-29
=over
=item added optional metric L<use_warnings|Module::CPANTS::Kwalitee::Uses>
=item added directory F<xt> as a potential location for test files
=item finally applied patch provided by
L<Adriano Ferreira|https://metacpan.org/author/ferreira> to fix some issues in
L<Module::CPANTS::Kwalitee::Manifest>. See
L<RT #28982|https://rt.cpan.org/Ticket/Display.html?id=28982>
=back
=head2 0.74 2007-10-24
=over
=item removed metric C<metayml_conforms_spec_1_0>
=item fixed bug in L<Module::CPANTS::Kwalitee::MetaYML/check_spec_conformance>,
which caused wrong results in
L<metayml_conforms_spec*|Module::CPANTS::Kwalitee::MetaYML>
=item switched to L<YAML::Syck>
=item work around L<Pod::Simple::Checker> returning strange data
=back
=head2 0.73 2007-09-12
=over
=item added version of dist to dump file name
=item fixed bug in L<Module::CPANTS::Kwalitee::NeedsCompiler>
(L<RT #28134|https://rt.cpan.org/Ticket/Display.html?id=28134> plus all reported
merged into that one)
=back
=head2 0.72 2007-06-30
=over
=item added docs to F<cpants_lint.pl>
=item F<cpants_lint.pl> can now dump metadata to a file
=item added L<YAML> output to F<cpants_lint.pl>
=back
L<Gábor Szabó|https://metacpan.org/author/szabgab>:
=over
=item added L<Module::CPANTS::Kwalitee::NeedsCompiler>
MCK::NeedsCompiler does not contain any C<kwalitee_indicator>, but adds much
needed metadata.
=back
L<Barbie|https://metacpan.org/author/barbie>:
=over
=item L<Module::CPANTS::Analyse> assumes Unix paths after munging with
L<File::Spec>, thus breaking portability at every turn in a non-Unix-like
environment… bad Thomas no biscuit!
=item Refined F<META.yml> metrics using L<Test::YAML::Meta> and brought
I<current spec> up to date with
L<version 1.3|http://module-build.sourceforge.net/META-spec-v1.3.html> :)
=back
=head2 0.71 2007-04-23
=over
=item moved svn repo to L<http://code.google.com/p/cpants/>
=item L<has_license|Module::CPANTS::Kwalitee::License> now also checks for
F<LICENCE> (as suggested by
L<David Cantrell|https://metacpan.org/author/dcantrell>)
=item fixed L<RT #26535|https://rt.cpan.org/Ticket/Display.html?id=26535>
reported by L<MTHURN|https://metacpan.org/author/mthurn>
=item L<has_example|Module::CPANTS::Kwalitee::Files> now also checks for
C<p(m|od)> files (as suggested by L<JUERD|https://metacpan.org/author/juerd>)
=item fixed L<RT #24228|https://rt.cpan.org/Ticket/Display.html?id=24228>
reported by L<THALJEF|https://metacpan.org/author/thaljef> - F<t/99_critic.t>
now only runs if C<$ENV{AUTHOR_TEST}> is set
=item resolved L<RT #25198|https://rt.cpan.org/Ticket/Display.html?id=25198>
reported by L<bdfoy|https://metacpan.org/author/bdfoy> using his patch
=item L<Module::CPANTS::Kwalitee::FindModules>: do not check F<META.yml> for
C<provides> because F<META.yml> might list semi-garbage (eg according to
F<META.yml>, L<Siesta> provides L<Apache::Constants>, which it does not.)
=item skip very large test-files and only check F<*.t> files (not everything in
F<t/>) as suggested by L<CASIANO|https://metacpan.org/author/casiano>
=item F<cpants_lint.pl>:
switched from L<Getopt::Std> to L<Getopt::Long>
added C<--no_capture> option for easier debugging
added C<--verbose> options
=item hopefully fixed
L<RT #25207|https://rt.cpan.org/Ticket/Display.html?id=25207> (test failures on
Win32) reported (and patched…) by
L<HEMINGWAY|https://metacpan.org/author/hemingway>. This should also solve
L<RT #26535|https://rt.cpan.org/Ticket/Display.html?id=26535> reported by
L<Martin Thurn|https://metacpan.org/author/mthurn>
=item applied doc patch submitted by
L<MSTEVENS|https://metacpan.org/author/mstevens> as
L<RT #26379|https://rt.cpan.org/Ticket/Display.html?id=26379>
=back
=head2 0.69 2006-11-04
=over
=item split up C<metayml_conforms_spec> to
L<metayml_conforms_spec_1_0|Module::CPANTS::Kwalitee::MetaYML> and
C<metayml_conforms_spec_1_2> (which is optional)
=item added C<metayml_error> and docu pointers to it.
=back
=head2 0.68 2006-10-28
=over
=item fixed bug in L<Module::CPANTS::Kwalitee::FindModules> reported by
L<JDHEDDEN|https://metacpan.org/author/jdhedden> in
L<RT #22081|https://rt.cpan.org/Ticket/Display.html?id=22081> (the module name
of modules living in the top-level namespace (eg 'threads.pm') was not guessed
correctly
=item use F<META.yml> C<provides> (if it exists) instead of guessing module
names in L<Module::CPANTS::Kwalitee::FindModules>
=item modifed changelog-regex in L<Module::CPANTS::Kwalitee::Files> as suggested
by L<CDOLAN|https://metacpan.org/author/cdolan> in
L<RT #21999|https://rt.cpan.org/Ticket/Display.html?id=21999>
=item added L<Module::CPANTS::Kwalitee::License>
=item moved license checking to L<Module::CPANTS::Kwalitee::License>
=item added checks for F<LICENSE> file and C<LICENSE> POD section
=item moved C<meta_yml> parsing to L<Module::CPANTS::Kwalitee::MetaYML>
=item changed C<has_license|Module::CPANTS::Kwalitee::License> error text after
L<Schwern|https://metacpan.org/author/mschwern> (and
L<Andreas Koenig|https://metacpan.org/author/andk>) suggested that
L<ExtUtils::MakeMaker> now supports a C<license> field
=back
=head2 0.67 2006-09-13
=over
=item F<cpants_lint.pl> now handles reporting of optional metrics better.
=item added F<t/99_critic.t>
(L<Gábor Szabó|https://metacpan.org/author/szabgab>)
=item some code cleanups as reported by L<Test::Perl::Critic>
(L<Gábor Szabó|https://metacpan.org/author/szabgab>)
=item new metric: C<has_license|Module::CPANTS::Kwalitee::License>;
L<Module::CPANTS::Kwalitee::MetaYML>
(L<Gábor Szabó|https://metacpan.org/author/szabgab>)
=item L<Module::CPANTS::Kwalitee::Pod> now reports the error messages returned
by L<Pod::Simple::Checker>
(suggested by L<Gábor Szabó|https://metacpan.org/author/szabgab>)
=back
=head2 0.66 2006-09-06
=over
=item added L<Module::CPANTS::Kwalitee/optional_indicator_names utility> method
=back
=head2 0.65 2006-09-05 (YAPC::Europe hackathon release)
=over
=item updated test suite
=item added C<has_example> to L<Module::CPANTS::Kwalitee::Files>
=item added C<buildtool_not_executable> to L<Module::CPANTS::Kwalitee::Files>
=item added L<Module::CPANTS::Kwalitee::Manifest> (C<manifest_matches_dist>)
=back
=head2 0.64 2006-08-29
=over
=item updated L<Module::CPANTS::Kwalitee::BrokenInstaller>
submitted by L<Steffen Müller|https://metacpan.org/author/smueller>
=back
=head2 0.63 2006-07-31
=over
=item we now also find F<README.txt>
resolves L<RT #20633|https://rt.cpan.org/Ticket/Display.html?id=20633> reported
by L<MBARBON|https://metacpan.org/author/mbarbon> (thanks for the patch!)
=back
=head2 0.62 2006-07-20
=over
=item added L<Module::CPANTS::Kwalitee::BrokenInstaller>
submitted by L<Steffen Müller|https://metacpan.org/author/smueller>
=back
=head2 0.61 2006-07-17
=over
=item Kwalitee metrics can now be marked as C<is_extra>
Such metrics do not count for available kwalitee
=item marked L<is_prereq|Module::CPANTS::Kwalitee::Prereq> as C<is_extra>
=item F<cpants_lint> now reports percentages additional to absolute values
=item F<cpants_lint> won't list failed C<is_extra> metrics
=item added some method caching to L<Module::CPANTS::Kwalitee>
=item added Ctotal_kwalitee> to L<Module::CPANTS::Kwalitee>.
=back
=head2 0.60 2006-05-18
=over
=item activated L<is_prereq|Module::CPANTS::Kwalitee::Prereq> metric
=item added helper method (C<available_kwalitee>)
=item L<Module::CPANTS::Kwalitee::FindModules>: skip stuff in F<inc>
(L<Module::Install>)
=back
=head2 0.52 2006-03-12
=over
=item added some dependencies to F<Build.PL>/F<META.yml> (thanks to
L<Achim Grolms|https://metacpan.org/author/agrolms> and
L<BLBLACK|https://metacpan.org/author/blblack>
(L<RT #17977|https://rt.cpan.org/Ticket/Display.html?id=17977>))
=item enhanced output of F<cpants_lint.pl> (list failed tests)
=item L<Module::CPANTS::Kwalitee::FindModules>: die if we cannot find a
namespace
=item L<Module::CPANTS::Kwalitee::FindModules>: remove stuff that doesn't seem
to be namespace (eg lowercase) from module names
=item changed the name of some fields to work with the (upcoming) DB
=item added some tests
=back
=head2 0.51 2006-02-16
=over
=item adapted L<Module::CPANTS::Kwalitee::Prereq> to work with newer versions
of L<YAML> (reported by L<Andreas Koenig|https://metacpan.org/author/andk> as
L<RT #17670|https://rt.cpan.org/Ticket/Display.html?id=17670>)
=back
=head2 0.50 2006-01-26
=over
=item first release to CPAN
=back
=head2 0.01
=over
=item started rewrite
=back