Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

perl-Module-Build-0.423400-1.3 RPM for noarch

From OpenSuSE Ports Tumbleweed for noarch

Name: perl-Module-Build Distribution: openSUSE:Factory:zSystems
Version: 0.423400 Vendor: openSUSE
Release: 1.3 Build date: Mon Aug 7 17:17:17 2023
Group: Unspecified Build host: s390zp26
Size: 667723 Source RPM: perl-Module-Build-0.423400-1.3.src.rpm
Packager: https://bugs.opensuse.org
Url: https://metacpan.org/release/Module-Build
Summary: Build and install Perl modules
'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. 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 "COMPARISON" for more comparisons between 'Module::Build' and other
installer tools.

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.

Provides

Requires

License

Artistic-1.0 OR GPL-1.0-or-later

Changelog

* Sat Apr 29 2023 Tina Müller <timueller+perl@suse.de>
  - updated to 0.4234
    see /usr/share/doc/packages/perl-Module-Build/Changes
    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
* Fri Dec 09 2022 Tina Müller <timueller+perl@suse.de>
  - updated to 0.4232
    see /usr/share/doc/packages/perl-Module-Build/Changes
    0.4232 - Thu Dec  8 10:27:44 PM CET 2022
    - Drop Pod::Man dependency for 5.8 compatibility
* Thu Jan 30 2020 <timueller+perl@suse.de>
  - updated to 0.4231
    see /usr/share/doc/packages/perl-Module-Build/Changes
    0.4231 - Wed Jan 29 08:47:56 CET 2020
    - Released 0.42_30 without code changes
    0.42_30 - Wed Jul 31 13:15:39 CEST 2019
    - Add dependency on ExtUtils::PL2Bat
