./devel/p5-Module-Find, Lets you find and use modules in categories

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


Branch: CURRENT, Version: 0.16, Package name: p5-Module-Find-0.16, Maintainer: pkgsrc-users

Module::Find lets you find and use modules in categories. This can be very
useful for auto-detecting driver or plugin modules. You can differentiate
between looking in the category itself or in all subcategories.


Required to run:
[lang/perl5]

Required to build:
[pkgtools/cwrappers]

Master sites: (Expand)

Filesize: 9.336 KB

Version history: (Expand)


CVS history: (Expand)


   2023-12-18 14:27:20 by Makoto Fujiwara | Files touched by this commit (2)
Log message:
(devel/p5-Module-Find) Updated 0.15 to 0.16

    0.16, 2022-08-01
            Fixes an issue where symlink tests failed on systems that do not
            support creation of symlinks. The issue appears on Windows
            systems due to changed behaviour in "File::Find" described in
            perl5/issue #19995 <https://github.com/Perl/perl5/issues/19995>
            Symlink tests were previously skipped if symlink() is not
            available, and now also if creation of a symlink is not
            possible.

            Fixes issue #9 <https://github.com/crenz/Module-Find/issues/9>.
            Note that on Windows system, the patch to "File::Find" from
            perl5/PR #20008 <https://github.com/Perl/perl5/pull/20008> will
            be required for proper operation.
   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.
   2020-04-16 13:26:20 by Makoto Fujiwara | Files touched by this commit (2)
Log message:
(devel/p5-Module-Find) Updated to 0.15

0.15, 2019-12-26
        Fixed RT#127657 (bug report contributed by Karen Etheridge):
        Module::Find now uses @ModuleDirs (if specified) for loading
        modules. Previously, when using setmoduledirs() to set an array
        of directories that did not contain @INC, Module::Find would
        find the modules correctly, but load them from @INC.