Accepting request 297470 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/297470
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-ExtUtils-Install?expand=0&rev=6
This commit is contained in:
Stephan Kulow
2015-04-17 07:31:40 +00:00
committed by Git OBS Bridge
parent 5dcd7b35e4
commit 1030d6643c
5 changed files with 118 additions and 47 deletions

View File

@@ -1,3 +1,68 @@
-------------------------------------------------------------------
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