Build and install Perl modules
http://search.cpan.org/perldoc?Module::Build
`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. In fact, you don`t even need a shell, so even platforms like MacOS (traditional) can use it fairly easily. Its only prerequisites are modules that are included with perl 5.6.0, and it works fine on perl 5.005 if you can install a few additional modules.
- Sources inherited from project openSUSE:Leap:42.2
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Leap:42.2:Ports/perl-Module-Build && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
Module-Build-0.4212.tar.gz | 0000304867 298 KB | |
cpanspec.yml | 0000000691 691 Bytes | |
make-builds-reproducible.patch | 0000000544 544 Bytes | |
perl-Module-Build.changes | 0000008144 7.95 KB | |
perl-Module-Build.spec | 0000004820 4.71 KB |
Revision 3 (latest revision is 6)
Stephan Kulow (coolo)
accepted
request 338819
from
Stephan Kulow (coolo)
(revision 3)
- updated to 0.4212 see /usr/share/doc/packages/perl-Module-Build/Changes 0.4212 - Sun May 17 00:33:34 CEST 2015 [BUG FIXES] - Revert "Stop using version->normal(); prefer stringify()" - expanding the version to 6 digits after . - to avoid version mismatches - add make-builds-reproducible.patch to sort the config data - updated to 0.4211 [BUG FIXES] - Fix t/actions/installdeps.t to work on "perl in space" [Ed J] - Stop using version->normal(); prefer stringify() [John Peacock] [DEPRECATIONS] - inc::latest has been split out to a separate distribution on CPAN. It is an optional prerequisite, only needed for the experimental bundling feature. - update to 0.4210: [BUG FIXES] - Formally declare 5.8 dependency [Karen Etheridge] - Fix MBTest to work with new and old versions of Test::Builder [Chad Granum] - Fix type installdir -> installdirs [Leon Timmermans, Vitaliy Tokarev] - Removed missed references to Module::Build::Version - Stop calling UNIVERSAL::isa as a function - Fixup CPAN::Meta dependency
Comments 0