Changelog for
perl-Module-Install-1.21-1.6.noarch.rpm :
* Sat Apr 29 2023 Tina Müller
- updated to 1.21 see /usr/share/doc/packages/perl-Module-Install/Changes 1.21 2023-04-28 - fix tests broken by Module::Install::DSL removal 1.20 2023-04-27 - Module::Install::DSL has been removed, as its use is highly discouraged.
* Wed Feb 07 2018 cooloAATTsuse.com- updated to 1.19 see /usr/share/doc/packages/perl-Module-Install/Changes 1.19 2017-12-19 - remove use of INIT phase in Module::Install::DSL, to fix issues on perl 5.27.7 (see cpan RT#123867 and perl RT#132577)
* Wed Apr 05 2017 cooloAATTsuse.com- updated to 1.18 see /usr/share/doc/packages/perl-Module-Install/Changes 1.18 2017-04-04 - fix tests to no longer rely on . being in AATTINC (Graham Ollis, PR#58)
* Tue Oct 25 2016 cooloAATTsuse.com- updated to 1.17 see /usr/share/doc/packages/perl-Module-Install/Changes 1.17 2016-10-24 - fix issue with mkpath with empty path - removed irrelevant code for Perl < v5.6 - VMS fixes (RT#79858, Craig A. Berry) - documentation updated to reflect current discouraged state
* Sat May 02 2015 cooloAATTsuse.com- updated to 1.16 see /usr/share/doc/packages/perl-Module-Install/Changes
* Fri Apr 17 2015 cooloAATTsuse.com- updated to 1.15 see /usr/share/doc/packages/perl-Module-Install/Changes 1.15 Thu Apr 16 2015 - respect the \'urllist\' option when using the CPAN backend (Dan Brook) - fixes for newlines on MSWin32 (Christian Walde)
* Mon Apr 13 2015 cooloAATTsuse.com- updated to 1.14 see /usr/share/doc/packages/perl-Module-Install/Changes 1.14 Sat 25 Oct 2014 - Newlines should be consistently UNIX-stylee now in generated files (MITHALDU) - Mark two tests as TODO if EUMM > 6.98 until utf8 gets fixed (BINGOS) 1.12 Fri 29 Aug 2014 - Revert license behaviour (TSIBLEY) - Documentation also mentioning metacpan.org (LLAP) 1.10 Fri 11 Jul 2014 - Minimum perl version is now v5.6.0 (BOWTIE) - Update license tables (BOWTIE) - Prereqs and recommends adjusted (BOWTIE) - Typo fixes (BOWTIE) - Pod fixes (GREGOA) - Fix make upgradedeps work with bundles (JNWHITLEY) - Fix name_from regex to work with recent package syntax (BOWTIE) - Performance enhancements when running Makefile.PL (GFUJI) - Removed use of sub prototypes (BOWTIE)
* Mon Mar 10 2014 cooloAATTsuse.com- updated to 1.08 - Remove LWP::UserAgent from the prereqs (TOKUHIROM) - Require a more recent version of Module::ScanDeps (CHORNY) - Fix failing test case with recent Parse::CPAN::Meta (BINGOS) - Adding can_xs command, imported from Params::Util (ADAMK) - Adding requires_xs command, wrapping around can_xs (ADAMK) - Use Module::Metadata instead of require to check versions for modules that we don\'t need to subsequently use (MSTROUT/MIYAGAWA) Use EU:MM instead of Module::Metadata to check versions for modules that we don\'t need to subsequently use (ADAMK) - Removed automatic EU:MM version detection as it was using versions in the future, change to a fixed version, unf (ADAMK)
* Sat Nov 12 2011 cooloAATTsuse.com- update to 1.04: - Fixed _cmp to compare properly (MIYAGAWA) - Fixed the automated MakeMaker dependency addition (MIYAGAWA) - Last Perl 5.5 compatible MakeMaker was actually 6.36 (ADAMK) - META.yml flag dynamic_config is now always generated (ADAMK) - Added the convenience command static_config, as the default is to be dynamic (ADAMK) - Module::Install::DSL will automatically set static_config unless it can see an \'if\' or \'unless\' suffix (ADAMK)
* Fri Sep 30 2011 pascal.bleserAATTopensuse.org- update to 1.02:
* support for installdeps_target in Module::Install::AutoInstall and Module::AutoInstall
* support for installdeps_notest, upgradedeps and upgradedeps_notest, listdeps and listalldeps targets in Module::AutoInstall