[libreply-perl] branch master updated (4fa2e70 -> d37d1b1)

Lucas Kanashiro kanashiro at moszumanska.debian.org
Sun Aug 28 03:43:47 UTC 2016


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

kanashiro pushed a change to branch master
in repository libreply-perl.

      from  4fa2e70   release libreply-perl version 0.40-1
      adds  bd278ef   Only Data::Printer::p when we have @result
      adds  0ca6448   Set return_value on use
      adds  e197b3e   If @results contains only one value, just dump that value
      adds  488afdc   Merge pull request #44 from jbarrett/quiet-data-printer
      adds  96ed58c   add #vars command to list currently in scope variable names (#39)
      adds  c19df11   add plugin to page long results (#47)
      adds  9c7c895   changelog
      adds  143c659   make tests pass again if Term::ReadKey is not installed (#52)
      adds  6392fb6   changelog
      adds  452504a   New upstream version 0.42
       new  0c5a890   Merge tag 'upstream/0.42'
       new  32486e9   Update debian/changelog
       new  2e345c6   debian/control: add build and runtime dependency on libio-pager-perl
       new  99c8a08   debian/control: add build and runtime dependency on libterm-readkey-perl
       new  d37d1b1   releasing libreply-perl version 0.42-1

The 5 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:
 Changes                                    |  7 +++
 MANIFEST                                   |  1 +
 META.json                                  | 69 ++++++++++++-----------
 META.yml                                   | 68 ++++++++++++-----------
 Makefile.PL                                |  2 +-
 README                                     |  2 +-
 bin/reply                                  |  2 +-
 debian/changelog                           |  9 +++
 debian/control                             |  4 ++
 dist.ini                                   |  6 +-
 lib/Reply.pm                               |  4 +-
 lib/Reply/App.pm                           |  4 +-
 lib/Reply/Config.pm                        |  4 +-
 lib/Reply/Plugin.pm                        |  4 +-
 lib/Reply/Plugin/AutoRefresh.pm            |  4 +-
 lib/Reply/Plugin/Autocomplete/Commands.pm  |  4 +-
 lib/Reply/Plugin/Autocomplete/Functions.pm |  4 +-
 lib/Reply/Plugin/Autocomplete/Globals.pm   |  4 +-
 lib/Reply/Plugin/Autocomplete/Keywords.pm  |  4 +-
 lib/Reply/Plugin/Autocomplete/Lexicals.pm  |  4 +-
 lib/Reply/Plugin/Autocomplete/Methods.pm   |  4 +-
 lib/Reply/Plugin/Autocomplete/Packages.pm  |  4 +-
 lib/Reply/Plugin/CollapseStack.pm          |  4 +-
 lib/Reply/Plugin/Colors.pm                 |  4 +-
 lib/Reply/Plugin/DataDump.pm               |  4 +-
 lib/Reply/Plugin/DataDumper.pm             |  4 +-
 lib/Reply/Plugin/DataPrinter.pm            | 10 ++--
 lib/Reply/Plugin/Defaults.pm               | 10 +++-
 lib/Reply/Plugin/Editor.pm                 |  4 +-
 lib/Reply/Plugin/FancyPrompt.pm            |  4 +-
 lib/Reply/Plugin/Hints.pm                  |  4 +-
 lib/Reply/Plugin/Interrupt.pm              |  4 +-
 lib/Reply/Plugin/LexicalPersistence.pm     |  4 +-
 lib/Reply/Plugin/LoadClass.pm              |  4 +-
 lib/Reply/Plugin/Nopaste.pm                |  4 +-
 lib/Reply/Plugin/Packages.pm               |  4 +-
 lib/Reply/Plugin/Pager.pm                  | 89 ++++++++++++++++++++++++++++++
 lib/Reply/Plugin/ReadLine.pm               |  4 +-
 lib/Reply/Plugin/ResultCache.pm            |  4 +-
 lib/Reply/Plugin/Timer.pm                  |  4 +-
 lib/Reply/Util.pm                          |  2 +-
 xt/author/no-tabs.t                        |  1 +
 xt/release/eol.t                           |  1 +
 43 files changed, 265 insertions(+), 126 deletions(-)
 create mode 100644 lib/Reply/Plugin/Pager.pm

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



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