[libppix-editortools-perl] branch master updated (04c7cc2 -> 3a33060)

gregor herrmann gregoa at debian.org
Sat Dec 30 21:02:22 UTC 2017


This is an automated email from the git hooks/post-receive script.

gregoa pushed a change to branch master
in repository libppix-editortools-perl.

      from  04c7cc2   update changelog
      adds  5e9c15a   Refactored the Padre::Task::PPI::* code into a standalone package
      adds  5b8e6bf   Updated pod and PPIx::EditorTools to prepare for release
      adds  7d6478e   remove generated MANIFEST and META.yml and ad Changes file
      adds  b519d38   update version numbers to 0.04
      adds  69c6a46   svn:ignore
      adds  e4b5694      remove unneeded dependency on perl 5.10 (RSN)
      adds  175998e   Repackaging
      adds  566d4cb   Having all the test numbers the same doesn't help anybody
      adds  4b5f316   Ready for rerelease
      adds  a2eabe8   Oppsi
      adds  3bb2978   fix MANIFEST.SKIP
      adds  2f1878e   hm..remove MANIFEST.SKIP, use the default one instead, this has nothing special AFAICT
      adds  b09abf9   update VERSION to 0.06
      adds  7197ef0   skip tests when PPI is a development version
      adds  eea27d2   update version number to 0.07 for release
      adds  1175e7d   svn:ignore
      adds  c17aa9f   Updated the PPIx::EditorTools tests to correctly test for element locations with the new version of PPI (v1.205) (RT#48449)
      adds  8d04a0c   Updated version, removed bad INSTALL file, and updated Changes
      adds  6d85d92   [PPIx::EditorTools] An humble attempt at fixing ticket:504 and ticket:586 in one commit :) [PPIx::EditorTools] This refactors RenameVariable a bit to reuse EditorTools [PPIx::EditorTools] This deals with a special case 'my $somevar;' with the cursor over the variable
      adds  43cbce1   [PPIx::EditorTools] One TODO test is now passing...
      adds  2c5a405   [PPIx::EditorTools] More dead commented code removal
      adds  c01394e   [PPIx::EditorTools] Added a test to make sure finding a variable's declaration [PPIx::EditorTools] always works when it is over the variable declaration itself
      adds  708cf04   [PPIx::EditorTools] Updated Changes for 0.09 cpan release
      adds  a2a593d   [PPIx::EditorTools] Bumped version to 0.09
      adds  7d60de6   Fix for ticket #655 (patrickas++)
      adds  b297122   Fix for ticket #653
      adds  a217809   Implement automatic camelCasing/de_camel_casing
      adds  b312a59   test for camelcasing
      adds  99bc14d   Bump version for Padre prereqs, update ChangeLog
      adds  6094686   [PPIx::EditorTools] Updated Changes and bumped remaining modules to 0.10
      adds  d508fc5   First attempt at fixing RT #63107: Finding declared variables fragile and misses loop variables
      adds  2d8049b   Added test for get_all_variable_declarations. See RT #63107 (courtesy of Ovid++)
      adds  d20cf50   [PPIx::EditorTools] Don't run extra tests for installs.
      adds  c13f7e5   [PPIx::EditorTools] Moved to Dist::Zilla to simplify deployment
      adds  ae08161   [PPIx::EditorTools] Updated svn:ignore
      adds  6c0a9b6   [PPIx::EditorTools] 'dzil test' now works. Removed unneeded tests.
      adds  1d4500b   [PPIx::EditorTools] Removed VERSION and pod stuff that dzil can auto-generate
      adds  a8d7a39   [PPIx::EditorTools] Bye bye eXTra tests
      adds  a1c6a79   [PPIx::EditorTools] Bye bye TODO, and unneeded copyright/author pod.
      adds  3e41842   [PPIx::EditorTools] Switching to [AutoPrereqs] :)
      adds  78d0182   [PPIx::EditorTools] Updated Changes after releasing 0.11 to CPAN
      adds  9d88ea5   [PPIx::EditorTools] Added another TODO in an attempt to fix RT bug #60042 'replace does not respect lexical scope' (mgrimes++)
      adds  c046224   [PPIx::EditorTools] Bumping to developer release 0.11_01
      adds  5a3918e   svn:ignore
      adds  f7378fa   svn:ignore
      adds  c8d07b2   undo 13365 and 13364
      adds  169c01e   svn:ignore
      adds  cef6d4d   copy the content of Padre::Document::Perl::Outline to PPIx::Editortools::Outline to make it available to non-Padre uses as well
      adds  0dbc168   perltidy PPIx::EditorTools
      adds  042f1c7   Release PPIx-EditorTools 0.12
      adds  61a6424   better abstract
      adds  3dc795d   opy the lexer code used for syntax highlighting in adre::Document::Perl::PPILexer to PPIx::EditorTools::Lexer
      adds  00b9e91   PPIx::EditorTools release v0.13
      adds  7fae25c   PPIx::EditorTools - replace distzilla by Module::Install to make it easier for the causal contributor to work on the module
      adds  73e33dc   svn:ignore further generated files
      adds  2467c58   move code examples used for testing to external files to make it easier to see them in an editor
      adds  d6e3ac5   add test example using Method::Signatures
      adds  3497b2a   perltidy PPIx::EditorTools
      adds  6b0f7d3   update to version 0.14 for the release
      adds  a48eedd   EditorTools: Parse Moose files as well (BOWTIE) #1209
      adds  e2a2a09   include info about previous release of PPIx::EditorTools
      adds  5671cc8   move around use statement
      adds  fdf4ff2   svn:ignore
      adds  db473de   release v0.15
      adds  d240ed0   move abstract to POD
      adds  f7ea747   require latest PPI that fixed some crash I encountered earlier
      adds  ebf71ec   add testcase file by bowtie
      adds  3a92807   add some more editortools tests by bowtie
      adds  aad3592   some cleanup of the test script
      adds  658b60b   test case added by bowtie
      adds  a17f417   add some more test cases and reformat some code by bowtie
      adds  66f708f   tidy
      adds  78917de   add experimental CLI
      adds  4131d7b   ignore some generated files
      adds  6ae9ee3   Add patches from #401 by buff3r++
      adds  f29cf1a   remove test-code oops
      adds  a20fc80   Add patches from #401 by buff3r++ also bumped version to 0.15_02 to aide in dev
      adds  4e76618   remove now dead code
      adds  8968173   Add Moose::Role support update changes tweak POD
      adds  956d4d2   gitignore generated files
      adds  cad3548   move input and expected output to external files
      adds  942db8e   gitignore swap files
      adds  2b7a1f8   ignore windows line endings
      adds  740f5d6   gitignore MANIFEST
      adds  172d14e   update version to 0.16 and release
      adds  c1c2178   Add README
      adds  a663a28   	- Add patches from #1435 inspired by dod++ (BOWTIE) 	- Add additional tests for #1435 (BOWTIE)
      adds  3148585    suppress warning Exiting eval via next (BOWTIE)
      adds  50a1615   merge the changes from bowtie
      adds  49a0b2d   gitignore generated files
      adds  89af01f   version to 0.17
      adds  ef73a71   release 0.18
      adds  1adf628   gitignore MANIFEST.bak
      adds  21cc782   update Makefile to require Module::Install 1.06 as per Changes
      adds  f6c4086   Merge pull request #3 from kevindawson/master
      adds  3644c1e   fix manpage-has-bad-whatis-entry lintian warning
      adds  50f4ff5   Merge pull request #5 from fschlich/master
      adds  7cc9824   enable travis
      adds  ad6a00c   update repository link and release version 0.19
      adds  0527d10   in the synopsis, the $^W would be extrapolated by the "" quotes
      adds  8fc6535   fix POD format
      adds  7ca3100   Fix POD
      adds  5791e76   separate '=item's with carriage returns
      adds  6d42241   Merge pull request #7 from yanick/pod-fixes
      adds  e046a78   inject my dist.ini
      adds  4d0b4d8   fix ABSTRACT and version
      adds  3616a03   add manifest
      adds  4836655   change name from PPIX to PPIx
      adds  bc60f0a   clean up duplicate author sections
      adds  7507a1e   update changelog
      adds  7346a23   remove dependency on Abc
      adds  eca6a45   changelog
      adds  d158dd2   merge branch 'dzil'
      adds  4a53bb7   remove unused variables
      adds  8021ac9   merge branch 'unused-variable'
      adds  22b8ced   v0.20
      adds  d870ad6   Fix dependency on pseudo-dependencies
      adds  86fda28   mailmap
      adds  9b6f10b   don't publish dist.ini
      adds  2e7cdb9   changelog
      adds  b323dea   merge branch 'pr/9'
      adds  fbe59b2   Build results of 8021ac9 (on master)
      adds  bea1a1a   Build results of b323dea (on master)
      adds  c1a50d9   New upstream version 0.21
       new  1d5011f   Update upstream source from tag 'upstream/0.21'
       new  6dfee2c   Update debian/changelog
       new  0cae6d7   Update years of packaging copyright.
       new  b3acfb2   Update build dependencies.
       new  5fb1eda   Declare compliance with Debian Policy 4.1.3.
       new  d9e1042   Bump debhelper compatibility level to 10.
       new  3a33060   releasing package libppix-editortools-perl version 0.21-1

