2015-01-04 07:09:43 by Amitai Schlair | Files touched by this commit (2) |
Log message:
Update to 1.14. From the changelog:
- 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)
- Revert license behaviour (TSIBLEY)
- Documentation also mentioning metacpan.org (LLAP)
- 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)
- 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)
|
2014-10-09 15:45:06 by Thomas Klausner | Files touched by this commit (456) |
Log message:
Remove SVR4_PKGNAME, per discussion on tech-pkg.
|
2014-05-30 01:38:20 by Thomas Klausner | Files touched by this commit (3049) |
Log message:
Bump for perl-5.20.0.
Do it for all packages that
* mention perl, or
* have a directory name starting with p5-*, or
* depend on a package starting with p5-
like last time, for 5.18, where this didn't lead to complaints.
Let me know if you have any this time.
|
2013-12-07 01:58:01 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Remove p5-ExtUtils-Install dependencies in preparation for package removal.
|
2013-05-31 14:42:58 by Thomas Klausner | Files touched by this commit (2880) |
Log message:
Bump all packages for perl-5.18, that
a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package
Like last time, where this caused no complaints.
|
2012-10-31 12:19:55 by Aleksej Saushev | Files touched by this commit (1460) |
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
|
2012-10-03 23:59:10 by Thomas Klausner | Files touched by this commit (2798) |
Log message:
Bump all packages that use perl, or depend on a p5-* package, or
are called p5-*.
I hope that's all of them.
|
2012-07-06 13:14:32 by Jens Rehsack | Files touched by this commit (2) |
Log message:
Updating package for Perl 5 module Module::Install in
devel/p5-Module-Install from 1.04 to 1.06.
Upstream changes:
1.06 Thu 1 Mar 2012
- Adding can_xs command, imported from Params::Util (ADAMK)
- Adding requires_xs command, wrapping around can_xs (ADAMK)
1.05 Thu 28 Feb 2012
- 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)
|
2012-01-26 16:31:33 by Ulrich Habel | Files touched by this commit (2) |
Log message:
Updated to 1.04
Changes:
1.04 Thu 20 Oct 2011
- Fixed _cmp to compare properly (MIYAGAWA)
- Fixed the automated MakeMaker dependency addition (MIYAGAWA)
- Last Perl 5.5 compatible MakeMaker was actually 6.36 (ADAMK)
1.03 Wed 19 Oct 2011
- 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)
1.02 Thu 29 Sep 2011
- Support for installdeps_target in Module::Install::AutoInstall and
Module::AutoInstall (Caelum)
- Support for installdeps_notest, upgradedeps and upgradedeps_notest,
listdeps and listalldeps targets in Module::AutoInstall (Caelum)
|
2011-08-16 22:16:51 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Update to 1.01:
1.01 Wed 27 Apr 2011
- Better error message in install_share (CHORNY)
- Compatibility with MYMETA.yml support in EUMM (CHORNY)
- Support for extraction of Artistic 2.0 license (CHORNY)
- Support https links when searching for bug trackers (CHORNY)
|