Revision history for PPIx-EditorTools
0.19 2014.09.03
- Update the link to the GitHub repository.
0.18 2012.10.20
- Including Module::Install 1.06
http://weblog.bulknews.net/post/33907905561/do-not-ship-modules-with-module-install-1-04
- Add test using Test::CPAN::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)
0.09 2009.09.19
- Fixed Padre ticket:504 and ticket:586 which is basically about being
able to rename a variable when the cursor is over its declaration
(AZAWAWI)
- Refactored code a bit and removed some dead code (AZAWAWI)
- Fixed one passing TODO test in t/06-renamevariable.t (AZAWAWI)
- Added a test to t/02-findvariabledeclaration.t to make sure this fix
works in the future (AZAWAWI)
0.08 2009.08.05
- updated location tests to work with the PPI v1.205 (RT#48449) (MGRIMES)
- removed the INSTALL file: bad copyright and old install instuctions
0.07 2009.07.21
- skip tests if PPI version includes an underscore _ (SZABGAB)
0.06 2009.07.11
- fix MANIFEST.SKIP
0.05 2009.07.07
- Switch Changes to be more machine parsable (ADAMK)
- Added dependency versions
- Removed needless 5.10 dependency that wasn't reflected in the code
- Switched to Module::Install to auto-detect config from the code
0.04 2009.06.25
- Added Changes file
- Removed MANIFEST and META.yml from repository