Commit graph

14 commits

Author SHA1 Message Date
wiz
610d464240 Update to 0.2002:
0.2002 Thu Sep 11 14:33:09 EDT 2008

    - changed: removed Exporter dependency

    - test fix: fixed strange t/07_uplevel_too_high.t fail on Win32

0.2001 Tue Sep  9 22:22:40 EDT 2008

    - test fix: changed prior override test to be more robust (SCHWERN)

0.20 Tue Sep  9 19:23:35 EDT 2008

    - changed: bumped perl requirement to 5.006 and stopped using vars
      (fixes a test bug under Test::More > 0.80)

0.19_03 Fri Jul  4 13:31:21 EDT 2008

    - fixed: load Carp only as needed (fixes problem on 5.005)

0.19_02 Thu Feb 21 14:58:46 EST 2008

    - added: uplevel will warn if uplevel request is more than the call
      stack depth
2008-11-10 19:43:32 +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
76b113f6aa Updated devel/p5-Sub-Uplevel to 0.1901
0.1901 Thu Feb 14 14:07:37 EST 2008

    - hides the "DB" package from indexers (DB used to support @DB::args)

0.19 Thu Feb 14 11:50:16 EST 2008

    - bug fix: replacement caller() correctly sets @DB::args if calling
      package is DB

    - repackaging: custom Build.PL, moved all author tests to xt/, added
      LICENSE and INSTALL files
2008-05-28 21:27:04 +00:00
heinz
5795ac6f9e The package supports installation to DESTDIR.
Removed unnecessary comment. As far as I could determine there was never
a requirement for p5-Devel-Cycle.
2008-01-08 22:23:05 +00:00
hiramatsu
47d204e5bb Update p5-Sub-Uplevel to 0.18.
Changes from 0.14:

0.18 Wed Oct 31 06:56:13 EDT 2007
    - release version of 0.17_01 changes

0.17_01
    - removed 5.006-specific language and tested on prerelease 5.00505

0.16 Mon Jul 30 09:54:41 EDT 2007
    - release version of 0.15_01 changes

0.15_01 Thu Jul  5 22:54:08 EDT 2007
    - Won't override any existing CORE::GLOBAL::caller when loaded
    - Localize global caller() override to the scope of the uplevel() call
      so it can play nicer with things like Contextual::Return and
      Hook::LexWrap that also override caller()
2007-12-07 07:53:07 +00:00
jlam
56ba4d2690 Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk
can handle packages having no PLIST files.
2007-10-25 16:54:26 +00:00
wiz
11eac50fec Update to 0.14:
0.14 Sun Nov  5 23:38:46 EST 2006
    - fixed t/99_pod_coverage.t bug
    - added examples directory

0.13 Thu Jun 22 19:47:26 EDT 2006
    - fixed bug in Uplevel.t that caused test failure on FreeBSD for 5.8.0
    - fixed bug in Uplevel.t that caused test failure on bleadperl-5.9.4
    - removed ancient Test::More provided in t/lib
    - switched ok(eq_array()) tests to is_deeper() for better diagnostics
    - added pod/pod coverage checks
    - numbered tests
2007-02-18 02:47:31 +00:00
wiz
e6e8464f7e Update to 0.12:
0.12 Fri May 12 18:33:40 EDT 2006
    - official release of the uplevel stack patch (fixes RT#13893)
    - added Build.PL and switched to boilerplate generated Makefile.PL
    - removed SIGNATURE due to recently discovered Module::Signature
      issues with newline handling and sub-key compatible keyservers
    - updated/added various meta files

0.11_01 Fri Apr 21 00:49:51 EDT 2006
    - uplevel now keeps a proper stack of uplevel calls allowing
      nesting of uplevel and non-uplevel calls

0.10 Thu Apr 20 19:15:20 EDT 2006
    - Stopped warnings about "undefined" on Perl 5.8.8
    - DAGOLDEN added as co-maintainer
2006-07-19 22:39:39 +00:00
jlam
9c8b5ede43 Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
developer is officially maintaining the package.

The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list).  Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.
2006-03-04 21:28:51 +00:00
jlam
7fbb8d9527 Bump the PKGREVISIONs of all (638) packages that hardcode the locations
of Perl files to deal with the perl-5.8.7 update that moved all
pkgsrc-installed Perl files into the "vendor" directories.
2005-08-06 06:19:03 +00:00
jlam
7a6521287b Turn PERL5_PACKLIST into a relative path instead of an absolute path.
These paths are now relative to PERL5_PACKLIST_DIR, which currently
defaults to ${PERL5_SITEARCH}.  There is no change to the binary
packages.
2005-07-13 18:01:18 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
agc
4a3d2f7ce2 Add RMD160 digests. 2005-02-23 22:24:08 +00:00
wiz
f3e3b97cb0 Initial import of p5-Sub-Uplevel-0.09:
Apparently run a function in a higher stack frame; like Tcl's
uplevel() function, but not quite so dangerous.  The idea is just
to fool caller().  All the really naughty bits of Tcl's uplevel()
are avoided.
2005-02-19 17:17:11 +00:00