<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pkgsrc/devel/p5-Module-Install, branch pkgsrc_2012Q2</title>
<subtitle>[no description]</subtitle>
<id>https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc_2012Q2</id>
<link rel='self' href='https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc_2012Q2'/>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/'/>
<updated>2012-01-26T15:31:33Z</updated>
<entry>
<title>Updated to 1.04</title>
<updated>2012-01-26T15:31:33Z</updated>
<author>
<name>rhaen</name>
<email>rhaen</email>
</author>
<published>2012-01-26T15:31:33Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=fa23e936a24baf20aadd2c6bd11e985f6f69ab99'/>
<id>urn:sha1:fa23e936a24baf20aadd2c6bd11e985f6f69ab99</id>
<content type='text'>
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)
</content>
</entry>
<entry>
<title>Update to 1.01:</title>
<updated>2011-08-16T20:16:51Z</updated>
<author>
<name>wiz</name>
<email>wiz</email>
</author>
<published>2011-08-16T20:16:51Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=ee036a372cbaa110b9432f170fbb916b383ae28d'/>
<id>urn:sha1:ee036a372cbaa110b9432f170fbb916b383ae28d</id>
<content type='text'>
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)
</content>
</entry>
<entry>
<title>Revision bump after updating perl5 to 5.14.1.</title>
<updated>2011-08-14T12:26:04Z</updated>
<author>
<name>obache</name>
<email>obache</email>
</author>
<published>2011-08-14T12:26:04Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=74a7e1147c88b8cfdc49ad6446607b426d49a46b'/>
<id>urn:sha1:74a7e1147c88b8cfdc49ad6446607b426d49a46b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Bump the PKGREVISION for all packages which depend directly on perl,</title>
<updated>2010-08-21T16:32:42Z</updated>
<author>
<name>seb</name>
<email>seb</email>
</author>
<published>2010-08-21T16:32:42Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=2071bb5c54efeb5a369d623a737c040e30ff5a84'/>
<id>urn:sha1:2071bb5c54efeb5a369d623a737c040e30ff5a84</id>
<content type='text'>
to trigger/signal a rebuild for the transition 5.10.1 -&gt; 5.12.1.

The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=..."), minus the packages updated after
the perl package update.

sno@ was right after all, obache@ kindly asked and he@ led the
way. Thanks!
</content>
</entry>
<entry>
<title>Add workaround to avoid merge .packlist with installed one.</title>
<updated>2010-07-15T06:03:47Z</updated>
<author>
<name>obache</name>
<email>obache</email>
</author>
<published>2010-07-15T06:03:47Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=9ebf43f976ed9fd9af2fc5f3c2268e3c8b30532d'/>
<id>urn:sha1:9ebf43f976ed9fd9af2fc5f3c2268e3c8b30532d</id>
<content type='text'>
XXX: maybe, should be in perl5/module.mk.
</content>
</entry>
<entry>
<title>Update p5-Module-Install from version 0.95 to version 1.00.</title>
<updated>2010-07-14T13:59:54Z</updated>
<author>
<name>seb</name>
<email>seb</email>
</author>
<published>2010-07-14T13:59:54Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=cd17d6696b5bd156f029ee9697257db781092a66'/>
<id>urn:sha1:cd17d6696b5bd156f029ee9697257db781092a66</id>
<content type='text'>
Pkgsrc changes:
- adjust dependencies

Upstream changes:
1.00 Tue 22 Jun 2010
	- Remove obsolete text warning about nonexistent auto_install()
	  woes
	- auto_install() wrongly merged build_requires entries into
	  requires; note that it's correct build_requires entries
	  are merged into requires if you use older versions of
	  EUMM, which didn't support build_requires. (ISHIGAKI)

0.99 Tue  1 Jun 2010
	- FindBin-&gt;again only works on 5.8.3

