<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pkgsrc/devel/p5-Module-ExtractUse, branch pkgsrc-</title>
<subtitle>[no description]</subtitle>
<id>https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc-</id>
<link rel='self' href='https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc-'/>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/'/>
<updated>2017-06-05T14:22:16Z</updated>
<entry>
<title>Recursive revbump from lang/perl5 5.26.0</title>
<updated>2017-06-05T14:22:16Z</updated>
<author>
<name>ryoon</name>
<email>ryoon@pkgsrc.org</email>
</author>
<published>2017-06-05T14:22:16Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=09457ba3da046a6060f46b5922b59f3f139c08e9'/>
<id>urn:sha1:09457ba3da046a6060f46b5922b59f3f139c08e9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Bump PKGREVISION for perl-5.24.</title>
<updated>2016-06-08T19:22:13Z</updated>
<author>
<name>wiz</name>
<email>wiz@pkgsrc.org</email>
</author>
<published>2016-06-08T19:22:13Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=1d34477d8c9cbf123619bd298954b5eb375c1c32'/>
<id>urn:sha1:1d34477d8c9cbf123619bd298954b5eb375c1c32</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Updated devel/p5-Module-ExtractUse to 0.341</title>
<updated>2016-05-03T12:39:35Z</updated>
<author>
<name>mef</name>
<email>mef@pkgsrc.org</email>
</author>
<published>2016-05-03T12:39:35Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=cdff7c39dcc5014b791c4347af99e82c3a4d6fe1'/>
<id>urn:sha1:cdff7c39dcc5014b791c4347af99e82c3a4d6fe1</id>
<content type='text'>
--------------------------------------------
0.341   2016-01-30T22:18:20
    - fixed 20_parse_self.t; version.pm is not used anymore (Kenichi Ishigaki)

0.340   2016-01-30T20:42:39
    - load_first_existing_class() is now working (Anthony Brummett)
    - Class::Load::load_class(), try_load_class() and load_optional_class() are working (Anthony Brummett)
    - Detect uses of Module::Runtime (Anthony Brummett)
    - include extractuse as provided by Jonathan Yu in example/ (Anthony Brummett)
    - Linkify POD modules, mention Module::Extract::Use to resolve RT#45571. (Jeremy Mates)</content>
</entry>
<entry>
<title>Add SHA512 digests for distfiles for devel category</title>
<updated>2015-11-03T03:27:11Z</updated>
<author>
<name>agc</name>
<email>agc@pkgsrc.org</email>
</author>
<published>2015-11-03T03:27:11Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=086f63026032c44137e98a0c2c307eafe6926056'/>
<id>urn:sha1:086f63026032c44137e98a0c2c307eafe6926056</id>
<content type='text'>
Issues found with existing distfiles:
	distfiles/eclipse-sourceBuild-srcIncluded-3.0.1.zip
	distfiles/fortran-utils-1.1.tar.gz
	distfiles/ivykis-0.39.tar.gz
	distfiles/enum-1.11.tar.gz
	distfiles/pvs-3.2-libraries.tgz
	distfiles/pvs-3.2-linux.tgz
	distfiles/pvs-3.2-solaris.tgz
	distfiles/pvs-3.2-system.tgz