The 7 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 CONTRIBUTORS                                       |  1 +
 Changes                                            |  7 ++++
 MANIFEST                                           |  1 -
 META.json                                          | 32 ++++++---------
 META.yml                                           | 30 ++++++--------
 Makefile.PL                                        | 18 +--------
 README.mkdn                                        |  2 +-
 SIGNATURE                                          | 47 +++++++++++-----------
 cpanfile                                           |  7 ----
 debian/changelog                                   | 10 +++--
 debian/compat                                      |  2 +-
 debian/control                                     |  5 +--
 debian/copyright                                   |  2 +-
 dist.ini                                           | 17 --------
 doap.xml                                           | 12 ++++++
 lib/PPIx/EditorTools.pm                            |  4 +-
 lib/PPIx/EditorTools/FindUnmatchedBrace.pm         |  4 +-
 lib/PPIx/EditorTools/FindVariableDeclaration.pm    |  4 +-
 lib/PPIx/EditorTools/IntroduceTemporaryVariable.pm |  4 +-
 lib/PPIx/EditorTools/Lexer.pm                      |  4 +-
 lib/PPIx/EditorTools/Outline.pm                    |  4 +-
 lib/PPIx/EditorTools/RenamePackage.pm              |  4 +-
 lib/PPIx/EditorTools/RenamePackageFromPath.pm      |  4 +-
 lib/PPIx/EditorTools/RenameVariable.pm             |  4 +-
 lib/PPIx/EditorTools/ReturnObject.pm               |  4 +-
 t/00-report-prereqs.dd                             |  9 +----
 26 files changed, 103 insertions(+), 139 deletions(-)
 delete mode 100644 dist.ini

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libppix-editortools-perl.git



More information about the Pkg-perl-cvs-commits mailing list