- updated to 2.22 see /usr/share/doc/packages/perl-ExtUtils-Install/Changes 2.22 - Explicitly use File::Compare in Installapi2.t - Use a private directory for tests OBS-URL: https://build.opensuse.org/request/show/1046341 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-ExtUtils-Install?expand=0&rev=14
178 lines
4.2 KiB
Plaintext
178 lines
4.2 KiB
Plaintext
-------------------------------------------------------------------
|
|
Sun Dec 25 03:06:57 UTC 2022 - Tina Müller <timueller+perl@suse.de>
|
|
|
|
- updated to 2.22
|
|
see /usr/share/doc/packages/perl-ExtUtils-Install/Changes
|
|
|
|
2.22
|
|
|
|
- Explicitly use File::Compare in Installapi2.t
|
|
- Use a private directory for tests
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Dec 19 03:06:13 UTC 2020 - Tina Müller <timueller+perl@suse.de>
|
|
|
|
- updated to 2.20
|
|
see /usr/share/doc/packages/perl-ExtUtils-Install/Changes
|
|
|
|
2.20
|
|
|
|
- Exercise _is_prefix() method more in tests
|
|
- Optimisations for file comparisons
|
|
- Optimisations for directory creation
|
|
- Typo fix in POD
|
|
- Optimisations for tree traversal
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Sep 16 03:07:35 UTC 2020 - Tina Müller <timueller+perl@suse.de>
|
|
|
|
- updated to 2.18
|
|
see /usr/share/doc/packages/perl-ExtUtils-Install/Changes
|
|
|
|
2.18
|
|
|
|
- Add descriptions for 3 tests lacking them
|
|
- Removed bundled Test::More from t/lib
|
|
- 'use strict' added to all files where missing
|
|
- 'use vars' replaced with 'our'
|
|
- Properly scope all variables
|
|
- Minimal supported perl version is now v5.6.0
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Jun 21 03:08:58 UTC 2020 - Tina Müller <timueller+perl@suse.de>
|
|
|
|
- updated to 2.16
|
|
see /usr/share/doc/packages/perl-ExtUtils-Install/Changes
|
|
|
|
2.16
|
|
|
|
- Use File::Spec->catfile to compose filenames
|
|
- Use self-cleaning tempdir to conduct tests
|
|
- only run POD test under AUTHOR_TESTING
|
|
- marked some internals as private
|
|
|
|
-------------------------------------------------------------------
|
|
Mon May 29 05:40:44 UTC 2017 - coolo@suse.com
|
|
|
|
- updated to 2.14
|
|
see /usr/share/doc/packages/perl-ExtUtils-Install/Changes
|
|
|
|
2.14
|
|
|
|
- Fix tests for when perl path contains a space
|
|
|
|
-------------------------------------------------------------------
|
|
Thu May 25 08:06:47 UTC 2017 - coolo@suse.com
|
|
|
|
- updated to 2.12
|
|
see /usr/share/doc/packages/perl-ExtUtils-Install/Changes
|
|
|
|
2.12
|
|
|
|
- Fix win32 check
|
|
|
|
-------------------------------------------------------------------
|
|
Wed May 17 05:44:14 UTC 2017 - coolo@suse.com
|
|
|
|
- updated to 2.10
|
|
see /usr/share/doc/packages/perl-ExtUtils-Install/Changes
|
|
|
|
2.10
|
|
|
|
- 'make -s' support: set $INSTALL_QUIET automatically
|
|
|
|
-------------------------------------------------------------------
|
|
Fri May 12 05:44:44 UTC 2017 - coolo@suse.com
|
|
|
|
- updated to 2.08
|
|
see /usr/share/doc/packages/perl-ExtUtils-Install/Changes
|
|
|
|
2.08
|
|
|
|
- Optimisations:
|
|
|
|
* use our instead of vars
|
|
* lazy load modules
|
|
* make OS variables into constants
|
|
* move some calculations out of a loop
|
|
|
|
2.06
|
|
|
|
- Removed instructions using Build.PL from README
|
|
|
|
- Load Win32API::File for _move_file_at_boot only when needed
|
|
|
|
- Allow disabling autosplit by omitting autosplit dir
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Apr 16 21:36:41 UTC 2015 - coolo@suse.com
|
|
|
|
- updated to 2.04
|
|
see /usr/share/doc/packages/perl-ExtUtils-Install/Changes
|
|
|
|
2.04
|
|
|
|
- Cosmetic change as forgot to update version information in POD on last two
|
|
releases
|
|
|
|
2.02
|
|
|
|
- Reverted change to pm_to_blib that causes write-only directory paths to
|
|
be created
|
|
|
|
2.00
|
|
|
|
- Formal release to change META information and synchronise versioning
|
|
|
|
1.68
|
|
|
|
- Introduce env var PERL_INSTALL_QUIET to silence pm_to_blib() output
|
|
|
|
1.67
|
|
|
|
- better -w tests
|
|
|
|
1.66
|
|
|
|
- Fix writable tests when running as root
|
|
|
|
1.65
|
|
|
|
- ExtUtils::Install handle symbolic and hard links
|
|
|
|
1.64
|
|
|
|
- Remove MM_TEST_ROOT feature from ExtUtils::Install tests
|
|
|
|
1.63
|
|
|
|
- Enable tests to run in parallel
|
|
|
|
1.62
|
|
|
|
- Various POD fixes and typos
|
|
- Cross-compilation fixes
|
|
- VMS fixes
|
|
|
|
1.57
|
|
|
|
Adds 'skip_cwd' parameter to ExtUtils::Installed. With this new parameter,
|
|
the current directory is not included in the installed module search. This
|
|
avoids finding modules from other perls which happen to be below the
|
|
current directory.
|
|
|
|
1.56
|
|
|
|
Pod fixes.
|
|
|
|
1.55
|
|
|
|
Pod fixes.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Nov 30 12:14:08 UTC 2010 - coolo@novell.com
|
|
|
|
- initial package 1.54
|
|
* created by cpanspec 1.78.02
|
|
|