0.98 Mon 21 May 2010
	- Resolved #57326: Tests fail when being run in parallel
	  (by Florian Ragwitz) (ISHIGAKI)
	- Resolved #57335: Re: Problem with Module::Install + Fix
	  (by Paul Makepeace) (ISHIGAKI)
	- Added "add_metadata" to add extra (experimental) metadata to
	  META.yml (requested by Florian Ragwitz) (ISHIGAKI)
	- Fixed a test to check EU::MM version as only newer EUMM has
	  MIN_PERL_VERSION (ISHIGAKI)
	- Made fixup_makefile a bit robust, not to be interfered by
	  antivirus etc (ISHIGAKI)

0.97 Mon 10 May 2010
	- Added missing LWP dependency, starting with 2 year old version (ADAMK)

0.96 Tue 10 May 2010
	- Stop Bundle.pm pointlessly calling import() of bundled modules
	  (MSTROUT)
	- Resolved #55464: Wrong license detection (by Jens Rehsack)
	  (ISHIGAKI)
	- Resolved #55594: Missing license (by Salve J. Nilsen) (ISHIGAKI)
	- Resolved #5849 (load_extensions() causes "Subroutine %s
	  redefined" warnings) (by Steve Hay) (ISHIGAKI)
	- Resolved #19445: unknown functions in Makefile.PL should fail.
	  and #19449: license is not found if unknown function is present
	  (both are the same issue) (ISHIGAKI)
	- Resolved #54890: MYMETA.yml creation doesn't work (by miyagawa)
	  (ISHIGAKI)
	- Resolved #55974: FakeAdmin does not define (by Francesc Guasch)
	  (ISHIGAKI)
	- Resolved #40230: test_requires and include (by Alexandr Ciornii)
	  (ISHIGAKI)
	- Resolved #56460: Bundle documentation error? (by Florent Angly)
	  (ISHIGAKI)
	- Resolved #56459: Cannot find bundle source for modules that
	  contain sub-modules (patch by Florent Angly) (ISHIGAKI)
	- Resolved #56474: Dependency check error fails to be triggered
	  (by Florent Angly) (ISHIGAKI)
	- Resolved #5528: Sub-directory builds don't work (by Steve Hay)
	  (ISHIGAKI)
	- Resolved #56531: New patches for M::I::Bundle (patch by Florent
	  Angly) (ISHIGAKI)
	- Resolved #56589 for Module-Install: Bundle's refactor
	  (patch by Florent Angly) (ISHIGAKI)
	- Pass VERSION_FROM to EU::MM in the background to let it check
	  version integrity (ISHIGAKI)
	- Improved tests and removed unnecessary directories/files
	  (ISHIGAKI)
	- Added API.pod and FAQ.pod (ISHIGAKI)
</content>
</entry>
<entry>
<title>Update p5-Module-Install from version 0.94 to version 0.95.</title>
<updated>2010-04-10T07:23:56Z</updated>
<author>
<name>seb</name>
<email>seb</email>
</author>
<published>2010-04-10T07:23:56Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=fcb943494a8a49ef308055565fcc71308a969101'/>
<id>urn:sha1:fcb943494a8a49ef308055565fcc71308a969101</id>
<content type='text'>
Upstream changes:
0.95 Wed 10 Mar 2010
	- Resolved #51614: POD nits (by Frank Wiegand) (ISHIGAKI)
	- Resolved #51077: auto_include_deps would mention the
	  (test|build)_requires version. (by Tokuhiro Matsuno) (ISHIGAKI)
	- Resolved #51267: Consider moving load checks to import so
	  require M::I will succeed (by David Golden) (ISHIGAKI)
	- Resolved #55050: Module::Install::AuthorTests is broken with
	  M::I 0.93 and 0.94 (by AEvar Arnfjord Bjarmason) (ISHIGAKI)
	- Resolved #16569: author should take array to match META.yml
	  spec and Module::Build (by MARKSTOS) (ISHIGAKI)
	- Resolved #53984: Don't use ExtUtils::Install to copy into blib
	  (by Michael G Schwern) (ISHIGAKI)
	- Resolved #17893: Module::Install::Share ignores MANIFEST
	  (ISHIGAKI)
	- Resolved #24194: Error msg: Your installer Makefile.PL has
	  a modification time in the future (by RSAVAGE) (ISHIGAKI)
	- Resolved #33976: cc_inc_paths replaces INC provided on command
	  line (by David Golden) (ISHIGAKI)
	- Resolved #25972: makemaker_args INSTALLDIRS =&gt; 'perl'; doesn't
	  work (by TELS) (ISHIGAKI)
	- Resolved #45978: .pm.PL runs in wrong order for WriteMakefile
	  (by Hilary Holz) (ISHIGAKI)
	- Resolved #19783: Query CPAN for new versions of Module::Install
	  during "make dist" (by Steffen Mueller) (ISHIGAKI)
	- Resolved #27242: Bug(s) in license_from() (by Steve Hay)
	  (ISHIGAKI)
	- Now license is properly passed to the EU::MM in the
	  background (ISHIGAKI)
	- Added non-interactive session support, part of which was
	  there some time before (ISHIGAKI)
