| CARVIEW |
Select Language
HTTP/2 200
expires: Thu, 19 Nov 1981 08:52:00 GMT
cache-control: no-store, no-cache, must-revalidate
pragma: no-cache
set-cookie: PHPSESSID=jv6prpcmm8gj5u15nkieibk1uq; path=/
content-type: text/html; charset=UTF-8
date: Sat, 27 Dec 2025 10:32:43 GMT
server: Apache
pkgsrc.se | The NetBSD package collection
archivers
audio
benchmarks
biology
cad
chat
comms
converters
cross
crosspkgtools
databases
devel
p5-Modul..
doc
editors
emulators
filesystems
finance
fonts
games
geography
graphics
ham
inputmethod
lang
mail
math
mbone
meta-pkgs
misc
multimedia
net
news
parallel
pkgtools
print
regress
security
shells
sysutils
textproc
time
wip
wm
www
x11
* = Virtual Category
Path to this page:
./devel/p5-Module-Build, Build and install Perl modules
[
Branch: CURRENT, Version: 0.42340nb3, Package name: p5-Module-Build-0.42340nb3, Maintainer: pkgsrc-users
"Module::Build" is a system for building, testing, and installing Perl
modules. It is meant to be an alternative to "ExtUtils::MakeMaker".
Developers may alter the behavior of the module through subclassing in a
much more straightforward way than with "MakeMaker". It also does not
require a "make" on your system - most of the "Module::Build" code is
pure-perl and written in a very cross-platform way. See "MOTIVATIONS" for
more comparisons between "ExtUtils::MakeMaker" and "Module::Build". To
install "Module::Build", and any other module that uses "Module::Build" for
its installation process, do the following: perl Build.PL # 'Build.PL'
script creates the 'Build' script ./Build # Need ./ to ensure we're using
this "Build" script ./Build test # and not another one that happens to be
in the PATH ./Build install This illustrates initial configuration and the
running of three 'actions'. In this case the actions run are 'build' (the
default action), 'test', and 'install'. Other actions defined so far
include: build manifest clean manifest_skip code manpages config_data
pardist diff ppd dist ppmdist distcheck prereq_data distclean prereq_report
distdir pure_install distinstall realclean distmeta retest distsign
skipcheck disttest test docs testall fakeinstall testcover help testdb html
testpod install testpodcoverage installdeps versioninstall You can run the
'help' action for a complete list of actions.
Required to run:
[lang/perl5] [devel/p5-inc-latest]
Required to build:
[pkgtools/cwrappers]
Navigation:
-
Browse pkgsrc
(this page)
archivers
audio
benchmarks
biology
cad
chat
comms
converters
cross
crosspkgtools
databases
devel
p5-Modul..doc
editors
emulators
filesystems
finance
fonts
games
geography
graphics
ham
inputmethod
lang
math
mbone
meta-pkgs
misc
multimedia
net
news
parallel
pkgtools
regress
security
shells
sysutils
textproc
time
wip
wm
www
x11
* = Virtual Category
Path to this page:
./devel/p5-Module-Build, Build and install Perl modules
[
CVSweb ] [
Homepage ] [
RSS ] [
Required by ] [
Add to tracker ]
Branch: CURRENT, Version: 0.42340nb3, Package name: p5-Module-Build-0.42340nb3, Maintainer: pkgsrc-users
"Module::Build" is a system for building, testing, and installing Perl
modules. It is meant to be an alternative to "ExtUtils::MakeMaker".
Developers may alter the behavior of the module through subclassing in a
much more straightforward way than with "MakeMaker". It also does not
require a "make" on your system - most of the "Module::Build" code is
pure-perl and written in a very cross-platform way. See "MOTIVATIONS" for
more comparisons between "ExtUtils::MakeMaker" and "Module::Build". To
install "Module::Build", and any other module that uses "Module::Build" for
its installation process, do the following: perl Build.PL # 'Build.PL'
script creates the 'Build' script ./Build # Need ./ to ensure we're using
this "Build" script ./Build test # and not another one that happens to be
in the PATH ./Build install This illustrates initial configuration and the
running of three 'actions'. In this case the actions run are 'build' (the
default action), 'test', and 'install'. Other actions defined so far
include: build manifest clean manifest_skip code manpages config_data
pardist diff ppd dist ppmdist distcheck prereq_data distclean prereq_report
distdir pure_install distinstall realclean distmeta retest distsign
skipcheck disttest test docs testall fakeinstall testcover help testdb html
testpod install testpodcoverage installdeps versioninstall You can run the
'help' action for a complete list of actions.
Required to run:
[lang/perl5] [devel/p5-inc-latest]
Required to build:
[pkgtools/cwrappers]
Master sites: (Expand)
- https://www.cpan.org/modules/by-module/Module/ (Download)
- https://cpan.pair.com/modules/by-module/Module/ (Download)
- https://ftp.funet.fi/pub/languages/perl/CPAN/modules/by-module/Module/ (Download)
Version history: (Expand)
- (2025-10-24) Package has been reborn
- (2025-10-24) Package deleted from pkgsrc
- (2025-07-15) Package has been reborn
- (2025-07-15) Package deleted from pkgsrc
- (2025-07-04) Updated to version: p5-Module-Build-0.42340nb3
- (2024-11-16) Updated to version: p5-Module-Build-0.42340nb2
CVS history: (Expand)
| 2025-07-04 10:49:39 by Thomas Klausner | Files touched by this commit (2519) |
Log message: *: bump for perl 5.42.0 |
| 2024-11-16 13:08:07 by Thomas Klausner | Files touched by this commit (2504) |
Log message: *: recursive bump for perl 5.40 |
| 2023-07-06 11:43:03 by Thomas Klausner | Files touched by this commit (2483) |
Log message: *: recursive bump for perl 5.38 |
| 2023-05-20 08:34:07 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
p5-Module-Build: update to 0.42340.
0.4234 - Fri 28 Apr 2023 10:46:26 CEST
- PodParser now respects =encoding directives
- Don't use libraries in t/bundled for Build.PL
- make_tarball: workaround for broken tar on Darwin
- Respect $Config{man1ext}/$Config{man3ext}
- Do not require a compiler if c_source is an empty list
0.42_33 - Wed Mar 29 10:38:56 PM CEST 2023
- PodParser now respects =encoding directives
- Don't use libraries in t/bundled for Build.PL
- make_tarball: workaround for broken tar on Darwin
- Respect $Config{man1ext}/$Config{man3ext}
- Do not require a compiler if c_source is an empty list
0.4232 - Thu Dec 8 10:27:44 PM CET 2022
- Drop Pod::Man dependency for 5.8 compatibility
|
| 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 |
