./devel/p5-Module-CPANTS-Analyse, Perl5 module to generate Kwalitee ratings for a distribution

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.02, Package name: p5-Module-CPANTS-Analyse-1.02, Maintainer: pkgsrc-users

Module::CPANTS::Analyse - Generate Kwalitee ratings for a distribution.


Required to run:
[textproc/p5-YAML-Syck] [www/p5-libwww] [lang/perl5] [devel/p5-Class-Accessor] [devel/p5-IO-Capture] [devel/p5-List-MoreUtils] [devel/p5-Module-Pluggable] [devel/p5-Set-Scalar] [devel/p5-Readonly] [devel/p5-Module-Find] [devel/p5-CPAN-DistnameInfo] [devel/p5-Test-YAML-Meta] [devel/p5-Array-Diff] [devel/p5-Module-ExtractUse] [devel/p5-Software-License] [devel/p5-File-Find-Rule-VCS] [archivers/p5-Archive-Any-Lite] [devel/p5-ExtUtils-MakeMaker-CPANfile] [devel/p5-Data-Binary] [devel/p5-Perl-PrereqScanner-NotQuiteLite]

Required to build:
[pkgtools/cwrappers]

Master sites: (Expand)

Filesize: 38.336 KB

Version history: (Expand)


CVS history: (Expand)


   2023-12-18 14:22:26 by Makoto Fujiwara | Files touched by this commit (2)
Log message:
(devel/p5-Module-CPANTS-Analyse) Updated 1.0.1 to 1.0.2

1.02 2023-09-10
  - Treat use v5.36 as use_warnings
  - Skip some of the manifest test if symlink is not available
  - Improve prereq sorting
  - Improve pod detection
  - Improve script detection
  - Use Parse::Distname to get a little more information from a distribution name
  - Dedupe possible licences
  - Add Object::Pad as use strict equivalent (Wesley Schwengle)
  - Fix has_license_in_source_file for distributions that contain only a
    script under bin or scripts (Sven Kirmess)
   2023-07-06 11:43:03 by Thomas Klausner | Files touched by this commit (2483)
Log message:
*: recursive bump for perl 5.38
   2022-06-28 13:38:00 by Thomas Klausner | Files touched by this commit (3952)
Log message:
*: recursive bump for perl 5.36
   2021-10-26 12:20:11 by Nia Alarie | Files touched by this commit (3016)
Log message:
archivers: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

Could not be committed due to merge conflict:
devel/py-traitlets/distinfo

The following distfiles were unfetchable (note: some may be only fetched
conditionally):

./devel/pvs/distinfo pvs-3.2-solaris.tgz
./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
   2021-10-07 15:44:44 by Nia Alarie | Files touched by this commit (3017)
Log message:
devel: Remove SHA1 hashes for distfiles
   2021-05-24 21:56:06 by Thomas Klausner | Files touched by this commit (3575)
Log message:
*: recursive bump for perl 5.34
   2020-08-31 20:13:29 by Thomas Klausner | Files touched by this commit (3631)
Log message:
*: bump PKGREVISION for perl-5.32.
   2019-10-26 09:19:26 by Makoto Fujiwara | Files touched by this commit (2)
Log message:
(devel/p5-Module-CPANTS-Analyse)  Updated 1.00 to 1.01

1.01 2019-08-08
  - Fixed not to set an error message when extracted nicely
    (spotted by Martin Becker++)
  - Fixed to restore mtime of MANIFEST.SKIP if it is modified by
    #include_default
  - Improved primary module detection
  - Fixed to catch CPAN::Meta::YAML's warnings (of duplicate keys)
  - Improved test_prereqs_match to handle t::lib::Util, and ignore
    files that contain but don't end with .t
  - Fixed to store multiple licenses in META files