[libdevel-repl-perl] branch master updated (47ff2fc -> c431ba6)

gregor herrmann gregoa at debian.org
Mon Sep 30 15:30:31 UTC 2013


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

gregoa pushed a change to branch master
in repository libdevel-repl-perl.

      from  47ff2fc   releasing package libdevel-repl-perl version 1.003023-1
      adds  e37679b   Imported Upstream version 1.003025
       new  5b6f7da   Merge tag 'upstream/1.003025'
       new  fec85e8   New upstream release.
       new  7e64041   Update build dependencies.
       new  04b09d0   Update years of packaging copyright.
       new  c431ba6   update changelog / add WAITS-FOR

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                                            |    6 +
 MANIFEST                                           |    2 +
 META.json                                          |  255 +++++++++++---------
 META.yml                                           |  229 ++++++++++--------
 Makefile.PL                                        |  129 ++++++++++
 README                                             |    2 +-
 debian/changelog                                   |   10 +
 debian/control                                     |    4 +-
 debian/copyright                                   |    2 +-
 dist.ini                                           |   28 +--
 lib/Devel/REPL.pm                                  |    4 +-
 lib/Devel/REPL/Error.pm                            |    2 +-
 lib/Devel/REPL/Meta/Plugin.pm                      |    2 +-
 lib/Devel/REPL/Plugin.pm                           |    2 +-
 lib/Devel/REPL/Plugin/B/Concise.pm                 |    2 +-
 lib/Devel/REPL/Plugin/Colors.pm                    |    2 +-
 lib/Devel/REPL/Plugin/Commands.pm                  |    2 +-
 lib/Devel/REPL/Plugin/Completion.pm                |    2 +-
 lib/Devel/REPL/Plugin/CompletionDriver/Globals.pm  |    2 +-
 lib/Devel/REPL/Plugin/CompletionDriver/INC.pm      |    2 +-
 lib/Devel/REPL/Plugin/CompletionDriver/Keywords.pm |    2 +-
 lib/Devel/REPL/Plugin/CompletionDriver/LexEnv.pm   |    2 +-
 lib/Devel/REPL/Plugin/CompletionDriver/Methods.pm  |    2 +-
 lib/Devel/REPL/Plugin/CompletionDriver/Turtles.pm  |    2 +-
 lib/Devel/REPL/Plugin/DDC.pm                       |    2 +-
 lib/Devel/REPL/Plugin/DDS.pm                       |    2 +-
 lib/Devel/REPL/Plugin/DumpHistory.pm               |    2 +-
 lib/Devel/REPL/Plugin/FancyPrompt.pm               |    2 +-
 lib/Devel/REPL/Plugin/FindVariable.pm              |    2 +-
 lib/Devel/REPL/Plugin/History.pm                   |    2 +-
 lib/Devel/REPL/Plugin/Interrupt.pm                 |    2 +-
 lib/Devel/REPL/Plugin/LexEnv.pm                    |    2 +-
 lib/Devel/REPL/Plugin/MultiLine/PPI.pm             |    2 +-
 lib/Devel/REPL/Plugin/Nopaste.pm                   |    2 +-
 lib/Devel/REPL/Plugin/OutputCache.pm               |    2 +-
 lib/Devel/REPL/Plugin/PPI.pm                       |    2 +-
 lib/Devel/REPL/Plugin/Packages.pm                  |    4 +-
 lib/Devel/REPL/Plugin/Peek.pm                      |    2 +-
 lib/Devel/REPL/Plugin/ReadLineHistory.pm           |    2 +-
 lib/Devel/REPL/Plugin/Refresh.pm                   |    2 +-
 lib/Devel/REPL/Plugin/ShowClass.pm                 |    2 +-
 lib/Devel/REPL/Plugin/Timing.pm                    |    2 +-
 lib/Devel/REPL/Plugin/Turtles.pm                   |    2 +-
 lib/Devel/REPL/Profile.pm                          |    2 +-
 lib/Devel/REPL/Profile/Default.pm                  |    2 +-
 lib/Devel/REPL/Profile/Minimal.pm                  |    2 +-
 lib/Devel/REPL/Profile/Standard.pm                 |    2 +-
 lib/Devel/REPL/Script.pm                           |    2 +-
 t/00-check-deps.t                                  |    7 +-
 t/00-compile.t                                     |   24 +-
 t/00-report-prereqs.t                              |   94 ++++++++
 t/load_core.t                                      |   48 ++--
 t/load_plugins.t                                   |    3 +-
 xt/release/changes_has_content.t                   |    2 +-
 xt/release/no-tabs.t                               |   54 ++++-
 55 files changed, 667 insertions(+), 312 deletions(-)
 create mode 100644 Makefile.PL
 create mode 100644 t/00-report-prereqs.t

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



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