Age | Commit message (Collapse) | Author | Files | Lines |
|
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.
|
|
This has been this way since at least October and I have no idea
why it only blew up on me now.
|
|
are called p5-*.
I hope that's all of them.
|
|
|
|
editors/p5-PPIx-EditorTools from 0.09nb3 to 0.17.
pkgsrc changes:
- adjust dependencies
upstream changes:
0.17 2012.08.19
- in Frankfurt am Main
0.15_04 2012.07.11
- suppress warning Exiting eval via next (BOWTIE)
0.15_03 2012.07.07
- Add patches from #1435 inspired by dod++ (BOWTIE)
- Add additional tests for #1435 (BOWTIE)
0.16 2012.08.15
- released based on 0.15_02
0.15_02 2012.06.08
- Add patches from #401 by buff3r++ (BOWTIE)
- Add Moose::Role support (BOWTIE)
0.15 2011.05.06
- Parse Moose files as well (BOWTIE)
0.14 2011.05.04
- Move from Dist::Zilla to Module::Install
(-> LICENSE, META.json, README files removed, inc/ added)
0.13 2011.03.24
- Copy the lexer code used for syntax highlighting in
Padre::Document::Perl::PPILexer to PPIx::EditorTools::Lexer (SZABGAB)
0.12 2011.03.23
- Copy the Outline generating code from Padre::Document::Perl::Outline
to PPIx::EditorTools::Outline (SZABGAB)
0.11 2010.11.18
- Fixed RT #63107: Finding declared variables fragile and misses loop
variables OVID++ (AZAWAWI)
- Moved to Dist::Zilla (AZAWAWI)
0.10 2010.09.26
- Fixed Padre ticket #655: Can't rename to a variable with an underscore
in it (PATRICKAS)
- Fixed Padre ticket #653: Lexically rename doesn't work when clicking
on declaration of variable (PATRICKAS)
- Added feature to change variable style to/from camelCase (SMUELLER)
|
|
Module::Install is for Authors only.
Bumping revision
|
|
|
|
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!
|
|
import of editors/p5-Padre.
Utility methods and base class for manipulating Perl via PPI.
|