</content>
</entry>
<entry>
<title>Updating devel/p5-Module-Install from 0.93 to 0.94</title>
<updated>2010-02-23T12:37:45Z</updated>
<author>
<name>sno</name>
<email>sno</email>
</author>
<published>2010-02-23T12:37:45Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=25b76e39aebb19c10b48a357e7cb205e78d99ef1'/>
<id>urn:sha1:25b76e39aebb19c10b48a357e7cb205e78d99ef1</id>
<content type='text'>
Upstream changes:
0.94 Tue 23 Feb 2010
	- Fixed critical author/xt bug (ADAMK)
</content>
</entry>
<entry>
<title>Update to 0.93:</title>
<updated>2010-02-07T16:05:41Z</updated>
<author>
<name>wiz</name>
<email>wiz</email>
</author>
<published>2010-02-07T16:05:41Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=6803201e4b091d2511b9b1839c724ef8f5f5bd30'/>
<id>urn:sha1:6803201e4b091d2511b9b1839c724ef8f5f5bd30</id>
<content type='text'>
0.93 Sun  7 Feb 2010
	- Better search for 'Perl' license (CHORNY)
	- Added automatic executing of xt tests during either author()
	  mode or when RELEASE_TESTING is enabled (ADAMK)
</content>
</entry>
<entry>
<title>Updating devel/p5-Module-Install from 0.91nb2 to 0.92</title>
<updated>2010-01-29T15:23:10Z</updated>
<author>
<name>sno</name>
<email>sno</email>
</author>
<published>2010-01-29T15:23:10Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=0841749723a1a951e5730a8116abc53f52cfec78'/>
<id>urn:sha1:0841749723a1a951e5730a8116abc53f52cfec78</id>
<content type='text'>
pkgsrc changes:
- Adjusting license definition
- Put the dependencies in the same order as in upstream META.yml

Upstream changes:
0.92 Thu 21 Jan 2010
	- Support github.com bugtracker (CHORNY)
	- Made the matching phrase for the perl license a bit shorter
	  to allow "the same terms as Perl 5.10" etc (ISHIGAKI)
	- Refactor part of license_from to separate sub, tests for a new
	  sub (CHORNY)
	- Refactor part of perl_version_from to separate sub, tests for
	  a new sub (CHORNY)
	- Allow spaces at the start of string when using
	  perl_version_from (CHORNY)
	- The all_from command now stores the filename in the 'all_from'
	  key for later reuse (MARCEL)
	- Support code.google.com bugtracker (CHORNY)
	- If the DSL code fails, say why (ADAMK)
	- Now autoinstall doesn't die on CPAN-1.81 (JJORE)
	- Check 'copyrights' section for license also (CHORNY)
	- Test passing correct params to EU::MM (CHORNY)
	- Use BUILD_REQUIRES EU::MM param for better OS packages (CHORNY)
	- Bundled prereqs will be removed from build prereqs only (CHORNY)
	- Use MIN_PERL_VERSION EU::MM param (CHORNY)
	- Better search for 'Perl' license (CHORNY)
	- Adding 'makemaker' command to make EU:MM version conditionals
	  easier (ADAMK)
	- Removed a variety of Perl::MinimumVersion complaints (ADAMK)
</content>
</entry>
</feed>
