Package Release Info

perl-Module-Starter-1.72-bp151.2.12

Update Info: Base Release
Available in Package Hub : 15 SP1

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

perl-Module-Starter

Change Logs

Version: 1.72-bp150.2.4
* Sun Mar 26 2017 coolo@suse.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 coolo@suse.com
- updated to 1.71
  see /usr/share/doc/packages/perl-Module-Starter/Changes
* Mon Dec 09 2013 coolo@suse.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 coolo@suse.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 coolo@suse.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.
* Thu Apr 07 2011 coolo@novell.com
- updated to 1.56
    Special thanks goes to Andy Lester, who has been, still is and
    will remain an inspiration to many programmers, myself included.
    [ENHANCEMENTS]
    Added hooks for distribution building in App. Thanks to Brian D. Foy.
    MANIFEST is now created via the proper builder.
    Kept create_MANIFEST to act as hook.
    Added Apache license by pfig.
  * [RT #53539] Refactoring, adding hooks, described above.
    (Patch provided by brian d. foy)
  * [RT #27304] Minimal version of perl (5.006)
    (Patch provided by Alexandr Ciornii)
  * [RT #53339] ::Simple uses the builder to create the MANIFEST
  * Moved repository to Github
  * Some more refactoring in Simple::create_builder()
* Wed Dec 01 2010 coolo@novell.com
- switch to perl_requires macro
* Tue Oct 19 2010 coolo@novell.com
- add perl as explicit buildrequire