2012-03-08 10:35:10 by Jens Rehsack | Files touched by this commit (2) |
Log message:
Updating package for CPAN distribution Devel::Declare in
devel/p5-Devel-Declare from 0.006008 to 0.006011.
Upstream changes:
0.006011 - 22 Feb 2012
- In XS, use PERL_NO_GET_CONTEXT for efficiency.
- Avoid using Test::Warn, which has previously been a troublesome
dependency.
0.006010 - 07 Feb 2012
- Fix workaround for unexported core symbols to avoid breaking
compilation on non-threading builds of Perl 5.8.
- Set permissions on .perldb file created during test, to avoid
"insecure rcfile" warning.
0.006009 - 01 Feb 2012
- Be adaptive about whether to delete the line reallocation filter,
so as to play as nicely as possible with other kinds of source filter.
- Document that injecting newlines doesn't work.
- Fix a C declaration after statement, which broke compatibility with
older compilers (Jan Dubois).
- Partially work around unexported core symbols affecting Perl 5.8 on
Windows (David Bouyssie).
- Jump through some hoops to avoid compiler warnings.
|
2011-11-15 16:34:35 by Jens Rehsack | Files touched by this commit (2) |
Log message:
Updating CPAN module Devel::Declare of the Perl programming language in
devel/p5-Devel-Declare from 0.006007 to 0.006008.
pkgsrc changes:
- adjust dependencies
Upstream changes:
0.006008 - 05 Nov 2011
- Adjust toke_scan_str logic to always leave the prefix part of
linestr unchanged.
|
2011-10-18 11:45:29 by Hiramatsu Yoshifumi | Files touched by this commit (2) |
Log message:
Update p5-Devel-Declare to 0.006007.
Changes from previous:
0.006007 - 12 Sep 2011
- Depend on B::Hooks::OP::Check version 0.19, which fixes a serious bug in
how it interacts with other modules that hook ops.
- Initialize immediately upon loading the module, so that "was Devel::Declare
loaded soon enough" errors in string eval can be fixed by loading the
module earlier without having to also actually use the module earlier.
- Adjust toke_scan_str logic to always show a positive effective length of
string source.
- Return undef from toke_scan_str if string was unterminated.
- Detect and croak if unwanted reallocation occurs during toke_scan_str.
- Avoid memory leak in toke_scan_str.
- Give Devel::Declare::Context::Simple a version number.
- Add MYMETA.{json,yml} to MANIFEST.SKIP and .gitignore.
0.006006 - 23 Aug 2011
- Increase default linestr size to avoid reallocations (Zefram).
|
2011-08-12 09:23:28 by Adam Ciarcinski | Files touched by this commit (2) |
Log message:
Changes 0.006005:
* Add a flag for controlling 'redefined' warnings when installing subs into
namespaces.
|
2010-08-21 18:37:14 by Stoned Elipot | Files touched by this commit (1724) | |
Log message:
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-03-10 10:59:09 by Jens Rehsack | Files touched by this commit (2) |
Log message:
Updating devel/p5-Devel-Declare from 0.005011 to 0.006000
pkgsrc changes:
- Adjust dependencies to core modules
Upstream changes:
0.006000 - 09 Mar 2010
- Make things work on perl 5.11.2 and newer (Zefram).
|
2009-08-18 19:11:20 by Jens Rehsack | Files touched by this commit (2) |
Log message:
Updating package for devel/p5-Devel-Declare from 0.005008 to 0.005011
Upstream changes:
0.005011 - 14 Aug 2009
- Add tests for not interpreting various things as barewords when they
aren't.
- Depend on a Test::More with done_testing support.
- Don't invoke the const callback for a keyword followed by a fat comma.
0.005010 - 11 Aug 2009
- Don't invoke the linestr callback if we found a keyword and the bufptr
still contains an arrow at its beginning. This causes the linestr callback
not to be fired on things like "->method" (if method is a \
declarator).
While this might be useful, it mostly caused problems so far. It might be
added again later as a separate feature.
0.005009 - 10 Aug 2009
- Stop mixing declarations with code. (Closes: RT#48548) (Cosimo Streppone)
- Move strip_attrs, which is a purely parsing method, from
MethodInstaller::Simple to Context::Simple (nperez).
|
2009-07-31 00:41:36 by Stoned Elipot | Files touched by this commit (2) |
Log message:
Update p5-Devel-Declare from version 0.005007 to version 0.005008.
Pkgsrc changes:
- Adjust dependencies, most notably devel/p5-B-Hooks-OP-Check is needed
at run time, not only at build time
- Fix PERL5_MODULE_TYPE, this module is "Module::Install" module
Upstream changes:
- Depend on the latest ExtUtils::Depends for win32+gcc support.
- Conditionally expand linestrings under perl debugger.
|
2009-07-18 23:49:08 by Jens Rehsack | Files touched by this commit (2) | |
Log message:
Updating package for p5 module Devel::Declare from 0.005006 to 0.005007
Upstream changes:
0.005007 - 13 Jul 2009
- Fix line numbers not being updated from skipspace calls
|
2009-07-07 19:40:44 by Jens Rehsack | Files touched by this commit (2) |
Log message:
pkgsrc changes:
- Updating package for p5 module Devel::Declare from 0.005005 to 0.005006
- Adding build dependency to newly imported B::Compiling
Upstream changes:
0.005006
- Fix compilation on 5.8 perls.
|