[libdevel-repl-perl] branch master updated (b730a0c -> 47ff2fc)
gregor herrmann
gregoa at debian.org
Sun Sep 22 17:18:19 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 b730a0c Remove trailing whitespace
adds 18ae311 Imported Upstream version 1.003023
new ad98dc5 Merge tag 'upstream/1.003023'
new 7a1801c New upstream release.
new 1e78b64 Update build and runtime dependencies.
new 015869f Drop patch add-small-manpage-to-re.pl.
new c30de89 Refresh und forward patch add-whatis.
new d048dd4 debian/rules: remove newly created empty manpages.
new 94beec9 Declare compliance with Debian Policy 3.9.4.
new 47ff2fc releasing package libdevel-repl-perl version 1.003023-1
The 8 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:
Build.PL | 3 +
Changes | 114 ++-
INSTALL | 44 +
LICENSE | 379 +++++++++
MANIFEST | 40 +-
META.json | 853 ++++++++++++++++++++
META.yml | 576 ++++++++++++-
Makefile.PL | 75 --
README | 216 +----
debian/changelog | 14 +-
debian/control | 75 +-
debian/libdevel-repl-perl.links | 1 +
debian/patches/add-small-manpage-to-re.pl | 22 -
debian/patches/add-whatis | 7 +-
debian/patches/series | 1 -
debian/rules | 10 +
dist.ini | 116 +++
inc/Module/AutoInstall.pm | 805 ------------------
inc/Module/Install.pm | 430 ----------
inc/Module/Install/AutoInstall.pm | 61 --
inc/Module/Install/Base.pm | 78 --
inc/Module/Install/Can.pm | 81 --
inc/Module/Install/Fetch.pm | 93 ---
inc/Module/Install/Include.pm | 34 -
inc/Module/Install/Makefile.pm | 268 ------
inc/Module/Install/Metadata.pm | 624 --------------
inc/Module/Install/Scripts.pm | 29 -
inc/Module/Install/Win32.pm | 64 --
inc/Module/Install/WriteAll.pm | 60 --
lib/Devel/REPL.pm | 121 +--
lib/Devel/REPL/Error.pm | 8 +-
lib/Devel/REPL/Meta/Plugin.pm | 8 +
lib/Devel/REPL/Overview.pod | 21 +-
lib/Devel/REPL/Plugin.pm | 6 +
lib/Devel/REPL/Plugin/B/Concise.pm | 30 +-
lib/Devel/REPL/Plugin/Colors.pm | 13 +-
lib/Devel/REPL/Plugin/Commands.pm | 14 +-
lib/Devel/REPL/Plugin/Completion.pm | 11 +-
lib/Devel/REPL/Plugin/CompletionDriver/Globals.pm | 11 +-
lib/Devel/REPL/Plugin/CompletionDriver/INC.pm | 15 +-
lib/Devel/REPL/Plugin/CompletionDriver/Keywords.pm | 11 +-
lib/Devel/REPL/Plugin/CompletionDriver/LexEnv.pm | 15 +-
lib/Devel/REPL/Plugin/CompletionDriver/Methods.pm | 11 +-
lib/Devel/REPL/Plugin/CompletionDriver/Turtles.pm | 11 +-
lib/Devel/REPL/Plugin/DDC.pm | 8 +
lib/Devel/REPL/Plugin/DDS.pm | 10 +-
lib/Devel/REPL/Plugin/DumpHistory.pm | 17 +-
lib/Devel/REPL/Plugin/FancyPrompt.pm | 13 +-
lib/Devel/REPL/Plugin/FindVariable.pm | 10 +-
lib/Devel/REPL/Plugin/History.pm | 16 +-
lib/Devel/REPL/Plugin/Interrupt.pm | 10 +-
lib/Devel/REPL/Plugin/LexEnv.pm | 11 +-
lib/Devel/REPL/Plugin/MultiLine/PPI.pm | 19 +-
lib/Devel/REPL/Plugin/NewlineHack.pm | 28 -
lib/Devel/REPL/Plugin/Nopaste.pm | 17 +-
lib/Devel/REPL/Plugin/OutputCache.pm | 10 +-
lib/Devel/REPL/Plugin/PPI.pm | 14 +-
lib/Devel/REPL/Plugin/Packages.pm | 18 +-
lib/Devel/REPL/Plugin/Peek.pm | 12 +-
lib/Devel/REPL/Plugin/ReadLineHistory.pm | 8 +
lib/Devel/REPL/Plugin/Refresh.pm | 10 +-
lib/Devel/REPL/Plugin/ShowClass.pm | 44 +-
lib/Devel/REPL/Plugin/Timing.pm | 10 +-
lib/Devel/REPL/Plugin/Turtles.pm | 18 +-
lib/Devel/REPL/Profile.pm | 17 +-
lib/Devel/REPL/Profile/Default.pm | 31 +-
lib/Devel/REPL/Profile/Minimal.pm | 8 +-
lib/Devel/REPL/Profile/{Default.pm => Standard.pm} | 10 +-
lib/Devel/REPL/Script.pm | 22 +-
script/re.pl | 5 +-
t/00-check-deps.t | 11 +
t/00-compile.t | 106 +++
t/load_core.t | 84 +-
t/load_plugins.t | 66 ++
xt/release/changes_has_content.t | 41 +
xt/release/cpan-changes.t | 11 +
xt/release/distmeta.t | 7 +
xt/release/eol.t | 8 +
xt/release/kwalitee.t | 4 +
xt/release/minimum-version.t | 8 +
xt/release/mojibake.t | 12 +
xt/release/no-tabs.t | 8 +
xt/release/pod-no404s.t | 21 +
xt/release/pod-syntax.t | 7 +
xt/release/test-version.t | 22 +
85 files changed, 2972 insertions(+), 3319 deletions(-)
create mode 100644 Build.PL
create mode 100644 INSTALL
create mode 100644 LICENSE
create mode 100644 META.json
delete mode 100644 Makefile.PL
create mode 100644 debian/libdevel-repl-perl.links
delete mode 100644 debian/patches/add-small-manpage-to-re.pl
create mode 100644 dist.ini
delete mode 100644 inc/Module/AutoInstall.pm
delete mode 100644 inc/Module/Install.pm
delete mode 100644 inc/Module/Install/AutoInstall.pm
delete mode 100644 inc/Module/Install/Base.pm
delete mode 100644 inc/Module/Install/Can.pm
delete mode 100644 inc/Module/Install/Fetch.pm
delete mode 100644 inc/Module/Install/Include.pm
delete mode 100644 inc/Module/Install/Makefile.pm
delete mode 100644 inc/Module/Install/Metadata.pm
delete mode 100644 inc/Module/Install/Scripts.pm
delete mode 100644 inc/Module/Install/Win32.pm
delete mode 100644 inc/Module/Install/WriteAll.pm
delete mode 100644 lib/Devel/REPL/Plugin/NewlineHack.pm
copy lib/Devel/REPL/Profile/{Default.pm => Standard.pm} (65%)
create mode 100644 t/00-check-deps.t
create mode 100644 t/00-compile.t
create mode 100755 t/load_plugins.t
create mode 100644 xt/release/changes_has_content.t
create mode 100644 xt/release/cpan-changes.t
create mode 100644 xt/release/distmeta.t
create mode 100644 xt/release/eol.t
create mode 100644 xt/release/kwalitee.t
create mode 100644 xt/release/minimum-version.t
create mode 100644 xt/release/mojibake.t
create mode 100644 xt/release/no-tabs.t
create mode 100644 xt/release/pod-no404s.t
create mode 100644 xt/release/pod-syntax.t
create mode 100644 xt/release/test-version.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