Changelog for
perl-Module-Starter-1.77-bp154.1.17.noarch.rpm :
* Sun Sep 06 2020 Tina Müller
- updated to 1.77 see /usr/share/doc/packages/perl-Module-Starter/Changes
* Wed Mar 13 2019 Stephan Kulow - updated to 1.76 see /usr/share/doc/packages/perl-Module-Starter/Changes
* Fri Jun 15 2018 cooloAATTsuse.com- updated to 1.75 see /usr/share/doc/packages/perl-Module-Starter/Changes
* Thu Jun 14 2018 cooloAATTsuse.com- updated to 1.74 see /usr/share/doc/packages/perl-Module-Starter/Changes
* Sat Aug 12 2017 cooloAATTsuse.com- updated to 1.73 see /usr/share/doc/packages/perl-Module-Starter/Changes
* Sun Mar 26 2017 cooloAATTsuse.com- updated to 1.72 see /usr/share/doc/packages/perl-Module-Starter/Changes 1.72 Sat Mar 25 21:20:41 EDT 2017
* Stable release containing previous fixes 1.71_01 Thu Mar 23 23:04:11 EDT 2017
* GH#51: drop use of Module::Build::Compat in Build.PL (Karen Etheridge)
* GH#56: Fix generated syntax errors when using --fatalize (Dan Book)
* GH#57: Fix strange scoping issue in test on 5.8 (Dan Book)
* GH#58: Typo and doc fixes (Tordek)
* GH#59: Quote versions in generated Makefile.PL/Build.PL (Dan Book)
* GH#61: Fix version comparison in test (Dan Book)
* GH#63: Remove unneeded dependency Module::Install::AuthorTests (Dan Book)
* GH#64: Replace usage of Path::Class with File::Spec (Dan Book)
* Mon Apr 13 2015 cooloAATTsuse.com- updated to 1.71 see /usr/share/doc/packages/perl-Module-Starter/Changes
* Mon Dec 09 2013 cooloAATTsuse.com- updated to 1.62
* Fix regexp in tests to stop failing on 5.8.x (Sawyer X).
* Fix FSF address in template block and tests (Brian Manning).
* Typo fixes (David Steinbrunner).
* Stop getpwuid calls on Windows, instead prompt user for author. (Martin McGrath)
* Wed Jun 05 2013 cooloAATTsuse.com- updated to 1.60
* Guess author from getpwuid if not provided (Hilko Bengen).
* Guess email from $ENV{\'EMAIL\'} if not provided (Hilko Bengen).
* Skip POD tests unless RELEASE_TESTING environment is on. (Alberto Simoes) - - Trying to clean up test failures. More to come. - - All changes in this release are by Brendan Byrd (SineSwiper). Thank you! :) Licenses:
* Add GPL3 licenses (fixes RT #72321).
* Add all other supported licenses, including Software::License support (fixes RT #68634). New Params:
* Make ignores_type an arrayref (closes Pull Request #8).
* Add new --ignores parameter (also repeatable).
* Add new --minperl parameter (Minimum Perl version). File Creation:
* Fix MANIFEST.SKIP to skip creation of MANIFEST.
* Make all warnings FATAL in created .t/.pm files.
* Add config/build requires to Makefile/Build.PL.
* Bulk up Module::Install Makefile.PL.
* Fix ignores_guts to use different contents for MANIFEST.SKIP and other ignore files. test-dist.t Revamp:
* Complete refactor of test-dist.t to make it more standardized.
* Create new TestParseFile::parse_file_start method that handles parsing of all current created file types (outside of .pm files).
* Use subtest for better organization.
* Add verification that existing files are there and no new surprise files are not there.
* Add new mega-loop to \"test all variations of everything\" (uses 1% sample size to keep test speed fast for average users).
* Use .gitignore and MANIFEST.SKIP.
* Sat Nov 12 2011 cooloAATTsuse.com- update to 1.58
* Added prereq on Path::Class (RT #68360).
* Doc fixes by Nicholas Bamber and Salvatore Bonaccorso (RT #68385).
* No functional changes.
* Removing English from unnecessary tests that confuse a tester.