Commit graph

10 commits

Author SHA1 Message Date
wiz
7eeb51b534 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.
2014-05-29 23:35:13 +00:00
sno
efec7a101c Updating package for CPAN distribution Devel-TraceUse in
devel/p5-Devel-TraceUse from 2.06nb2 to 2.09.

Upstream changes:
2.09 Sat Feb 16 2013
    - added a proxy-reporting feature, that lists modules/subroutines
      found to load other modules --but no change to the tree output yet--
      (thanks to Olivier Mengué (DOLMEN))

2.08 Thu Sep 13 2012
    - fixed the module's encoding to match the =encoding POD directive

2.07 Thu Sep 13 2012
    - Added support for "perl -c": dump tree at CHECK phase if -c is set
      (contributed by Olivier Mengué (DOLMEN))
2013-07-03 16:28:44 +00:00
wiz
d2ca14a3f1 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.
2013-05-31 12:39:57 +00:00
asau
e1ab7079b6 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-31 11:16:30 +00:00
wiz
8b5d49eb78 Bump all packages that use perl, or depend on a p5-* package, or
are called p5-*.

I hope that's all of them.
2012-10-03 21:53:53 +00:00
sno
f6a4d17643 Updating package for CPAN module Devel::TraceUse in devel/p5-Devel-TraceUse
from 2.05 to 2.06

pkgsrc changes:
2.06 Sun Jan 15 00:44:13 CET 2012
    No code change, but:
    - More thoroughly remove @INC from the error output
    - do not open output test files as utf8
    - fix a warning when using a dev version of Module::CoreList
2012-02-20 13:47:11 +00:00
adam
027bc39e0d Changes 2.05:
* new 'output' option to redirect TraceUse result to a file
2011-08-12 11:58:10 +00:00
sno
c359376456 Updating devel/p5-Devel-TraceUse from 2.02nb1 to 2.03
Upstream changes:
2.03 Wed Sep 22 01:15:40 CEST 2010
    - The 'hidecore' option will hide core modules in the output
      (initial patch by David Leadbeater)
    - moved author tests to xt/
2010-09-23 21:28:01 +00:00
seb
c3f1e700ad Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.10.1 -> 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!
2010-08-21 16:32:42 +00:00
sno
80a6b2e514 Importing package for p5 dist Devel-TraceUse-2.02 into devel/p5-Devel-TraceUse
An apparently simple program may load a lot of modules. That's useful, but
sometimes it might be interesting to know exactly which part of a program
loads which module.

Devel::TraceUse can analyze a program to see which part used which module.
2010-07-31 07:30:54 +00:00