No changes made to these distinfo files.

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.</content>
</entry>
<entry>
<title>Recursive PKGREVISION bump for all packages mentioning 'perl',</title>
<updated>2015-06-12T10:48:20Z</updated>
<author>
<name>wiz</name>
<email>wiz@pkgsrc.org</email>
</author>
<published>2015-06-12T10:48:20Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=3c896fa5c0ed4d04a7164a48d2c98076cb4a7ac6'/>
<id>urn:sha1:3c896fa5c0ed4d04a7164a48d2c98076cb4a7ac6</id>
<content type='text'>
having a PKGNAME of p5-*, or depending such a package,
for perl-5.22.0.</content>
</entry>
<entry>
<title>Update 0.31 to 0.33</title>
<updated>2015-01-28T03:35:33Z</updated>
<author>
<name>mef</name>
<email>mef@pkgsrc.org</email>
</author>
<published>2015-01-28T03:35:33Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=bb543c3cfe32ac33c1b77e8283add7a7878d2dbd'/>
<id>urn:sha1:bb543c3cfe32ac33c1b77e8283add7a7878d2dbd</id>
<content type='text'>
-------------------
0.33    2014-04-11T21:04:52+0200
    - added base() handling to no (Thomas Klausner)
    - support 'no MODULE' etc (for RT-94305) (Kenichi Ishigaki)
    - typo fix (David Steinbrunner)
    - ignore __DATA|END__ sections
       (see https://rt.cpan.org/Ticket/Display.html?id=88969 ) (Kenichi Ishigaki)
    - ignore use/require method calls (Kenichi Ishigaki)

0.32    2013-09-04T16:48:07+0200
    - not to include cached results (Kenichi Ishigaki)
    - Fix handling module beginning with v and pragma with version.
      (Yasutaka ATARASHI)
    - Recognize "use parent". (Yasutaka ATARASHI)</content>
</entry>
<entry>
<title>Bump for perl-5.20.0.</title>
<updated>2014-05-29T23:35:13Z</updated>
<author>
<name>wiz</name>
<email>wiz@pkgsrc.org</email>
</author>
<published>2014-05-29T23:35:13Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=041f4d4429adae5aa372ff70a568c82dce6763a0'/>
<id>urn:sha1:041f4d4429adae5aa372ff70a568c82dce6763a0</id>
<content type='text'>
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.</content>
</entry>
<entry>
<title>Update to 0.31</title>
<updated>2013-08-25T07:30:29Z</updated>
<author>
<name>wen</name>
<email>wen@pkgsrc.org</email>
</author>
<published>2013-08-25T07:30:29Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=f4f6785ee09de11e5845626cc59cecc5c2ce23bd'/>
<id>urn:sha1:f4f6785ee09de11e5845626cc59cecc5c2ce23bd</id>
<content type='text'>
Upstream changes:
0.31	2013-05-31T10:21:06+0200
    - applied a patch from cjm with slight modification to resolve RT#50723
      (support use Foo::Bar (); etc) (Kenichi Ishigaki)
    - fixed RT#71761 (Kenichi Ishigaki)
    - applied a patch from wyant (RT#71761) (Kenichi Ishigaki)
    - fixed the Pod::Simple encoding issue (Kenichi Ishigaki)
    - Fix incorrect regexp (ref gh-5). (Yasutaka ATARASHI)
    - Avoid regex features introduced only in later perl (close gh-5).
      (Yasutaka ATARASHI)
    - Use plan() instead of done_testing() (ref gh-5). (Yasutaka ATARASHI)
    - Add support for bareword leading hyphyen, in-place arrayref and hashref.
      (Yasutaka ATARASHI)
    - proper version number for older releases (Brian Cassidy)


0.30	2013-04-18T08:57:49+0200
    - Add accessors and tests for _in_eval/_out_of_eval. (Yasutaka ATARASHI)
    - reworked 80_failig.t to TODO tests; (Thomas Klausner)
    - added more require-in-string corner test cases (suggested by Buddy Burden)
      (Thomas Klausner)
    - Fix the case for eval["']expr["'] and add regression tests.
      (Yasutaka ATARASHI)

0.29    2013-02-25T20:25:44+0100
    - fixed regex to filter use/require (RT83569) (reported by
      ribasushi)


0.28   2012-08-21T14:41:15+0200
    - whitespace in use base is valid (Barbie)


0.27	2012-03-23T12:40:44+0100
    - fixed 23_universal_require.t for real (RT75342) (reported by
      Manoj Kumar and Paul Howarth)


0.26    2012-03-23T08:42:25+0100
    - removed Test::NoWarning from a t/23_universal_require.t because
      it upsets the (manual) plan if the tests are skipped


0.25    2012-03-22T10:55:42+0100
    - autogenerate the grammer during ./Build (based on a patch by
      jtbraun@CPAN.org) (RT74879)
    - added $VERSION to into Module::ExtractUse::Grammar, suggested
      by Manoj Kumar (RT75342)
    - specify min verion of Parse::RecDescent (1.967009),
      suggested by ANDK@cpan.org (RT75130)
    - fix typos reported by gregor herrmann (RT75115)
    - switched to Dist::Zilla (all on my own!)


0.24    2012-02-12T14:27:36+0100
    - regenerated Grammer to work with new Parse::RecDescent
      (thanks to cpan-testers, TMUELLER, KENTNL, dirkus@yo****.com and
      paul@city****.org for reporting the problem)</content>
</entry>
<entry>
<title>Bump all packages for perl-5.18, that</title>
<updated>2013-05-31T12:39:57Z</updated>
<author>
<name>wiz</name>
<email>wiz@pkgsrc.org</email>
</author>
<published>2013-05-31T12:39:57Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=6e93aa25a0707cb9f21e1547eade00c48a068fb7'/>
<id>urn:sha1:6e93aa25a0707cb9f21e1547eade00c48a068fb7</id>
<content type='text'>
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.</content>
</entry>
<entry>
<title>Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.</title>
<updated>2012-10-31T11:16:30Z</updated>
<author>
<name>asau</name>
<email>asau@pkgsrc.org</email>
</author>
<published>2012-10-31T11:16:30Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=a382ccc7b08ba66a8f6cca03850939f6a18f4b3e'/>
<id>urn:sha1:a382ccc7b08ba66a8f6cca03850939f6a18f4b3e</id>
<content type='text'>
</content>
</entry>
</feed>
