Commit graph

12 commits

Author SHA1 Message Date
mef
a474678226 Update 1.96 to 2.0
------------------
1.96  Fri 24 Aug 2012 13:03:31 BST
	- Restore compatibility with Perl 5.8
	  Thanks again to Father Chrysostomous

1.97  Sun 27 Oct 2013 10:09:41 GMT
    - Improve peek_sub error handling
	  Thanks to Zefram for the bug report.
	  See https://rt.cpan.org/Ticket/Display.html?id=89679

1.98  Sun 27 Oct 2013 16:27:19 GMT
	- Make new test compatible with old versions of perl.

1.99  Tue 11 Nov 2014 15:01:37 CET
    - Make it compatible with bleadperl.
      Patch from Father Chrysostomous at
        https://rt.cpan.org/Public/Bug/Display.html?id=100262

1.99_1  Tue 11 Nov 2014 19:38:17 CET
    - Restore compatibility with perl 5.8
      Patch from paul@city-fan.org at
        https://rt.cpan.org/Public/Bug/Display.html?id=100262#txn-1431869

2.0  Mon  8 Dec 2014 13:45:37 GMT
    - Restore compatibility with bleadperl
      Patch from Dagfinn Ilmari Mannsaker (Mannsåker) at
        https://github.com/robinhouston/PadWalker/pull/3
2015-02-14 03:10:18 +00:00
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
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
5ed1fbc5b1 Updating package for CPAN module PadWalker in devel/p5-PadWalker from
1.9.2nb2 (upstream: 1.92) to 1.9.6 (upstream: 1.96).

upstream changes:
1.96  Fri 24 Aug 2012 13:03:31 BST
	- Restore compatibility with Perl 5.8
	  Thanks again to Father Chrysostomous

1.95  Thu 23 Aug 2012 11:42:21 BST
	- Pad changes in 5.17.4-to-be
	  This is a patch from Father Chrysostomous.
	  See https://rt.cpan.org/Public/Bug/Display.html?id=79154

1.94  Tue 26 Jun 2012 09:51:27 BST
	- Make one of the tests a bit more flexible, to accommodate a subtle
	  change in behaviour caused by a recent change to perl
	  (viz a0d2bbd5c47035a4f7369e4fddd46b502764d86e).

1.93  Sun  5 Feb 2012 15:52:57 GMT
	- Correct the version number in META.yml
	    (https://rt.cpan.org/Ticket/Display.html?id=59459)
	Do this by using MakeMaker to auto-generate META.yml, to prevent
	similar problems in future. This is possible because the new
	MakeMaker parameter MIN_PERL_VERSION was added in MakeMaker 6.47_01;
	the fact that this didn't used to exist is the reason we managed
	META.yml by hand till now.
2012-09-13 15:58:11 +00:00
obache
39619a9444 Revision bump after updating perl5 to 5.14.1. 2011-08-14 12:26:04 +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
fbb908e359 Update p5-PadWalker from version 1.9 to version 1.9.2 (upstream version
1.92)

Pkgsrc changes:
- Be conservative set the package version to 1.9.2
- Use the "dist/" variant for HOMEPAGE

Upstream changes:
1.91  Wed 14 Jul 2010 01:07:05 BST
	- Incorporate patches from Florian Ragwitz and Yuval Kogman
          (see http://github.com/robinhouston/PadWalker/commits/master)

1.92  Thu 15 Jul 2010 17:05:05 BST
	- Remove "Jobsian dot file cruft" reported by Steve Mynott.
	- Incorporate patch from Fuji, Goro, correcting earlier patch from Yuval Kogman.
2010-07-18 11:40:20 +00:00
sno
7124e73e80 Updating package for p5 module PadWalker from 1.7nb1 to 1.9 and set
license to the value from META.yml.

Upstream changes:
1.8  Thu 25 Jun 2009 21:17:17 BST
	- Apply patches from doy (#41710) and nothingmuch (set_closed_over).

1.9  Fri 26 Jun 2009 10:01:17 BST
	- Identical to 1.8, but with the bogus metadata ._ files removed
	  from the distributed tar file.
2009-07-07 21:19:09 +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
9884d55fdb Added devel/p5-PadWalker version 1.7
PadWalker is a module which allows you to inspect (and even change!)
lexical variables in any subroutine which called you. It will only
show those variables which are in scope at the point of the call.

PadWalker is particularly useful for debugging. It's even used by
Perl's built-in debugger. (It can also be used for evil, of course.)

I wouldn't recommend using PadWalker directly in production code,
but it's your call. Some of the modules that use PadWalker internally
are certainly safe for and useful in production.
2008-07-14 09:26:02 +00:00