* Tue Apr 16 2019 Stephan Kulow <coolo@suse.com>
  - updated to 0.4229
    see /usr/share/doc/packages/perl-Module-Build/Changes
    0.4229 - Tue Apr 16 00:49:45 CEST 2019
    - Released 0.42_28 without changes
    0.42_28 - Thu Apr 19 16:34:32 CEST 2018
    - Replace "MOTIVATIONS" section with "COMPARISON" [Dan Brook]
    - Update configure, build, test prereqs [Karen Etheridge]
    0.4227 - Wed Dec 13 11:17:51 CET 2017
    - Released 0.42_26 without changes
    0.42_26 - Wed Dec 13 10:52:39 CET 2017
    - Improve pureperl-only support (#119914) [Shoichi Kaji]
    - Improve the documentation of Module::Build::Compat and dynamic_config [Dan Brook]
* Wed May 31 2017 coolo@suse.com
  - updated to 0.4224
    see /usr/share/doc/packages/perl-Module-Build/Changes
    0.4224 - Tue May 30 19:50:07 CEST 2017
    - Released 0.42_23 without changes
    0.42_23 - Sun May 14 13:17:45 CEST 2017
    - Add code to special case dot-in-inc in Build
* Fri Mar 31 2017 coolo@suse.com
  - updated to 0.4222
    see /usr/share/doc/packages/perl-Module-Build/Changes
    0.4222 - Thu Mar 30 15:40:10 CEST 2017
    - Released 0.42_21 as 0.4222
    0.42_21 - Wed Mar 22 19:04:02 CET 2017
    - Include relative path for do in Build/Makefile.PL will function without . in @INC [Todd Rinaldo]
    - Remove use deprecate [Graham Knop]
* Wed Aug 17 2016 coolo@suse.com
  - updated to 0.4220
    see /usr/share/doc/packages/perl-Module-Build/Changes
    0.4220 - Tue Aug 16 22:11:14 CEST 2016
    - Released 0.42_19 as 0.4220
    0.42_19 - Sun Aug  7 17:07:38 CEST 2016
    - Initialize MM Compat environmental variables to empty strings [Leon Timmermans]
    - Skip PPM test when link_executable fails [Leon Timmermans]
    - Make more actions deterministic [Zefram]
    - Preprocess file lists generated by rscan_dir() to sort them [Niko Tyni]
* Tue May 10 2016 coolo@suse.com
  - updated to 0.4218
    see /usr/share/doc/packages/perl-Module-Build/Changes
    0.4218 - Sun Apr 24 16:39:47 BST 2016
    - Skip XS test when link_executable fails
    0.42_17 - Mon Mar 21 14:02:06 CET 2016
    - Read extra_linker_flags using its accessor [Salvador Fandino]
    - Convert win shell splitting to m//gc parser, fixing handling of 0
      and handling of backslashes preceeding a double quote [Graham Knop]
    - Win32 installation of MB with gmake require SHELL env var to be set
      [bulk88]
    0.4216 - Wed Jan 20 10:39:27 CET 2016
    - Delete test that fails with new version.pm [Leon Timmermans]
    0.42_15 - Sat Nov 28 15:17:40 CET 2015
    - Honor environmental variables when using TAP::Harness directly [Leon Timmermans]
    - Reintroduce some level of perl 5.6 support [Leon Timmermans]
      Note that this comes with no guarantees or commitment
    - Allow Devel::Cover usage with TAP::Harness [Philipp Gortan]
    - Remove "running under some shell" [Shoichi Kaji]
    - Fix cookbook - code was missing trailing ` [Matthew Horsfall]
    0.4214 - Fri Jun 12 00:25:00 CEST 2015
    - Released 0.42_13 as 0.4214
    0.42_13 - Sat Jun  6 21:18:24 CEST 2015
      [BUG FIXES]
    - Handle failure to guess license from key better
      [ENHANCEMENTS]
    - Output data in a stable order [Jérémy Bobbio]
  - deleted patch make-builds-reproducible.patch
* Sun May 17 2015 coolo@suse.com
  - 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()"
* Thu Apr 16 2015 coolo@suse.com
  - expanding the version to 6 digits after . - to avoid version mismatches

Files

/usr/bin/config_data-0.423400
/usr/lib/perl5/vendor_perl/5.38.0/Module
/usr/lib/perl5/vendor_perl/5.38.0/Module/Build
/usr/lib/perl5/vendor_perl/5.38.0/Module/Build.pm
/usr/lib/perl5/vendor_perl/5.38.0/Module/Build/API.pod
/usr/lib/perl5/vendor_perl/5.38.0/Module/Build/Authoring.pod
/usr/lib/perl5/vendor_perl/5.38.0/Module/Build/Base.pm
/usr/lib/perl5/vendor_perl/5.38.0/Module/Build/Bundling.pod
/usr/lib/perl5/vendor_perl/5.38.0/Module/Build/Compat.pm
/usr/lib/perl5/vendor_perl/5.38.0/Module/Build/Config.pm
/usr/lib/perl5/vendor_perl/5.38.0/Module/Build/ConfigData.pm
/usr/lib/perl5/vendor_perl/5.38.0/Module/Build/Cookbook.pm
/usr/lib/perl5/vendor_perl/5.38.0/Module/Build/Dumper.pm
/usr/lib/perl5/vendor_perl/5.38.0/Module/Build/Notes.pm
/usr/lib/perl5/vendor_perl/5.38.0/Module/Build/PPMMaker.pm
/usr/lib/perl5/vendor_perl/5.38.0/Module/Build/Platform
/usr/lib/perl5/vendor_perl/5.38.0/Module/Build/Platform/Default.pm
/usr/lib/perl5/vendor_perl/5.38.0/Module/Build/Platform/MacOS.pm
/usr/lib/perl5/vendor_perl/5.38.0/Module/Build/Platform/Unix.pm
/usr/lib/perl5/vendor_perl/5.38.0/Module/Build/Platform/VMS.pm
/usr/lib/perl5/vendor_perl/5.38.0/Module/Build/Platform/VOS.pm
/usr/lib/perl5/vendor_perl/5.38.0/Module/Build/Platform/Windows.pm
/usr/lib/perl5/vendor_perl/5.38.0/Module/Build/Platform/aix.pm
/usr/lib/perl5/vendor_perl/5.38.0/Module/Build/Platform/cygwin.pm
/usr/lib/perl5/vendor_perl/5.38.0/Module/Build/Platform/darwin.pm
/usr/lib/perl5/vendor_perl/5.38.0/Module/Build/Platform/os2.pm
/usr/lib/perl5/vendor_perl/5.38.0/Module/Build/PodParser.pm
/usr/share/doc/packages/perl-Module-Build
/usr/share/doc/packages/perl-Module-Build/Changes
/usr/share/doc/packages/perl-Module-Build/README
/usr/share/licenses/perl-Module-Build
/usr/share/licenses/perl-Module-Build/LICENSE
/usr/share/man/man1/config_data-0.423400.1.gz
/usr/share/man/man3/Module::Build.3pm.gz
/usr/share/man/man3/Module::Build::API.3pm.gz
/usr/share/man/man3/Module::Build::Authoring.3pm.gz
/usr/share/man/man3/Module::Build::Base.3pm.gz
/usr/share/man/man3/Module::Build::Bundling.3pm.gz
/usr/share/man/man3/Module::Build::Compat.3pm.gz
/usr/share/man/man3/Module::Build::ConfigData.3pm.gz
/usr/share/man/man3/Module::Build::Cookbook.3pm.gz
/usr/share/man/man3/Module::Build::Notes.3pm.gz
/usr/share/man/man3/Module::Build::PPMMaker.3pm.gz
/usr/share/man/man3/Module::Build::Platform::Default.3pm.gz
/usr/share/man/man3/Module::Build::Platform::MacOS.3pm.gz
/usr/share/man/man3/Module::Build::Platform::Unix.3pm.gz
/usr/share/man/man3/Module::Build::Platform::VMS.3pm.gz
/usr/share/man/man3/Module::Build::Platform::VOS.3pm.gz
/usr/share/man/man3/Module::Build::Platform::Windows.3pm.gz
/usr/share/man/man3/Module::Build::Platform::aix.3pm.gz
/usr/share/man/man3/Module::Build::Platform::cygwin.3pm.gz
/usr/share/man/man3/Module::Build::Platform::darwin.3pm.gz
/usr/share/man/man3/Module::Build::Platform::os2.3pm.gz


Generated by rpm2html 1.8.1

Fabrice Bellet, Sat Mar 9 12:39:58 2024