Commit graph

7 commits

Author SHA1 Message Date
adam
613bca6608 Revision bump after updating perl to 5.14.1 2011-08-12 06:56:59 +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
seb
ee4eb12d2e Update p5-Devel-Caller from version 2.04 to version 2.05.
Pkgsrc changes:
- Change CPAN HOMEPAGE flavor

Upstream changes:
2.05 Thursday 8th April, 2010
	Don't call B::PADOP->gv.  Work by by Florian Ragwitz
	248a23390e
2010-04-24 19:24:50 +00:00
sno
e43aecc3db Updating devel/p5-Devel-Caller from 2.03nb1 to 2.04
pkgsrc changes:
- Apply update from PR pkg/42831
- Add license definition

Upstream changes:
2.04 Tuesday 16th February, 2010
	Use CxTYPE macro rather than directly inspecting cx->cx_type
	http://rt.cpan.org/Public/Bug/Display.html?id=33005
2010-02-23 10:19:36 +00:00
rillig
ad2adba9a5 Ran pkglint --autofix on the devel/ category. Most of the changes are
simple white-space issues like indentation and trailing spaces. The
others are cross-references for Makefile.common.
2009-06-13 06:46:41 +00:00
he
b021813da0 Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0.

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=...").
2008-10-19 19:17:40 +00:00
abs
ad406c8d73 Added devel/p5-Devel-Caller version 2.03
This provides a 'meatier' version of caller:

caller_cv($level)

    caller_cv gives you the coderef of the subroutine being invoked
    at the call frame indicated by the value of $level

caller_args($level)

    Returns the arguments passed into the caller at level $level

caller_vars( $level, $names ) =item called_with($level, $names)

    called_with returns a list of references to the original
    arguments to the subroutine at $level. if $names is true, the
    names of the variables will be returned instead

    constants are returned as undef in both cases

called_as_method($level)

    called_as_method returns true if the subroutine at $level was
    called as a method.
2008-07-14 09:24:50 +00:00