pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/p5-Module-Install



Module Name:    pkgsrc
Committed By:   sno
Date:           Sun Apr 12 00:45:54 UTC 2009

Modified Files:
        pkgsrc/devel/p5-Module-Install: Makefile distinfo

Log Message:
PkgSrc changes:
  - Updating package to 0.82

Upstream changes:
0.82 Wed  9 Apr 2009 - Adam Kennedy
        - if configure_requires has ExtUtils::MakeMaker and it's version
          requires perl 5.6, require perl 5.6 for dist in META.yml (CHORNY)
        - Fixes to Module/AutoInstall.pm: (MSTROUT)
          - don't prompt for required dependencies under CPAN/CPANPLUS
          - allow PERL_AUTOINSTALL_PREFER_CPAN env var to disable cpanp use
        - Module::Install::DSL now correctly installs itself into the
          generated tarball (ADAMK)
        - Preferentially dispatch leading-underscore methods used in plugins
          to the main Module::Install object (ADAMK)

0.81 Tue 24 Mar 2009 - Adam Kennedy
        - Use 3-argument open when Perl >= 5.006 (ADAMK)
        - Support for 'keywords' key in META.yml (CHORNY)
        - More URLs for licenses, test for this (CHORNY)
        - tests for extracting link to bugtracker,
          will more correctly extract them (CHORNY)
        - Adding version-normalising Module::Install::_cmp
          (for <=> equivalent on versions) (ADAMK)
        - If the Makefile.PL time is in the future by only a few seconds
          (probably due to 2-second filesystem time rounding on Win32)
          sleep for 5 seconds to avoid the problem. (ADAMK)
        - Moving from Module::Install::DSL to inc::Module::Install::DSL
          (to reduce the Makefile.PL header for DSL mode to one line) (ADAMK)
        - Adding convenience pod reading Module::Install::_readpod (ADAMK)
        - Adding convenience pod stripping Module::Install::_readperl (ADAMK)
        - Adding experimental requires_from command to auto-detect requires 
(ADAMK)
        - Add a "Writing MYMETA.yml" status message (ADAMK)
        - Generalising boolean commands (ADAMK)
        - Cleaner removal of files during realclean (ADAMK)
        - Write META.yml and MYMETA.yml after Makefile to pick up a couple
          of extra implicit dependencies. (ADAMK)
        - Set a high configure_requires on ExtUtils::MakeMaker for any client
          that supports configure_requires. (ADAMK)
        - Add a full resolution test for Module::Install::DSL (ADAMK)
        - If we write MYMETA.yml, remove it at realclean time (ADAMK)
        - Removed the 'Removing META.yml' warning

0.80 Tue 17 Mar 2009 - Adam Kennedy
        - Don't generate MYMETA.yml if we don't have YAML::Tiny, even if
          we've said we need it. This was breaking Catalyst. (ADAMK)
        - Will not ask about auto-installing mandatory dependencies, if
          $ENV{PERL5_CPANPLUS_IS_RUNNING} is set (CHORNY)

0.79 Wed  4 Feb 2009 - Adam Kennedy
        - Upgrading (and testing) Perl version normalisation
        - Adding an experimental-grade implementation of MYMETA.yml

0.78 Sun 25 Jan 2009 - Adam Kennedy
        - Much more aggressive dependencies, except PAR::Dist (ADAMK)
        - Adding inc::Module::Install::DSL for simple installs (ADAMK)
        - We now avoid poking references in @INC in case they
          have strange overload behaviours.  (PJF, RT #39929)
        - installdirs and install_as_* are now documented in
          Module/Install.pod (PJF, RT #25111)
        - Applied patch RT #38443 from Oleg Kostyuk for two-part
          version numbers being passed to perl_version.  Calling
          'perl_version 5.8' should now work the same as
          'perl_version 5.008'.  Additional tests added to
          t/07_perl_version.t to check this.  (PJF, RT #38443)
        - Module::Install no longer complains about the phrase
          "All rights reserved" in association with open source
          licenses.  (PJF, RT #41268)


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/p5-Module-Install/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/p5-Module-Install/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Home | Main Index | Thread Index | Old Index